Shades of Deep Magenta #CA25CF
Tints of Deep Magenta #CA25CF
RGB
CMYK
RGB Variations
Color information
#CA25CF (or 0xCA25CF) is known color: Deep Magenta. HEX triplet: CA, 25 and CF. RGB value is (202,37,207). Sum of RGB (Red+Green+Blue) = 202+37+207=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA25CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA25CF is #35DA30. Grayscale: #696969. Windows color (decimal): -3529265 or 13575626. OLE color: 13575626.
HSL color Cylindrical-coordinate representation of color #CA25CF: hue angle of 298.24º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA25CF is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 37 | 207 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.19 |
| HSL | 298.24º | 0.7% | 0.48% | - |
| HSV(B) | 298.24º | 0.82% | 0.81% | - |
| XYZ | 36.28 | 18.38 | 60.67 | - |
| YUV | 105.72 | 185.16 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 207 | 0.02 | 0.82 | 0 | 0.19 | 298.24 | 0.7 | 0.48 |
| Hex | CA | 25 | CF | 2 | 52 | 0 | 13 | 12A | 46 | 30 |
| Octal | 312 | 45 | 317 | 2 | 122 | 0 | 23 | 452 | 106 | 60 |
| Binary | 11001010 | 100101 | 11001111 | 10 | 1010010 | 0 | 10011 | 100101010 | 1000110 | 110000 |
Color Harmonies of #CA25CF
Complementary color
Monochromatic Colors of #CA25CF
Black with #CA25CF
Text Example
Text Example
White with #CA25CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA25CF; }
p { color: rgb(202,37,207); }
H1.HeaderClassName
{
color: #CA25CF;
}
.AnyTagClassName
{
color: #CA25CF;
}
</style>
background-color css
<style>
a { background-color: #CA25CF; }
a { background-color: rgb(202,37,207); }
div.DivClassName
{
background-color: #CA25CF;
}
.BgClassName
{
background-color: #CA25CF;
}
</style>
border-color css
<style>
span { border-color: #CA25CF; }
span { border-color: rgb(202,37,207); }
td.TdClassName
{
border-color: #CA25CF;
}
.TagClassName
{
border-color: #CA25CF;
}
</style>