#C80F91

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

Shades of Medium Violet Red #C80F91

Tints of Medium Violet Red #C80F91

Color information

#C80F91 (or 0xC80F91) is unknown color: approx Medium Violet Red. HEX triplet: C8, 0F and 91. RGB value is (200,15,145). Sum of RGB (Red+Green+Blue) = 200+15+145=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F91 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80F91 is #37F06E. Grayscale: #545454. Windows color (decimal): -3666031 or 9506760. OLE color: 9506760.

HSL color Cylindrical-coordinate representation of color #C80F91: hue angle of 317.84º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80F91 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB20015145-
CMYK00.920.280.22
HSL317.84º86.05%42.16%-
HSV(B)317.84º92.5%78.43%-
XYZ29.114.6728.08-
YUV85.14161.79209.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.56%
GREEN value IS 15 (6.25% from 255) = 4.17%
BLUE value IS 145 (57.03% from 255) = 40.28%
R=55.56%
G=4.17%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001514500.920.280.22317.8486.0542.16
HexC8F9105C1C1613e562a
Octal310172210134342647612652
Binary110010001111100100010101110011100101101001111101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80F91; }

 p { color: rgb(200,15,145); }

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

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

 a { background-color: rgb(200,15,145); }

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

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

 span { border-color: rgb(200,15,145); }

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