#C80F6C

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

Shades of Medium Violet Red #C80F6C

Tints of Medium Violet Red #C80F6C

Color information

#C80F6C (or 0xC80F6C) is unknown color: approx Medium Violet Red. HEX triplet: C8, 0F and 6C. RGB value is (200,15,108). Sum of RGB (Red+Green+Blue) = 200+15+108=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80F6C is #37F093. Grayscale: #505050. Windows color (decimal): -3666068 or 7081928. OLE color: 7081928.

HSL color Cylindrical-coordinate representation of color #C80F6C: hue angle of 329.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 #C80F6C is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB20015108-
CMYK00.920.460.22
HSL329.84º86.05%42.16%-
HSV(B)329.84º92.5%78.43%-
XYZ26.713.715.43-
YUV80.92143.29212.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.92%
GREEN value IS 15 (6.25% from 255) = 4.64%
BLUE value IS 108 (42.58% from 255) = 33.44%
R=61.92%
G=4.64%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001510800.920.460.22329.8486.0542.16
HexC8F6C05C2E1614a562a
Octal310171540134562651212652
Binary110010001111110110001011100101110101101010010101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80F6C; }

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

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

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

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

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

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

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

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