#C60697

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

Shades of Medium Violet Red #C60697

Tints of Medium Violet Red #C60697

Color information

#C60697 (or 0xC60697) is unknown color: approx Medium Violet Red. HEX triplet: C6, 06 and 97. RGB value is (198,6,151). Sum of RGB (Red+Green+Blue) = 198+6+151=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C60697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60697 is #39F968. Grayscale: #4F4F4F. Windows color (decimal): -3799401 or 9897670. OLE color: 9897670.

HSL color Cylindrical-coordinate representation of color #C60697: hue angle of 314.69º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60697 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB1986151-
CMYK00.970.240.22
HSL314.69º94.12%40%-
HSV(B)314.69º96.97%77.65%-
XYZ28.9414.3730.53-
YUV79.94168.11212.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.77%
GREEN value IS 6 (2.73% from 255) = 1.69%
BLUE value IS 151 (59.38% from 255) = 42.54%
R=55.77%
G=1.69%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198615100.970.240.22314.6994.1240
HexC6697061181613b5e28
Octal30662270141302647313650
Binary11000110110100101110110000111000101101001110111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60697; }

 p { color: rgb(198,6,151); }

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

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

 a { background-color: rgb(198,6,151); }

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

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

 span { border-color: rgb(198,6,151); }

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