Shades of Deep Magenta #CA07DB
Tints of Deep Magenta #CA07DB
RGB
CMYK
RGB Variations
Color information
#CA07DB (or 0xCA07DB) is known color: Deep Magenta. HEX triplet: CA, 07 and DB. RGB value is (202,7,219). Sum of RGB (Red+Green+Blue) = 202+7+219=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 7 (3.12% from 255 or 1.64% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA07DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA07DB is #35F824. Grayscale: #585858. Windows color (decimal): -3536933 or 14354378. OLE color: 14354378.
HSL color Cylindrical-coordinate representation of color #CA07DB: hue angle of 295.19º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA07DB is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 7 | 219 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.14 |
| HSL | 295.19º | 0.94% | 0.44% | - |
| HSV(B) | 295.19º | 0.97% | 0.86% | - |
| XYZ | 37.22 | 17.82 | 68.5 | - |
| YUV | 89.47 | 201.1 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 219 | 0.08 | 0.97 | 0 | 0.14 | 295.19 | 0.94 | 0.44 |
| Hex | CA | 7 | DB | 8 | 61 | 0 | E | 127 | 5E | 2C |
| Octal | 312 | 7 | 333 | 10 | 141 | 0 | 16 | 447 | 136 | 54 |
| Binary | 11001010 | 111 | 11011011 | 1000 | 1100001 | 0 | 1110 | 100100111 | 1011110 | 101100 |
Color Harmonies of #CA07DB
Complementary color
Monochromatic Colors of #CA07DB
Black with #CA07DB
Text Example
Text Example
White with #CA07DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA07DB; }
p { color: rgb(202,7,219); }
H1.HeaderClassName
{
color: #CA07DB;
}
.AnyTagClassName
{
color: #CA07DB;
}
</style>
background-color css
<style>
a { background-color: #CA07DB; }
a { background-color: rgb(202,7,219); }
div.DivClassName
{
background-color: #CA07DB;
}
.BgClassName
{
background-color: #CA07DB;
}
</style>
border-color css
<style>
span { border-color: #CA07DB; }
span { border-color: rgb(202,7,219); }
td.TdClassName
{
border-color: #CA07DB;
}
.TagClassName
{
border-color: #CA07DB;
}
</style>