Shades of Deep Magenta #CA03DB
Tints of Deep Magenta #CA03DB
RGB
CMYK
RGB Variations
Color information
#CA03DB (or 0xCA03DB) is known color: Deep Magenta. HEX triplet: CA, 03 and DB. RGB value is (202,3,219). Sum of RGB (Red+Green+Blue) = 202+3+219=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 3 (1.56% from 255 or 0.71% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA03DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA03DB is #35FC24. Grayscale: #565656. Windows color (decimal): -3537957 or 14353354. OLE color: 14353354.
HSL color Cylindrical-coordinate representation of color #CA03DB: hue angle of 295.28º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA03DB is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 3 | 219 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.14 |
| HSL | 295.28º | 0.97% | 0.44% | - |
| HSV(B) | 295.28º | 0.99% | 0.86% | - |
| XYZ | 37.18 | 17.74 | 68.48 | - |
| YUV | 87.13 | 202.43 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 219 | 0.08 | 0.99 | 0 | 0.14 | 295.28 | 0.97 | 0.44 |
| Hex | CA | 3 | DB | 8 | 63 | 0 | E | 127 | 61 | 2C |
| Octal | 312 | 3 | 333 | 10 | 143 | 0 | 16 | 447 | 141 | 54 |
| Binary | 11001010 | 11 | 11011011 | 1000 | 1100011 | 0 | 1110 | 100100111 | 1100001 | 101100 |
Color Harmonies of #CA03DB
Complementary color
Monochromatic Colors of #CA03DB
Black with #CA03DB
Text Example
Text Example
White with #CA03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA03DB; }
p { color: rgb(202,3,219); }
H1.HeaderClassName
{
color: #CA03DB;
}
.AnyTagClassName
{
color: #CA03DB;
}
</style>
background-color css
<style>
a { background-color: #CA03DB; }
a { background-color: rgb(202,3,219); }
div.DivClassName
{
background-color: #CA03DB;
}
.BgClassName
{
background-color: #CA03DB;
}
</style>
border-color css
<style>
span { border-color: #CA03DB; }
span { border-color: rgb(202,3,219); }
td.TdClassName
{
border-color: #CA03DB;
}
.TagClassName
{
border-color: #CA03DB;
}
</style>