Shades of Deep Magenta #CA06DB
Tints of Deep Magenta #CA06DB
RGB
CMYK
RGB Variations
Color information
#CA06DB (or 0xCA06DB) is known color: Deep Magenta. HEX triplet: CA, 06 and DB. RGB value is (202,6,219). Sum of RGB (Red+Green+Blue) = 202+6+219=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 6 (2.73% from 255 or 1.41% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA06DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA06DB is #35F924. Grayscale: #585858. Windows color (decimal): -3537189 or 14354122. OLE color: 14354122.
HSL color Cylindrical-coordinate representation of color #CA06DB: hue angle of 295.21º degrees, saturation: 0.95, 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 #CA06DB is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 6 | 219 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.14 |
| HSL | 295.21º | 0.95% | 0.44% | - |
| HSV(B) | 295.21º | 0.97% | 0.86% | - |
| XYZ | 37.21 | 17.8 | 68.49 | - |
| YUV | 88.89 | 201.43 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 6 | 219 | 0.08 | 0.97 | 0 | 0.14 | 295.21 | 0.95 | 0.44 |
| Hex | CA | 6 | DB | 8 | 61 | 0 | E | 127 | 5F | 2C |
| Octal | 312 | 6 | 333 | 10 | 141 | 0 | 16 | 447 | 137 | 54 |
| Binary | 11001010 | 110 | 11011011 | 1000 | 1100001 | 0 | 1110 | 100100111 | 1011111 | 101100 |
Color Harmonies of #CA06DB
Complementary color
Monochromatic Colors of #CA06DB
Black with #CA06DB
Text Example
Text Example
White with #CA06DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA06DB; }
p { color: rgb(202,6,219); }
H1.HeaderClassName
{
color: #CA06DB;
}
.AnyTagClassName
{
color: #CA06DB;
}
</style>
background-color css
<style>
a { background-color: #CA06DB; }
a { background-color: rgb(202,6,219); }
div.DivClassName
{
background-color: #CA06DB;
}
.BgClassName
{
background-color: #CA06DB;
}
</style>
border-color css
<style>
span { border-color: #CA06DB; }
span { border-color: rgb(202,6,219); }
td.TdClassName
{
border-color: #CA06DB;
}
.TagClassName
{
border-color: #CA06DB;
}
</style>