Shades of Deep Magenta #CA27BD
Tints of Deep Magenta #CA27BD
RGB
CMYK
RGB Variations
Color information
#CA27BD (or 0xCA27BD) is known color: Deep Magenta. HEX triplet: CA, 27 and BD. RGB value is (202,39,189). Sum of RGB (Red+Green+Blue) = 202+39+189=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA27BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA27BD is #35D842. Grayscale: #686868. Windows color (decimal): -3528771 or 12396490. OLE color: 12396490.
HSL color Cylindrical-coordinate representation of color #CA27BD: hue angle of 304.79º 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 #CA27BD is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 189 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.21 |
| HSL | 304.79º | 0.68% | 0.47% | - |
| HSV(B) | 304.79º | 0.81% | 0.79% | - |
| XYZ | 34.27 | 17.68 | 49.75 | - |
| YUV | 104.84 | 175.5 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 189 | 0 | 0.81 | 0.06 | 0.21 | 304.79 | 0.68 | 0.47 |
| Hex | CA | 27 | BD | 0 | 51 | 6 | 15 | 131 | 44 | 2F |
| Octal | 312 | 47 | 275 | 0 | 121 | 6 | 25 | 461 | 104 | 57 |
| Binary | 11001010 | 100111 | 10111101 | 0 | 1010001 | 110 | 10101 | 100110001 | 1000100 | 101111 |
Color Harmonies of #CA27BD
Complementary color
Monochromatic Colors of #CA27BD
Black with #CA27BD
Text Example
Text Example
White with #CA27BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA27BD; }
p { color: rgb(202,39,189); }
H1.HeaderClassName
{
color: #CA27BD;
}
.AnyTagClassName
{
color: #CA27BD;
}
</style>
background-color css
<style>
a { background-color: #CA27BD; }
a { background-color: rgb(202,39,189); }
div.DivClassName
{
background-color: #CA27BD;
}
.BgClassName
{
background-color: #CA27BD;
}
</style>
border-color css
<style>
span { border-color: #CA27BD; }
span { border-color: rgb(202,39,189); }
td.TdClassName
{
border-color: #CA27BD;
}
.TagClassName
{
border-color: #CA27BD;
}
</style>