Shades of Deep Magenta #CA25B0
Tints of Deep Magenta #CA25B0
RGB
CMYK
RGB Variations
Color information
#CA25B0 (or 0xCA25B0) is known color: Deep Magenta. HEX triplet: CA, 25 and B0. RGB value is (202,37,176). Sum of RGB (Red+Green+Blue) = 202+37+176=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA25B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA25B0 is #35DA4F. Grayscale: #656565. Windows color (decimal): -3529296 or 11544010. OLE color: 11544010.
HSL color Cylindrical-coordinate representation of color #CA25B0: hue angle of 309.45º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA25B0 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 176 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.21 |
| HSL | 309.45º | 0.69% | 0.47% | - |
| HSV(B) | 309.45º | 0.82% | 0.79% | - |
| XYZ | 32.86 | 17.01 | 42.63 | - |
| YUV | 102.18 | 169.66 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 176 | 0 | 0.82 | 0.13 | 0.21 | 309.45 | 0.69 | 0.47 |
| Hex | CA | 25 | B0 | 0 | 52 | D | 15 | 135 | 45 | 2F |
| Octal | 312 | 45 | 260 | 0 | 122 | 15 | 25 | 465 | 105 | 57 |
| Binary | 11001010 | 100101 | 10110000 | 0 | 1010010 | 1101 | 10101 | 100110101 | 1000101 | 101111 |
Color Harmonies of #CA25B0
Complementary color
Monochromatic Colors of #CA25B0
Black with #CA25B0
Text Example
Text Example
White with #CA25B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA25B0; }
p { color: rgb(202,37,176); }
H1.HeaderClassName
{
color: #CA25B0;
}
.AnyTagClassName
{
color: #CA25B0;
}
</style>
background-color css
<style>
a { background-color: #CA25B0; }
a { background-color: rgb(202,37,176); }
div.DivClassName
{
background-color: #CA25B0;
}
.BgClassName
{
background-color: #CA25B0;
}
</style>
border-color css
<style>
span { border-color: #CA25B0; }
span { border-color: rgb(202,37,176); }
td.TdClassName
{
border-color: #CA25B0;
}
.TagClassName
{
border-color: #CA25B0;
}
</style>