Shades of Deep Magenta #C00BDC
Tints of Deep Magenta #C00BDC
RGB
CMYK
RGB Variations
Color information
#C00BDC (or 0xC00BDC) is known color: Deep Magenta. HEX triplet: C0, 0B and DC. RGB value is (192,11,220). Sum of RGB (Red+Green+Blue) = 192+11+220=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 11 (4.69% from 255 or 2.60% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #C00BDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00BDC is #3FF423. Grayscale: #585858. Windows color (decimal): -4191268 or 14420928. OLE color: 14420928.
HSL color Cylindrical-coordinate representation of color #C00BDC: hue angle of 291.96º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00BDC is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 11 | 220 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.14 |
| HSL | 291.96º | 0.9% | 0.45% | - |
| HSV(B) | 291.96º | 0.95% | 0.86% | - |
| XYZ | 34.78 | 16.61 | 69.08 | - |
| YUV | 88.95 | 201.97 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 220 | 0.13 | 0.95 | 0 | 0.14 | 291.96 | 0.9 | 0.45 |
| Hex | C0 | B | DC | D | 5F | 0 | E | 124 | 5A | 2D |
| Octal | 300 | 13 | 334 | 15 | 137 | 0 | 16 | 444 | 132 | 55 |
| Binary | 11000000 | 1011 | 11011100 | 1101 | 1011111 | 0 | 1110 | 100100100 | 1011010 | 101101 |
Color Harmonies of #C00BDC
Complementary color
Monochromatic Colors of #C00BDC
Black with #C00BDC
Text Example
Text Example
White with #C00BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00BDC; }
p { color: rgb(192,11,220); }
H1.HeaderClassName
{
color: #C00BDC;
}
.AnyTagClassName
{
color: #C00BDC;
}
</style>
background-color css
<style>
a { background-color: #C00BDC; }
a { background-color: rgb(192,11,220); }
div.DivClassName
{
background-color: #C00BDC;
}
.BgClassName
{
background-color: #C00BDC;
}
</style>
border-color css
<style>
span { border-color: #C00BDC; }
span { border-color: rgb(192,11,220); }
td.TdClassName
{
border-color: #C00BDC;
}
.TagClassName
{
border-color: #C00BDC;
}
</style>