Shades of Deep Magenta #C00DDD
Tints of Deep Magenta #C00DDD
RGB
CMYK
RGB Variations
Color information
#C00DDD (or 0xC00DDD) is known color: Deep Magenta. HEX triplet: C0, 0D and DD. RGB value is (192,13,221). Sum of RGB (Red+Green+Blue) = 192+13+221=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #C00DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00DDD is #3FF222. Grayscale: #595959. Windows color (decimal): -4190755 or 14486976. OLE color: 14486976.
HSL color Cylindrical-coordinate representation of color #C00DDD: hue angle of 291.63º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00DDD is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 13 | 221 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.13 |
| HSL | 291.63º | 0.89% | 0.46% | - |
| HSV(B) | 291.63º | 0.94% | 0.87% | - |
| XYZ | 34.93 | 16.71 | 69.79 | - |
| YUV | 90.23 | 201.8 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 13 | 221 | 0.13 | 0.94 | 0 | 0.13 | 291.63 | 0.89 | 0.46 |
| Hex | C0 | D | DD | D | 5E | 0 | D | 124 | 59 | 2E |
| Octal | 300 | 15 | 335 | 15 | 136 | 0 | 15 | 444 | 131 | 56 |
| Binary | 11000000 | 1101 | 11011101 | 1101 | 1011110 | 0 | 1101 | 100100100 | 1011001 | 101110 |
Color Harmonies of #C00DDD
Complementary color
Monochromatic Colors of #C00DDD
Black with #C00DDD
Text Example
Text Example
White with #C00DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00DDD; }
p { color: rgb(192,13,221); }
H1.HeaderClassName
{
color: #C00DDD;
}
.AnyTagClassName
{
color: #C00DDD;
}
</style>
background-color css
<style>
a { background-color: #C00DDD; }
a { background-color: rgb(192,13,221); }
div.DivClassName
{
background-color: #C00DDD;
}
.BgClassName
{
background-color: #C00DDD;
}
</style>
border-color css
<style>
span { border-color: #C00DDD; }
span { border-color: rgb(192,13,221); }
td.TdClassName
{
border-color: #C00DDD;
}
.TagClassName
{
border-color: #C00DDD;
}
</style>