#C60180

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

Shades of Medium Violet Red #C60180

Tints of Medium Violet Red #C60180

Color information

#C60180 (or 0xC60180) is unknown color: approx Medium Violet Red. HEX triplet: C6, 01 and 80. RGB value is (198,1,128). Sum of RGB (Red+Green+Blue) = 198+1+128=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C60180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60180 is #39FE7F. Grayscale: #4A4A4A. Windows color (decimal): -3800704 or 8389062. OLE color: 8389062.

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

Color convert

RGB1981128-
CMYK00.990.350.22
HSL321.32º98.99%39.02%-
HSV(B)321.32º99.49%77.65%-
XYZ27.213.5921.61-
YUV74.38158.27216.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.55%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 128 (50.39% from 255) = 39.14%
R=60.55%
G=0.31%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198112800.990.350.22321.3298.9939.02
HexC618006323161416327
Octal30612000143432650114347
Binary1100011011000000001100011100011101101010000011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60180; }

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

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

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

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

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

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

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

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