Shades of Deep Magenta #CA25C2
Tints of Deep Magenta #CA25C2
RGB
CMYK
RGB Variations
Color information
#CA25C2 (or 0xCA25C2) is known color: Deep Magenta. HEX triplet: CA, 25 and C2. RGB value is (202,37,194). Sum of RGB (Red+Green+Blue) = 202+37+194=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA25C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA25C2 is #35DA3D. Grayscale: #676767. Windows color (decimal): -3529278 or 12723658. OLE color: 12723658.
HSL color Cylindrical-coordinate representation of color #CA25C2: hue angle of 302.91º 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 #CA25C2 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 194 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.21 |
| HSL | 302.91º | 0.69% | 0.47% | - |
| HSV(B) | 302.91º | 0.82% | 0.79% | - |
| XYZ | 34.76 | 17.77 | 52.64 | - |
| YUV | 104.23 | 178.66 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 194 | 0 | 0.82 | 0.04 | 0.21 | 302.91 | 0.69 | 0.47 |
| Hex | CA | 25 | C2 | 0 | 52 | 4 | 15 | 12F | 45 | 2F |
| Octal | 312 | 45 | 302 | 0 | 122 | 4 | 25 | 457 | 105 | 57 |
| Binary | 11001010 | 100101 | 11000010 | 0 | 1010010 | 100 | 10101 | 100101111 | 1000101 | 101111 |
Color Harmonies of #CA25C2
Complementary color
Monochromatic Colors of #CA25C2
Black with #CA25C2
Text Example
Text Example
White with #CA25C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA25C2; }
p { color: rgb(202,37,194); }
H1.HeaderClassName
{
color: #CA25C2;
}
.AnyTagClassName
{
color: #CA25C2;
}
</style>
background-color css
<style>
a { background-color: #CA25C2; }
a { background-color: rgb(202,37,194); }
div.DivClassName
{
background-color: #CA25C2;
}
.BgClassName
{
background-color: #CA25C2;
}
</style>
border-color css
<style>
span { border-color: #CA25C2; }
span { border-color: rgb(202,37,194); }
td.TdClassName
{
border-color: #CA25C2;
}
.TagClassName
{
border-color: #CA25C2;
}
</style>