#C60480

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

Shades of Medium Violet Red #C60480

Tints of Medium Violet Red #C60480

Color information

#C60480 (or 0xC60480) is unknown color: approx Medium Violet Red. HEX triplet: C6, 04 and 80. RGB value is (198,4,128). Sum of RGB (Red+Green+Blue) = 198+4+128=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C60480 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60480 is #39FB7F. Grayscale: #4B4B4B. Windows color (decimal): -3799936 or 8389830. OLE color: 8389830.

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

Color convert

RGB1984128-
CMYK00.980.350.22
HSL321.65º96.04%39.61%-
HSV(B)321.65º97.98%77.65%-
XYZ27.2313.6521.62-
YUV76.14157.27214.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60%
GREEN value IS 4 (1.95% from 255) = 1.21%
BLUE value IS 128 (50.39% from 255) = 38.79%
R=60%
G=1.21%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198412800.980.350.22321.6596.0439.61
HexC648006223161426028
Octal30642000142432650214050
Binary110001101001000000001100010100011101101010000101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60480; }

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

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

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

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

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

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

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

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