Shades of Deep Magenta #CA25D9
Tints of Deep Magenta #CA25D9
RGB
CMYK
RGB Variations
Color information
#CA25D9 (or 0xCA25D9) is known color: Deep Magenta. HEX triplet: CA, 25 and D9. RGB value is (202,37,217). Sum of RGB (Red+Green+Blue) = 202+37+217=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 37 (14.84% from 255 or 8.11% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA25D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA25D9 is #35DA26. Grayscale: #6A6A6A. Windows color (decimal): -3529255 or 14230986. OLE color: 14230986.
HSL color Cylindrical-coordinate representation of color #CA25D9: hue angle of 295º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA25D9 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 37 | 217 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.15 |
| HSL | 295º | 0.71% | 0.5% | - |
| HSV(B) | 295º | 0.83% | 0.85% | - |
| XYZ | 37.54 | 18.89 | 67.31 | - |
| YUV | 106.86 | 190.16 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 217 | 0.07 | 0.83 | 0 | 0.15 | 295 | 0.71 | 0.5 |
| Hex | CA | 25 | D9 | 7 | 53 | 0 | F | 127 | 47 | 32 |
| Octal | 312 | 45 | 331 | 7 | 123 | 0 | 17 | 447 | 107 | 62 |
| Binary | 11001010 | 100101 | 11011001 | 111 | 1010011 | 0 | 1111 | 100100111 | 1000111 | 110010 |
Color Harmonies of #CA25D9
Complementary color
Monochromatic Colors of #CA25D9
Black with #CA25D9
Text Example
Text Example
White with #CA25D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA25D9; }
p { color: rgb(202,37,217); }
H1.HeaderClassName
{
color: #CA25D9;
}
.AnyTagClassName
{
color: #CA25D9;
}
</style>
background-color css
<style>
a { background-color: #CA25D9; }
a { background-color: rgb(202,37,217); }
div.DivClassName
{
background-color: #CA25D9;
}
.BgClassName
{
background-color: #CA25D9;
}
</style>
border-color css
<style>
span { border-color: #CA25D9; }
span { border-color: rgb(202,37,217); }
td.TdClassName
{
border-color: #CA25D9;
}
.TagClassName
{
border-color: #CA25D9;
}
</style>