Shades of Deep Magenta #CA13DB
Tints of Deep Magenta #CA13DB
RGB
CMYK
RGB Variations
Color information
#CA13DB (or 0xCA13DB) is known color: Deep Magenta. HEX triplet: CA, 13 and DB. RGB value is (202,19,219). Sum of RGB (Red+Green+Blue) = 202+19+219=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 19 (7.81% from 255 or 4.32% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA13DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA13DB is #35EC24. Grayscale: #5F5F5F. Windows color (decimal): -3533861 or 14357450. OLE color: 14357450.
HSL color Cylindrical-coordinate representation of color #CA13DB: hue angle of 294.9º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA13DB is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 19 | 219 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.14 |
| HSL | 294.9º | 0.84% | 0.47% | - |
| HSV(B) | 294.9º | 0.91% | 0.86% | - |
| XYZ | 37.38 | 18.14 | 68.55 | - |
| YUV | 96.52 | 197.13 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 219 | 0.08 | 0.91 | 0 | 0.14 | 294.9 | 0.84 | 0.47 |
| Hex | CA | 13 | DB | 8 | 5B | 0 | E | 127 | 54 | 2F |
| Octal | 312 | 23 | 333 | 10 | 133 | 0 | 16 | 447 | 124 | 57 |
| Binary | 11001010 | 10011 | 11011011 | 1000 | 1011011 | 0 | 1110 | 100100111 | 1010100 | 101111 |
Color Harmonies of #CA13DB
Complementary color
Monochromatic Colors of #CA13DB
Black with #CA13DB
Text Example
Text Example
White with #CA13DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA13DB; }
p { color: rgb(202,19,219); }
H1.HeaderClassName
{
color: #CA13DB;
}
.AnyTagClassName
{
color: #CA13DB;
}
</style>
background-color css
<style>
a { background-color: #CA13DB; }
a { background-color: rgb(202,19,219); }
div.DivClassName
{
background-color: #CA13DB;
}
.BgClassName
{
background-color: #CA13DB;
}
</style>
border-color css
<style>
span { border-color: #CA13DB; }
span { border-color: rgb(202,19,219); }
td.TdClassName
{
border-color: #CA13DB;
}
.TagClassName
{
border-color: #CA13DB;
}
</style>