Shades of Deep Magenta #CA27BE
Tints of Deep Magenta #CA27BE
RGB
CMYK
RGB Variations
Color information
#CA27BE (or 0xCA27BE) is known color: Deep Magenta. HEX triplet: CA, 27 and BE. RGB value is (202,39,190). Sum of RGB (Red+Green+Blue) = 202+39+190=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 39 (15.62% from 255 or 9.05% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA27BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA27BE is #35D841. Grayscale: #686868. Windows color (decimal): -3528770 or 12462026. OLE color: 12462026.
HSL color Cylindrical-coordinate representation of color #CA27BE: hue angle of 304.42º 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 #CA27BE is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 190 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.21 |
| HSL | 304.42º | 0.68% | 0.47% | - |
| HSV(B) | 304.42º | 0.81% | 0.79% | - |
| XYZ | 34.38 | 17.73 | 50.32 | - |
| YUV | 104.95 | 176 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 190 | 0 | 0.81 | 0.06 | 0.21 | 304.42 | 0.68 | 0.47 |
| Hex | CA | 27 | BE | 0 | 51 | 6 | 15 | 130 | 44 | 2F |
| Octal | 312 | 47 | 276 | 0 | 121 | 6 | 25 | 460 | 104 | 57 |
| Binary | 11001010 | 100111 | 10111110 | 0 | 1010001 | 110 | 10101 | 100110000 | 1000100 | 101111 |
Color Harmonies of #CA27BE
Complementary color
Monochromatic Colors of #CA27BE
Black with #CA27BE
Text Example
Text Example
White with #CA27BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA27BE; }
p { color: rgb(202,39,190); }
H1.HeaderClassName
{
color: #CA27BE;
}
.AnyTagClassName
{
color: #CA27BE;
}
</style>
background-color css
<style>
a { background-color: #CA27BE; }
a { background-color: rgb(202,39,190); }
div.DivClassName
{
background-color: #CA27BE;
}
.BgClassName
{
background-color: #CA27BE;
}
</style>
border-color css
<style>
span { border-color: #CA27BE; }
span { border-color: rgb(202,39,190); }
td.TdClassName
{
border-color: #CA27BE;
}
.TagClassName
{
border-color: #CA27BE;
}
</style>