#C81472

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

Shades of Medium Violet Red #C81472

Tints of Medium Violet Red #C81472

Color information

#C81472 (or 0xC81472) is unknown color: approx Medium Violet Red. HEX triplet: C8, 14 and 72. RGB value is (200,20,114). Sum of RGB (Red+Green+Blue) = 200+20+114=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C81472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81472 is #37EB8D. Grayscale: #545454. Windows color (decimal): -3664782 or 7476424. OLE color: 7476424.

HSL color Cylindrical-coordinate representation of color #C81472: hue angle of 328.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81472 is Cyan = 0, Magento = 0.9, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB20020114-
CMYK00.90.430.22
HSL328.67º81.82%43.14%-
HSV(B)328.67º90%78.43%-
XYZ27.1113.9917.19-
YUV84.54144.63210.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 59.88%
GREEN value IS 20 (8.20% from 255) = 5.99%
BLUE value IS 114 (44.92% from 255) = 34.13%
R=59.88%
G=5.99%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2002011400.90.430.22328.6781.8243.14
HexC8147205A2B16149522b
Octal310241620132532651112253
Binary1100100010100111001001011010101011101101010010011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81472; }

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

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

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

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

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

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

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

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