#C71479

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

Shades of Medium Violet Red #C71479

Tints of Medium Violet Red #C71479

Color information

#C71479 (or 0xC71479) is unknown color: approx Medium Violet Red. HEX triplet: C7, 14 and 79. RGB value is (199,20,121). Sum of RGB (Red+Green+Blue) = 199+20+121=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C71479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71479 is #38EB86. Grayscale: #545454. Windows color (decimal): -3730311 or 7935175. OLE color: 7935175.

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

Color convert

RGB19920121-
CMYK00.900.390.22
HSL326.15º81.74%42.94%-
HSV(B)326.15º89.95%78.04%-
XYZ27.2514.0219.36-
YUV85.04148.3209.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 58.53%
GREEN value IS 20 (8.20% from 255) = 5.88%
BLUE value IS 121 (47.66% from 255) = 35.59%
R=58.53%
G=5.88%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1992012100.900.390.22326.1581.7442.94
HexC7147905A2716146522b
Octal307241710132472650612253
Binary1100011110100111100101011010100111101101010001101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71479; }

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

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

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

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

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

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

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

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