Shades of Deep Magenta #CA28D5
Tints of Deep Magenta #CA28D5
RGB
CMYK
RGB Variations
Color information
#CA28D5 (or 0xCA28D5) is known color: Deep Magenta. HEX triplet: CA, 28 and D5. RGB value is (202,40,213). Sum of RGB (Red+Green+Blue) = 202+40+213=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 213 (83.59% from 255 or 46.81% from 455); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA28D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA28D5 is #35D72A. Grayscale: #6B6B6B. Windows color (decimal): -3528491 or 13969610. OLE color: 13969610.
HSL color Cylindrical-coordinate representation of color #CA28D5: hue angle of 296.18º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA28D5 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 40 | 213 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.16 |
| HSL | 296.19º | 0.68% | 0.5% | - |
| HSV(B) | 296.19º | 0.81% | 0.84% | - |
| XYZ | 37.13 | 18.88 | 64.64 | - |
| YUV | 108.16 | 187.17 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 213 | 0.05 | 0.81 | 0 | 0.16 | 296.19 | 0.68 | 0.5 |
| Hex | CA | 28 | D5 | 5 | 51 | 0 | 10 | 128 | 44 | 32 |
| Octal | 312 | 50 | 325 | 5 | 121 | 0 | 20 | 450 | 104 | 62 |
| Binary | 11001010 | 101000 | 11010101 | 101 | 1010001 | 0 | 10000 | 100101000 | 1000100 | 110010 |
Color Harmonies of #CA28D5
Complementary color
Monochromatic Colors of #CA28D5
Black with #CA28D5
Text Example
Text Example
White with #CA28D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA28D5; }
p { color: rgb(202,40,213); }
H1.HeaderClassName
{
color: #CA28D5;
}
.AnyTagClassName
{
color: #CA28D5;
}
</style>
background-color css
<style>
a { background-color: #CA28D5; }
a { background-color: rgb(202,40,213); }
div.DivClassName
{
background-color: #CA28D5;
}
.BgClassName
{
background-color: #CA28D5;
}
</style>
border-color css
<style>
span { border-color: #CA28D5; }
span { border-color: rgb(202,40,213); }
td.TdClassName
{
border-color: #CA28D5;
}
.TagClassName
{
border-color: #CA28D5;
}
</style>