#C60F6A

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

Shades of Medium Violet Red #C60F6A

Tints of Medium Violet Red #C60F6A

Color information

#C60F6A (or 0xC60F6A) is unknown color: approx Medium Violet Red. HEX triplet: C6, 0F and 6A. RGB value is (198,15,106). Sum of RGB (Red+Green+Blue) = 198+15+106=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60F6A is #39F095. Grayscale: #4F4F4F. Windows color (decimal): -3797142 or 6950854. OLE color: 6950854.

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

Color convert

RGB19815106-
CMYK00.920.460.22
HSL330.16º85.92%41.76%-
HSV(B)330.16º92.42%77.65%-
XYZ26.0613.3914.85-
YUV80.09142.63212.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 62.07%
GREEN value IS 15 (6.25% from 255) = 4.70%
BLUE value IS 106 (41.80% from 255) = 33.23%
R=62.07%
G=4.70%
B=33.23%

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
Decimal1981510600.920.460.22330.1685.9241.76
HexC6F6A05C2E1614a562a
Octal306171520134562651212652
Binary110001101111110101001011100101110101101010010101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60F6A; }

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

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

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

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

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

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

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

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