#C60695

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

Shades of Medium Violet Red #C60695

Tints of Medium Violet Red #C60695

Color information

#C60695 (or 0xC60695) is unknown color: approx Medium Violet Red. HEX triplet: C6, 06 and 95. RGB value is (198,6,149). Sum of RGB (Red+Green+Blue) = 198+6+149=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C60695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60695 is #39F96A. Grayscale: #4F4F4F. Windows color (decimal): -3799403 or 9766598. OLE color: 9766598.

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

Color convert

RGB1986149-
CMYK00.970.250.22
HSL315.31º94.12%40%-
HSV(B)315.31º96.97%77.65%-
XYZ28.7814.3129.68-
YUV79.71167.11212.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.09%
GREEN value IS 6 (2.73% from 255) = 1.70%
BLUE value IS 149 (58.59% from 255) = 42.21%
R=56.09%
G=1.70%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198614900.970.250.22315.3194.1240
HexC6695061191613b5e28
Octal30662250141312647313650
Binary11000110110100101010110000111001101101001110111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60695; }

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

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

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

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

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

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

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

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