#C60188

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

Shades of Medium Violet Red #C60188

Tints of Medium Violet Red #C60188

Color information

#C60188 (or 0xC60188) is unknown color: approx Medium Violet Red. HEX triplet: C6, 01 and 88. RGB value is (198,1,136). Sum of RGB (Red+Green+Blue) = 198+1+136=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C60188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60188 is #39FE77. Grayscale: #4A4A4A. Windows color (decimal): -3800696 or 8913350. OLE color: 8913350.

HSL color Cylindrical-coordinate representation of color #C60188: hue angle of 318.88º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60188 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB1981136-
CMYK00.990.310.22
HSL318.88º98.99%39.02%-
HSV(B)318.88º99.49%77.65%-
XYZ27.7413.8124.49-
YUV75.29162.27215.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.10%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 136 (53.52% from 255) = 40.60%
R=59.10%
G=0.30%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198113600.990.310.22318.8898.9939.02
HexC61880631F1613f6327
Octal30612100143372647714347
Binary110001101100010000110001111111101101001111111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60188; }

 p { color: rgb(198,1,136); }

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

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

 a { background-color: rgb(198,1,136); }

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

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

 span { border-color: rgb(198,1,136); }

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