Shades of Deep Magenta #C808DD
Tints of Deep Magenta #C808DD
RGB
CMYK
RGB Variations
Color information
#C808DD (or 0xC808DD) is known color: Deep Magenta. HEX triplet: C8, 08 and DD. RGB value is (200,8,221). Sum of RGB (Red+Green+Blue) = 200+8+221=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 8 (3.52% from 255 or 1.86% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #C808DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C808DD is #37F722. Grayscale: #595959. Windows color (decimal): -3667747 or 14485704. OLE color: 14485704.
HSL color Cylindrical-coordinate representation of color #C808DD: hue angle of 294.08º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C808DD is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 8 | 221 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.13 |
| HSL | 294.08º | 0.93% | 0.45% | - |
| HSV(B) | 294.08º | 0.96% | 0.87% | - |
| XYZ | 36.96 | 17.67 | 69.87 | - |
| YUV | 89.69 | 202.11 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 221 | 0.10 | 0.96 | 0 | 0.13 | 294.08 | 0.93 | 0.45 |
| Hex | C8 | 8 | DD | A | 60 | 0 | D | 126 | 5D | 2D |
| Octal | 310 | 10 | 335 | 12 | 140 | 0 | 15 | 446 | 135 | 55 |
| Binary | 11001000 | 1000 | 11011101 | 1010 | 1100000 | 0 | 1101 | 100100110 | 1011101 | 101101 |
Color Harmonies of #C808DD
Complementary color
Monochromatic Colors of #C808DD
Black with #C808DD
Text Example
Text Example
White with #C808DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C808DD; }
p { color: rgb(200,8,221); }
H1.HeaderClassName
{
color: #C808DD;
}
.AnyTagClassName
{
color: #C808DD;
}
</style>
background-color css
<style>
a { background-color: #C808DD; }
a { background-color: rgb(200,8,221); }
div.DivClassName
{
background-color: #C808DD;
}
.BgClassName
{
background-color: #C808DD;
}
</style>
border-color css
<style>
span { border-color: #C808DD; }
span { border-color: rgb(200,8,221); }
td.TdClassName
{
border-color: #C808DD;
}
.TagClassName
{
border-color: #C808DD;
}
</style>