Shades of Deep Magenta #CA08DD
Tints of Deep Magenta #CA08DD
RGB
CMYK
RGB Variations
Color information
#CA08DD (or 0xCA08DD) is known color: Deep Magenta. HEX triplet: CA, 08 and DD. RGB value is (202,8,221). Sum of RGB (Red+Green+Blue) = 202+8+221=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 8 (3.52% from 255 or 1.86% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA08DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA08DD is #35F722. Grayscale: #595959. Windows color (decimal): -3536675 or 14485706. OLE color: 14485706.
HSL color Cylindrical-coordinate representation of color #CA08DD: hue angle of 294.65º 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 #CA08DD is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 8 | 221 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.13 |
| HSL | 294.65º | 0.93% | 0.45% | - |
| HSV(B) | 294.65º | 0.96% | 0.87% | - |
| XYZ | 37.5 | 17.95 | 69.9 | - |
| YUV | 90.29 | 201.77 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 221 | 0.09 | 0.96 | 0 | 0.13 | 294.65 | 0.93 | 0.45 |
| Hex | CA | 8 | DD | 9 | 60 | 0 | D | 127 | 5D | 2D |
| Octal | 312 | 10 | 335 | 11 | 140 | 0 | 15 | 447 | 135 | 55 |
| Binary | 11001010 | 1000 | 11011101 | 1001 | 1100000 | 0 | 1101 | 100100111 | 1011101 | 101101 |
Color Harmonies of #CA08DD
Complementary color
Monochromatic Colors of #CA08DD
Black with #CA08DD
Text Example
Text Example
White with #CA08DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA08DD; }
p { color: rgb(202,8,221); }
H1.HeaderClassName
{
color: #CA08DD;
}
.AnyTagClassName
{
color: #CA08DD;
}
</style>
background-color css
<style>
a { background-color: #CA08DD; }
a { background-color: rgb(202,8,221); }
div.DivClassName
{
background-color: #CA08DD;
}
.BgClassName
{
background-color: #CA08DD;
}
</style>
border-color css
<style>
span { border-color: #CA08DD; }
span { border-color: rgb(202,8,221); }
td.TdClassName
{
border-color: #CA08DD;
}
.TagClassName
{
border-color: #CA08DD;
}
</style>