Shades of Deep Magenta #CA27C0
Tints of Deep Magenta #CA27C0
RGB
CMYK
RGB Variations
Color information
#CA27C0 (or 0xCA27C0) is known color: Deep Magenta. HEX triplet: CA, 27 and C0. RGB value is (202,39,192). Sum of RGB (Red+Green+Blue) = 202+39+192=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 39 (15.62% from 255 or 9.01% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA27C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA27C0 is #35D83F. Grayscale: #686868. Windows color (decimal): -3528768 or 12593098. OLE color: 12593098.
HSL color Cylindrical-coordinate representation of color #CA27C0: hue angle of 303.68º 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 #CA27C0 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 192 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.21 |
| HSL | 303.68º | 0.68% | 0.47% | - |
| HSV(B) | 303.68º | 0.81% | 0.79% | - |
| XYZ | 34.6 | 17.81 | 51.48 | - |
| YUV | 105.18 | 177 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 192 | 0 | 0.81 | 0.05 | 0.21 | 303.68 | 0.68 | 0.47 |
| Hex | CA | 27 | C0 | 0 | 51 | 5 | 15 | 130 | 44 | 2F |
| Octal | 312 | 47 | 300 | 0 | 121 | 5 | 25 | 460 | 104 | 57 |
| Binary | 11001010 | 100111 | 11000000 | 0 | 1010001 | 101 | 10101 | 100110000 | 1000100 | 101111 |
Color Harmonies of #CA27C0
Complementary color
Monochromatic Colors of #CA27C0
Black with #CA27C0
Text Example
Text Example
White with #CA27C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA27C0; }
p { color: rgb(202,39,192); }
H1.HeaderClassName
{
color: #CA27C0;
}
.AnyTagClassName
{
color: #CA27C0;
}
</style>
background-color css
<style>
a { background-color: #CA27C0; }
a { background-color: rgb(202,39,192); }
div.DivClassName
{
background-color: #CA27C0;
}
.BgClassName
{
background-color: #CA27C0;
}
</style>
border-color css
<style>
span { border-color: #CA27C0; }
span { border-color: rgb(202,39,192); }
td.TdClassName
{
border-color: #CA27C0;
}
.TagClassName
{
border-color: #CA27C0;
}
</style>