#C60F9C

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

Shades of Medium Violet Red #C60F9C

Tints of Medium Violet Red #C60F9C

Color information

#C60F9C (or 0xC60F9C) is unknown color: approx Medium Violet Red. HEX triplet: C6, 0F and 9C. RGB value is (198,15,156). Sum of RGB (Red+Green+Blue) = 198+15+156=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60F9C is #39F063. Grayscale: #555555. Windows color (decimal): -3797092 or 10227654. OLE color: 10227654.

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

Color convert

RGB19815156-
CMYK00.920.210.22
HSL313.77º85.92%41.76%-
HSV(B)313.77º92.42%77.65%-
XYZ29.4614.7532.75-
YUV85.79167.63208.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.66%
GREEN value IS 15 (6.25% from 255) = 4.07%
BLUE value IS 156 (61.33% from 255) = 42.28%
R=53.66%
G=4.07%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981515600.920.210.22313.7785.9241.76
HexC6F9C05C151613a562a
Octal306172340134252647212652
Binary110001101111100111000101110010101101101001110101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60F9C; }

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

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

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

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

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

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

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

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