#C81B72

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

Shades of Medium Violet Red #C81B72

Tints of Medium Violet Red #C81B72

Color information

#C81B72 (or 0xC81B72) is unknown color: approx Medium Violet Red. HEX triplet: C8, 1B and 72. RGB value is (200,27,114). Sum of RGB (Red+Green+Blue) = 200+27+114=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C81B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81B72 is #37E48D. Grayscale: #585858. Windows color (decimal): -3662990 or 7478216. OLE color: 7478216.

HSL color Cylindrical-coordinate representation of color #C81B72: hue angle of 329.83º 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 #C81B72 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB20027114-
CMYK00.860.430.22
HSL329.83º76.21%44.51%-
HSV(B)329.83º86.5%78.43%-
XYZ27.2514.2817.24-
YUV88.64142.31207.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 58.65%
GREEN value IS 27 (10.94% from 255) = 7.92%
BLUE value IS 114 (44.92% from 255) = 33.43%
R=58.65%
G=7.92%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2002711400.860.430.22329.8376.2144.51
HexC81B720562B1614a4c2d
Octal310331620126532651211455
Binary1100100011011111001001010110101011101101010010101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81B72; }

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

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

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

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

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

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

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

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