Shades of Deep Magenta #CA25DB
Tints of Deep Magenta #CA25DB
RGB
CMYK
RGB Variations
Color information
#CA25DB (or 0xCA25DB) is known color: Deep Magenta. HEX triplet: CA, 25 and DB. RGB value is (202,37,219). Sum of RGB (Red+Green+Blue) = 202+37+219=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 37 (14.84% from 255 or 8.08% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA25DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA25DB is #35DA24. Grayscale: #6A6A6A. Windows color (decimal): -3529253 or 14362058. OLE color: 14362058.
HSL color Cylindrical-coordinate representation of color #CA25DB: hue angle of 294.4º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA25DB is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 37 | 219 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.14 |
| HSL | 294.4º | 0.72% | 0.5% | - |
| HSV(B) | 294.4º | 0.83% | 0.86% | - |
| XYZ | 37.8 | 18.99 | 68.69 | - |
| YUV | 107.08 | 191.16 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 219 | 0.08 | 0.83 | 0 | 0.14 | 294.4 | 0.72 | 0.5 |
| Hex | CA | 25 | DB | 8 | 53 | 0 | E | 126 | 48 | 32 |
| Octal | 312 | 45 | 333 | 10 | 123 | 0 | 16 | 446 | 110 | 62 |
| Binary | 11001010 | 100101 | 11011011 | 1000 | 1010011 | 0 | 1110 | 100100110 | 1001000 | 110010 |
Color Harmonies of #CA25DB
Complementary color
Monochromatic Colors of #CA25DB
Black with #CA25DB
Text Example
Text Example
White with #CA25DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA25DB; }
p { color: rgb(202,37,219); }
H1.HeaderClassName
{
color: #CA25DB;
}
.AnyTagClassName
{
color: #CA25DB;
}
</style>
background-color css
<style>
a { background-color: #CA25DB; }
a { background-color: rgb(202,37,219); }
div.DivClassName
{
background-color: #CA25DB;
}
.BgClassName
{
background-color: #CA25DB;
}
</style>
border-color css
<style>
span { border-color: #CA25DB; }
span { border-color: rgb(202,37,219); }
td.TdClassName
{
border-color: #CA25DB;
}
.TagClassName
{
border-color: #CA25DB;
}
</style>