Shades of Deep Magenta #CA00DB
Tints of Deep Magenta #CA00DB
RGB
CMYK
RGB Variations
Color information
#CA00DB (or 0xCA00DB) is known color: Deep Magenta. HEX triplet: CA, 00 and DB. RGB value is (202,0,219). Sum of RGB (Red+Green+Blue) = 202+0+219=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA00DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA00DB is #35FF24. Grayscale: #545454. Windows color (decimal): -3538725 or 14352586. OLE color: 14352586.
HSL color Cylindrical-coordinate representation of color #CA00DB: hue angle of 295.34º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA00DB is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 0 | 219 | - |
| CMYK | 0.08 | 1 | 0 | 0.14 |
| HSL | 295.34º | 1% | 0.43% | - |
| HSV(B) | 295.34º | 1% | 0.86% | - |
| XYZ | 37.14 | 17.67 | 68.47 | - |
| YUV | 85.36 | 203.42 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 219 | 0.08 | 1 | 0 | 0.14 | 295.34 | 1 | 0.43 |
| Hex | CA | 0 | DB | 8 | 64 | 0 | E | 127 | 64 | 2B |
| Octal | 312 | 0 | 333 | 10 | 144 | 0 | 16 | 447 | 144 | 53 |
| Binary | 11001010 | 0 | 11011011 | 1000 | 1100100 | 0 | 1110 | 100100111 | 1100100 | 101011 |
Color Harmonies of #CA00DB
Complementary color
Monochromatic Colors of #CA00DB
Black with #CA00DB
Text Example
Text Example
White with #CA00DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA00DB; }
p { color: rgb(202,0,219); }
H1.HeaderClassName
{
color: #CA00DB;
}
.AnyTagClassName
{
color: #CA00DB;
}
</style>
background-color css
<style>
a { background-color: #CA00DB; }
a { background-color: rgb(202,0,219); }
div.DivClassName
{
background-color: #CA00DB;
}
.BgClassName
{
background-color: #CA00DB;
}
</style>
border-color css
<style>
span { border-color: #CA00DB; }
span { border-color: rgb(202,0,219); }
td.TdClassName
{
border-color: #CA00DB;
}
.TagClassName
{
border-color: #CA00DB;
}
</style>