Shades of Deep Magenta #CA27C2
Tints of Deep Magenta #CA27C2
RGB
CMYK
RGB Variations
Color information
#CA27C2 (or 0xCA27C2) is known color: Deep Magenta. HEX triplet: CA, 27 and C2. RGB value is (202,39,194). Sum of RGB (Red+Green+Blue) = 202+39+194=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 39 (15.62% from 255 or 8.97% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA27C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA27C2 is #35D83D. Grayscale: #686868. Windows color (decimal): -3528766 or 12724170. OLE color: 12724170.
HSL color Cylindrical-coordinate representation of color #CA27C2: hue angle of 302.94º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA27C2 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 194 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.21 |
| HSL | 302.94º | 0.68% | 0.47% | - |
| HSV(B) | 302.94º | 0.81% | 0.79% | - |
| XYZ | 34.82 | 17.9 | 52.66 | - |
| YUV | 105.41 | 178 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 194 | 0 | 0.81 | 0.04 | 0.21 | 302.94 | 0.68 | 0.47 |
| Hex | CA | 27 | C2 | 0 | 51 | 4 | 15 | 12F | 44 | 2F |
| Octal | 312 | 47 | 302 | 0 | 121 | 4 | 25 | 457 | 104 | 57 |
| Binary | 11001010 | 100111 | 11000010 | 0 | 1010001 | 100 | 10101 | 100101111 | 1000100 | 101111 |
Color Harmonies of #CA27C2
Complementary color
Monochromatic Colors of #CA27C2
Black with #CA27C2
Text Example
Text Example
White with #CA27C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA27C2; }
p { color: rgb(202,39,194); }
H1.HeaderClassName
{
color: #CA27C2;
}
.AnyTagClassName
{
color: #CA27C2;
}
</style>
background-color css
<style>
a { background-color: #CA27C2; }
a { background-color: rgb(202,39,194); }
div.DivClassName
{
background-color: #CA27C2;
}
.BgClassName
{
background-color: #CA27C2;
}
</style>
border-color css
<style>
span { border-color: #CA27C2; }
span { border-color: rgb(202,39,194); }
td.TdClassName
{
border-color: #CA27C2;
}
.TagClassName
{
border-color: #CA27C2;
}
</style>