Shades of Deep Magenta #C00CDD
Tints of Deep Magenta #C00CDD
RGB
CMYK
RGB Variations
Color information
#C00CDD (or 0xC00CDD) is known color: Deep Magenta. HEX triplet: C0, 0C and DD. RGB value is (192,12,221). Sum of RGB (Red+Green+Blue) = 192+12+221=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #C00CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00CDD is #3FF322. Grayscale: #585858. Windows color (decimal): -4191011 or 14486720. OLE color: 14486720.
HSL color Cylindrical-coordinate representation of color #C00CDD: hue angle of 291.67º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00CDD is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 12 | 221 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.13 |
| HSL | 291.67º | 0.9% | 0.46% | - |
| HSV(B) | 291.67º | 0.95% | 0.87% | - |
| XYZ | 34.92 | 16.69 | 69.79 | - |
| YUV | 89.65 | 202.13 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 12 | 221 | 0.13 | 0.95 | 0 | 0.13 | 291.67 | 0.9 | 0.46 |
| Hex | C0 | C | DD | D | 5F | 0 | D | 124 | 5A | 2E |
| Octal | 300 | 14 | 335 | 15 | 137 | 0 | 15 | 444 | 132 | 56 |
| Binary | 11000000 | 1100 | 11011101 | 1101 | 1011111 | 0 | 1101 | 100100100 | 1011010 | 101110 |
Color Harmonies of #C00CDD
Complementary color
Monochromatic Colors of #C00CDD
Black with #C00CDD
Text Example
Text Example
White with #C00CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00CDD; }
p { color: rgb(192,12,221); }
H1.HeaderClassName
{
color: #C00CDD;
}
.AnyTagClassName
{
color: #C00CDD;
}
</style>
background-color css
<style>
a { background-color: #C00CDD; }
a { background-color: rgb(192,12,221); }
div.DivClassName
{
background-color: #C00CDD;
}
.BgClassName
{
background-color: #C00CDD;
}
</style>
border-color css
<style>
span { border-color: #C00CDD; }
span { border-color: rgb(192,12,221); }
td.TdClassName
{
border-color: #C00CDD;
}
.TagClassName
{
border-color: #C00CDD;
}
</style>