#C60698

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

Shades of Medium Violet Red #C60698

Tints of Medium Violet Red #C60698

Color information

#C60698 (or 0xC60698) is unknown color: approx Medium Violet Red. HEX triplet: C6, 06 and 98. RGB value is (198,6,152). Sum of RGB (Red+Green+Blue) = 198+6+152=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C60698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60698 is #39F967. Grayscale: #4F4F4F. Windows color (decimal): -3799400 or 9963206. OLE color: 9963206.

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

Color convert

RGB1986152-
CMYK00.970.230.22
HSL314.38º94.12%40%-
HSV(B)314.38º96.97%77.65%-
XYZ29.0214.430.96-
YUV80.05168.61212.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.62%
GREEN value IS 6 (2.73% from 255) = 1.69%
BLUE value IS 152 (59.77% from 255) = 42.70%
R=55.62%
G=1.69%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198615200.970.230.22314.3894.1240
HexC6698061171613a5e28
Octal30662300141272647213650
Binary11000110110100110000110000110111101101001110101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60698; }

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

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

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

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

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

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

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

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