Shades of Deep Magenta #C00ADD
Tints of Deep Magenta #C00ADD
RGB
CMYK
RGB Variations
Color information
#C00ADD (or 0xC00ADD) is known color: Deep Magenta. HEX triplet: C0, 0A and DD. RGB value is (192,10,221). Sum of RGB (Red+Green+Blue) = 192+10+221=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #C00ADD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00ADD is #3FF522. Grayscale: #575757. Windows color (decimal): -4191523 or 14486208. OLE color: 14486208.
HSL color Cylindrical-coordinate representation of color #C00ADD: hue angle of 291.75º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00ADD is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 10 | 221 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.13 |
| HSL | 291.75º | 0.91% | 0.45% | - |
| HSV(B) | 291.75º | 0.95% | 0.87% | - |
| XYZ | 34.9 | 16.64 | 69.78 | - |
| YUV | 88.47 | 202.8 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 221 | 0.13 | 0.95 | 0 | 0.13 | 291.75 | 0.91 | 0.45 |
| Hex | C0 | A | DD | D | 5F | 0 | D | 124 | 5B | 2D |
| Octal | 300 | 12 | 335 | 15 | 137 | 0 | 15 | 444 | 133 | 55 |
| Binary | 11000000 | 1010 | 11011101 | 1101 | 1011111 | 0 | 1101 | 100100100 | 1011011 | 101101 |
Color Harmonies of #C00ADD
Complementary color
Monochromatic Colors of #C00ADD
Black with #C00ADD
Text Example
Text Example
White with #C00ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00ADD; }
p { color: rgb(192,10,221); }
H1.HeaderClassName
{
color: #C00ADD;
}
.AnyTagClassName
{
color: #C00ADD;
}
</style>
background-color css
<style>
a { background-color: #C00ADD; }
a { background-color: rgb(192,10,221); }
div.DivClassName
{
background-color: #C00ADD;
}
.BgClassName
{
background-color: #C00ADD;
}
</style>
border-color css
<style>
span { border-color: #C00ADD; }
span { border-color: rgb(192,10,221); }
td.TdClassName
{
border-color: #C00ADD;
}
.TagClassName
{
border-color: #C00ADD;
}
</style>