#C71478

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

Shades of Medium Violet Red #C71478

Tints of Medium Violet Red #C71478

Color information

#C71478 (or 0xC71478) is unknown color: approx Medium Violet Red. HEX triplet: C7, 14 and 78. RGB value is (199,20,120). Sum of RGB (Red+Green+Blue) = 199+20+120=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C71478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71478 is #38EB87. Grayscale: #545454. Windows color (decimal): -3730312 or 7869639. OLE color: 7869639.

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

Color convert

RGB19920120-
CMYK00.900.400.22
HSL326.48º81.74%42.94%-
HSV(B)326.48º89.95%78.04%-
XYZ27.191419.04-
YUV84.92147.8209.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 58.70%
GREEN value IS 20 (8.20% from 255) = 5.90%
BLUE value IS 120 (47.27% from 255) = 35.40%
R=58.70%
G=5.90%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1992012000.900.400.22326.4881.7442.94
HexC7147805A2816146522b
Octal307241700132502650612253
Binary1100011110100111100001011010101000101101010001101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71478; }

 p { color: rgb(199,20,120); }

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

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

 a { background-color: rgb(199,20,120); }

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

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

 span { border-color: rgb(199,20,120); }

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