#C81B70

Color #C81B70 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C81B70

Tints of Medium Violet Red #C81B70

Color information

#C81B70 (or 0xC81B70) is unknown color: approx Medium Violet Red. HEX triplet: C8, 1B and 70. RGB value is (200,27,112). Sum of RGB (Red+Green+Blue) = 200+27+112=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C81B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81B70 is #37E48F. Grayscale: #585858. Windows color (decimal): -3662992 or 7347144. OLE color: 7347144.

HSL color Cylindrical-coordinate representation of color #C81B70: hue angle of 330.52º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81B70 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB20027112-
CMYK00.860.440.22
HSL330.52º76.21%44.51%-
HSV(B)330.52º86.5%78.43%-
XYZ27.1414.2316.65-
YUV88.42141.31207.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 59.00%
GREEN value IS 27 (10.94% from 255) = 7.96%
BLUE value IS 112 (44.14% from 255) = 33.04%
R=59.00%
G=7.96%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2002711200.860.440.22330.5276.2144.51
HexC81B700562C1614b4c2d
Octal310331600126542651311455
Binary1100100011011111000001010110101100101101010010111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81B70; }

 p { color: rgb(200,27,112); }

 H1.HeaderClassName
 {
   color: #C81B70;
 }
 .AnyTagClassName
 {
   color: #C81B70;
 }
</style>
background-color css

<style>
 a { background-color: #C81B70; }

 a { background-color: rgb(200,27,112); }

 div.DivClassName
 {
   background-color: #C81B70;
 }
 .BgClassName
 {
   background-color: #C81B70;
 }
</style>
border-color css

<style>
 span { border-color: #C81B70; }

 span { border-color: rgb(200,27,112); }

 td.TdClassName
 {
   border-color: #C81B70;
 }
 .TagClassName
 {
   border-color: #C81B70;
 }
</style>