#C00DBA

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

Shades of Deep Magenta #C00DBA

Tints of Deep Magenta #C00DBA

Color information

#C00DBA (or 0xC00DBA) is unknown color: approx Deep Magenta. HEX triplet: C0, 0D and BA. RGB value is (192,13,186). Sum of RGB (Red+Green+Blue) = 192+13+186=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C00DBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00DBA is #3FF245. Grayscale: #555555. Windows color (decimal): -4190790 or 12193216. OLE color: 12193216.

HSL color Cylindrical-coordinate representation of color #C00DBA: hue angle of 302.01º 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 #C00DBA is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB19213186-
CMYK00.930.030.25
HSL302.01º87.32%40.2%-
HSV(B)302.01º93.23%75.29%-
XYZ30.7515.0447.74-
YUV86.24184.3203.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.10%
GREEN value IS 13 (5.47% from 255) = 3.32%
BLUE value IS 186 (73.05% from 255) = 47.57%
R=49.10%
G=3.32%
B=47.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921318600.930.030.25302.0187.3240.2
HexC0DBA05D31912e5728
Octal30015272013533145612750
Binary110000001101101110100101110111110011001011101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00DBA; }

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

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

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

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

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

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

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

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