#C60F8E

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

Shades of Medium Violet Red #C60F8E

Tints of Medium Violet Red #C60F8E

Color information

#C60F8E (or 0xC60F8E) is unknown color: approx Medium Violet Red. HEX triplet: C6, 0F and 8E. RGB value is (198,15,142). Sum of RGB (Red+Green+Blue) = 198+15+142=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60F8E is #39F071. Grayscale: #535353. Windows color (decimal): -3797106 or 9310150. OLE color: 9310150.

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

Color convert

RGB19815142-
CMYK00.920.280.22
HSL318.36º85.92%41.76%-
HSV(B)318.36º92.42%77.65%-
XYZ28.3414.326.86-
YUV84.2160.63209.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.77%
GREEN value IS 15 (6.25% from 255) = 4.23%
BLUE value IS 142 (55.86% from 255) = 40%
R=55.77%
G=4.23%
B=40%

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
Decimal1981514200.920.280.22318.3685.9241.76
HexC6F8E05C1C1613e562a
Octal306172160134342647612652
Binary110001101111100011100101110011100101101001111101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60F8E; }

 p { color: rgb(198,15,142); }

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

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

 a { background-color: rgb(198,15,142); }

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

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

 span { border-color: rgb(198,15,142); }

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