Shades of Deep Magenta #CA27B2
Tints of Deep Magenta #CA27B2
RGB
CMYK
RGB Variations
Color information
#CA27B2 (or 0xCA27B2) is known color: Deep Magenta. HEX triplet: CA, 27 and B2. RGB value is (202,39,178). Sum of RGB (Red+Green+Blue) = 202+39+178=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA27B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA27B2 is #35D84D. Grayscale: #676767. Windows color (decimal): -3528782 or 11675594. OLE color: 11675594.
HSL color Cylindrical-coordinate representation of color #CA27B2: hue angle of 308.83º 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 #CA27B2 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 178 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.21 |
| HSL | 308.83º | 0.68% | 0.47% | - |
| HSV(B) | 308.83º | 0.81% | 0.79% | - |
| XYZ | 33.12 | 17.22 | 43.7 | - |
| YUV | 103.58 | 170 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 178 | 0 | 0.81 | 0.12 | 0.21 | 308.83 | 0.68 | 0.47 |
| Hex | CA | 27 | B2 | 0 | 51 | C | 15 | 135 | 44 | 2F |
| Octal | 312 | 47 | 262 | 0 | 121 | 14 | 25 | 465 | 104 | 57 |
| Binary | 11001010 | 100111 | 10110010 | 0 | 1010001 | 1100 | 10101 | 100110101 | 1000100 | 101111 |
Color Harmonies of #CA27B2
Complementary color
Monochromatic Colors of #CA27B2
Black with #CA27B2
Text Example
Text Example
White with #CA27B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA27B2; }
p { color: rgb(202,39,178); }
H1.HeaderClassName
{
color: #CA27B2;
}
.AnyTagClassName
{
color: #CA27B2;
}
</style>
background-color css
<style>
a { background-color: #CA27B2; }
a { background-color: rgb(202,39,178); }
div.DivClassName
{
background-color: #CA27B2;
}
.BgClassName
{
background-color: #CA27B2;
}
</style>
border-color css
<style>
span { border-color: #CA27B2; }
span { border-color: rgb(202,39,178); }
td.TdClassName
{
border-color: #CA27B2;
}
.TagClassName
{
border-color: #CA27B2;
}
</style>