#C60DB0

Color #C60DB0 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C60DB0

Tints of Deep Magenta #C60DB0

Color information

#C60DB0 (or 0xC60DB0) is unknown color: approx Deep Magenta. HEX triplet: C6, 0D and B0. RGB value is (198,13,176). Sum of RGB (Red+Green+Blue) = 198+13+176=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 13 (5.47% from 255 or 3.36% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C60DB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60DB0 is #39F24F. Grayscale: #565656. Windows color (decimal): -3797584 or 11537862. OLE color: 11537862.

HSL color Cylindrical-coordinate representation of color #C60DB0: hue angle of 307.14º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60DB0 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB19813176-
CMYK00.930.110.22
HSL307.14º87.68%41.37%-
HSV(B)307.14º93.43%77.65%-
XYZ31.2715.4342.4-
YUV86.9178.29207.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.16%
GREEN value IS 13 (5.47% from 255) = 3.36%
BLUE value IS 176 (69.14% from 255) = 45.48%
R=51.16%
G=3.36%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981317600.930.110.22307.1487.6841.37
HexC6DB005DB161335829
Octal306152600135132646313051
Binary11000110110110110000010111011011101101001100111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60DB0; }

 p { color: rgb(198,13,176); }

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

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

 a { background-color: rgb(198,13,176); }

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

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

 span { border-color: rgb(198,13,176); }

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