#C00DB9

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

Shades of Deep Magenta #C00DB9

Tints of Deep Magenta #C00DB9

Color information

#C00DB9 (or 0xC00DB9) is unknown color: approx Deep Magenta. HEX triplet: C0, 0D and B9. RGB value is (192,13,185). Sum of RGB (Red+Green+Blue) = 192+13+185=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C00DB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00DB9 is #3FF246. Grayscale: #555555. Windows color (decimal): -4190791 or 12127680. OLE color: 12127680.

HSL color Cylindrical-coordinate representation of color #C00DB9: hue angle of 302.35º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00DB9 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19213185-
CMYK00.930.040.25
HSL302.35º87.32%40.2%-
HSV(B)302.35º93.23%75.29%-
XYZ30.641547.18-
YUV86.13183.8203.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.23%
GREEN value IS 13 (5.47% from 255) = 3.33%
BLUE value IS 185 (72.66% from 255) = 47.44%
R=49.23%
G=3.33%
B=47.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921318500.930.040.25302.3587.3240.2
HexC0DB905D41912e5728
Octal30015271013543145612750
Binary1100000011011011100101011101100110011001011101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00DB9; }

 p { color: rgb(192,13,185); }

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

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

 a { background-color: rgb(192,13,185); }

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

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

 span { border-color: rgb(192,13,185); }

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