Shades of Deep Magenta #CA28CE
Tints of Deep Magenta #CA28CE
RGB
CMYK
RGB Variations
Color information
#CA28CE (or 0xCA28CE) is known color: Deep Magenta. HEX triplet: CA, 28 and CE. RGB value is (202,40,206). Sum of RGB (Red+Green+Blue) = 202+40+206=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA28CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA28CE is #35D731. Grayscale: #6A6A6A. Windows color (decimal): -3528498 or 13510858. OLE color: 13510858.
HSL color Cylindrical-coordinate representation of color #CA28CE: hue angle of 298.55º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA28CE is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 40 | 206 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.19 |
| HSL | 298.55º | 0.67% | 0.48% | - |
| HSV(B) | 298.55º | 0.81% | 0.81% | - |
| XYZ | 36.26 | 18.53 | 60.06 | - |
| YUV | 107.36 | 183.67 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 206 | 0.02 | 0.81 | 0 | 0.19 | 298.55 | 0.67 | 0.48 |
| Hex | CA | 28 | CE | 2 | 51 | 0 | 13 | 12B | 43 | 30 |
| Octal | 312 | 50 | 316 | 2 | 121 | 0 | 23 | 453 | 103 | 60 |
| Binary | 11001010 | 101000 | 11001110 | 10 | 1010001 | 0 | 10011 | 100101011 | 1000011 | 110000 |
Color Harmonies of #CA28CE
Complementary color
Monochromatic Colors of #CA28CE
Black with #CA28CE
Text Example
Text Example
White with #CA28CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA28CE; }
p { color: rgb(202,40,206); }
H1.HeaderClassName
{
color: #CA28CE;
}
.AnyTagClassName
{
color: #CA28CE;
}
</style>
background-color css
<style>
a { background-color: #CA28CE; }
a { background-color: rgb(202,40,206); }
div.DivClassName
{
background-color: #CA28CE;
}
.BgClassName
{
background-color: #CA28CE;
}
</style>
border-color css
<style>
span { border-color: #CA28CE; }
span { border-color: rgb(202,40,206); }
td.TdClassName
{
border-color: #CA28CE;
}
.TagClassName
{
border-color: #CA28CE;
}
</style>