Shades of Deep Magenta #CA27B5
Tints of Deep Magenta #CA27B5
RGB
CMYK
RGB Variations
Color information
#CA27B5 (or 0xCA27B5) is known color: Deep Magenta. HEX triplet: CA, 27 and B5. RGB value is (202,39,181). Sum of RGB (Red+Green+Blue) = 202+39+181=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 39 (15.62% from 255 or 9.24% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA27B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA27B5 is #35D84A. Grayscale: #676767. Windows color (decimal): -3528779 or 11872202. OLE color: 11872202.
HSL color Cylindrical-coordinate representation of color #CA27B5: hue angle of 307.73º 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 #CA27B5 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 181 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.21 |
| HSL | 307.73º | 0.68% | 0.47% | - |
| HSV(B) | 307.73º | 0.81% | 0.79% | - |
| XYZ | 33.42 | 17.34 | 45.3 | - |
| YUV | 103.93 | 171.5 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 181 | 0 | 0.81 | 0.10 | 0.21 | 307.73 | 0.68 | 0.47 |
| Hex | CA | 27 | B5 | 0 | 51 | A | 15 | 134 | 44 | 2F |
| Octal | 312 | 47 | 265 | 0 | 121 | 12 | 25 | 464 | 104 | 57 |
| Binary | 11001010 | 100111 | 10110101 | 0 | 1010001 | 1010 | 10101 | 100110100 | 1000100 | 101111 |
Color Harmonies of #CA27B5
Complementary color
Monochromatic Colors of #CA27B5
Black with #CA27B5
Text Example
Text Example
White with #CA27B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA27B5; }
p { color: rgb(202,39,181); }
H1.HeaderClassName
{
color: #CA27B5;
}
.AnyTagClassName
{
color: #CA27B5;
}
</style>
background-color css
<style>
a { background-color: #CA27B5; }
a { background-color: rgb(202,39,181); }
div.DivClassName
{
background-color: #CA27B5;
}
.BgClassName
{
background-color: #CA27B5;
}
</style>
border-color css
<style>
span { border-color: #CA27B5; }
span { border-color: rgb(202,39,181); }
td.TdClassName
{
border-color: #CA27B5;
}
.TagClassName
{
border-color: #CA27B5;
}
</style>