Shades of Deep Magenta #CA25C0
Tints of Deep Magenta #CA25C0
RGB
CMYK
RGB Variations
Color information
#CA25C0 (or 0xCA25C0) is known color: Deep Magenta. HEX triplet: CA, 25 and C0. RGB value is (202,37,192). Sum of RGB (Red+Green+Blue) = 202+37+192=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA25C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA25C0 is #35DA3F. Grayscale: #676767. Windows color (decimal): -3529280 or 12592586. OLE color: 12592586.
HSL color Cylindrical-coordinate representation of color #CA25C0: hue angle of 303.64º 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 #CA25C0 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 192 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.21 |
| HSL | 303.64º | 0.69% | 0.47% | - |
| HSV(B) | 303.64º | 0.82% | 0.79% | - |
| XYZ | 34.53 | 17.69 | 51.46 | - |
| YUV | 104.01 | 177.66 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 192 | 0 | 0.82 | 0.05 | 0.21 | 303.64 | 0.69 | 0.47 |
| Hex | CA | 25 | C0 | 0 | 52 | 5 | 15 | 130 | 45 | 2F |
| Octal | 312 | 45 | 300 | 0 | 122 | 5 | 25 | 460 | 105 | 57 |
| Binary | 11001010 | 100101 | 11000000 | 0 | 1010010 | 101 | 10101 | 100110000 | 1000101 | 101111 |
Color Harmonies of #CA25C0
Complementary color
Monochromatic Colors of #CA25C0
Black with #CA25C0
Text Example
Text Example
White with #CA25C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA25C0; }
p { color: rgb(202,37,192); }
H1.HeaderClassName
{
color: #CA25C0;
}
.AnyTagClassName
{
color: #CA25C0;
}
</style>
background-color css
<style>
a { background-color: #CA25C0; }
a { background-color: rgb(202,37,192); }
div.DivClassName
{
background-color: #CA25C0;
}
.BgClassName
{
background-color: #CA25C0;
}
</style>
border-color css
<style>
span { border-color: #CA25C0; }
span { border-color: rgb(202,37,192); }
td.TdClassName
{
border-color: #CA25C0;
}
.TagClassName
{
border-color: #CA25C0;
}
</style>