#C71291

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

Shades of Medium Violet Red #C71291

Tints of Medium Violet Red #C71291

Color information

#C71291 (or 0xC71291) is unknown color: approx Medium Violet Red. HEX triplet: C7, 12 and 91. RGB value is (199,18,145). Sum of RGB (Red+Green+Blue) = 199+18+145=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C71291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71291 is #38ED6E. Grayscale: #565656. Windows color (decimal): -3730799 or 9507527. OLE color: 9507527.

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

Color convert

RGB19918145-
CMYK00.910.270.22
HSL317.9º83.41%42.55%-
HSV(B)317.9º90.95%78.04%-
XYZ28.8814.6228.09-
YUV86.6160.97208.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.97%
GREEN value IS 18 (7.42% from 255) = 4.97%
BLUE value IS 145 (57.03% from 255) = 40.06%
R=54.97%
G=4.97%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991814500.910.270.22317.983.4142.55
HexC7129105B1B1613e532b
Octal307222210133332647612353
Binary1100011110010100100010101101111011101101001111101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71291; }

 p { color: rgb(199,18,145); }

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

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

 a { background-color: rgb(199,18,145); }

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

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

 span { border-color: rgb(199,18,145); }

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