Shades of Deep Magenta #CA00D8
Tints of Deep Magenta #CA00D8
RGB
CMYK
RGB Variations
Color information
#CA00D8 (or 0xCA00D8) is known color: Deep Magenta. HEX triplet: CA, 00 and D8. RGB value is (202,0,216). Sum of RGB (Red+Green+Blue) = 202+0+216=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 216 (84.77% from 255 or 51.67% from 418); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA00D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA00D8 is #35FF27. Grayscale: #545454. Windows color (decimal): -3538728 or 14155978. OLE color: 14155978.
HSL color Cylindrical-coordinate representation of color #CA00D8: hue angle of 296.11º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA00D8 is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 0 | 216 | - |
| CMYK | 0.06 | 1 | 0 | 0.15 |
| HSL | 296.11º | 1% | 0.42% | - |
| HSV(B) | 296.11º | 1% | 0.85% | - |
| XYZ | 36.75 | 17.51 | 66.41 | - |
| YUV | 85.02 | 201.92 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 216 | 0.06 | 1 | 0 | 0.15 | 296.11 | 1 | 0.42 |
| Hex | CA | 0 | D8 | 6 | 64 | 0 | F | 128 | 64 | 2A |
| Octal | 312 | 0 | 330 | 6 | 144 | 0 | 17 | 450 | 144 | 52 |
| Binary | 11001010 | 0 | 11011000 | 110 | 1100100 | 0 | 1111 | 100101000 | 1100100 | 101010 |
Color Harmonies of #CA00D8
Complementary color
Monochromatic Colors of #CA00D8
Black with #CA00D8
Text Example
Text Example
White with #CA00D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA00D8; }
p { color: rgb(202,0,216); }
H1.HeaderClassName
{
color: #CA00D8;
}
.AnyTagClassName
{
color: #CA00D8;
}
</style>
background-color css
<style>
a { background-color: #CA00D8; }
a { background-color: rgb(202,0,216); }
div.DivClassName
{
background-color: #CA00D8;
}
.BgClassName
{
background-color: #CA00D8;
}
</style>
border-color css
<style>
span { border-color: #CA00D8; }
span { border-color: rgb(202,0,216); }
td.TdClassName
{
border-color: #CA00D8;
}
.TagClassName
{
border-color: #CA00D8;
}
</style>