Shades of Deep Magenta #CA25C5
Tints of Deep Magenta #CA25C5
RGB
CMYK
RGB Variations
Color information
#CA25C5 (or 0xCA25C5) is known color: Deep Magenta. HEX triplet: CA, 25 and C5. RGB value is (202,37,197). Sum of RGB (Red+Green+Blue) = 202+37+197=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 197 (77.34% from 255 or 45.18% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA25C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA25C5 is #35DA3A. Grayscale: #686868. Windows color (decimal): -3529275 or 12920266. OLE color: 12920266.
HSL color Cylindrical-coordinate representation of color #CA25C5: hue angle of 301.82º 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 #CA25C5 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 197 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.21 |
| HSL | 301.82º | 0.69% | 0.47% | - |
| HSV(B) | 301.82º | 0.82% | 0.79% | - |
| XYZ | 35.1 | 17.91 | 54.43 | - |
| YUV | 104.58 | 180.16 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 197 | 0 | 0.82 | 0.02 | 0.21 | 301.82 | 0.69 | 0.47 |
| Hex | CA | 25 | C5 | 0 | 52 | 2 | 15 | 12E | 45 | 2F |
| Octal | 312 | 45 | 305 | 0 | 122 | 2 | 25 | 456 | 105 | 57 |
| Binary | 11001010 | 100101 | 11000101 | 0 | 1010010 | 10 | 10101 | 100101110 | 1000101 | 101111 |
Color Harmonies of #CA25C5
Complementary color
Monochromatic Colors of #CA25C5
Black with #CA25C5
Text Example
Text Example
White with #CA25C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA25C5; }
p { color: rgb(202,37,197); }
H1.HeaderClassName
{
color: #CA25C5;
}
.AnyTagClassName
{
color: #CA25C5;
}
</style>
background-color css
<style>
a { background-color: #CA25C5; }
a { background-color: rgb(202,37,197); }
div.DivClassName
{
background-color: #CA25C5;
}
.BgClassName
{
background-color: #CA25C5;
}
</style>
border-color css
<style>
span { border-color: #CA25C5; }
span { border-color: rgb(202,37,197); }
td.TdClassName
{
border-color: #CA25C5;
}
.TagClassName
{
border-color: #CA25C5;
}
</style>