Shades of Deep Magenta #CA28C9
Tints of Deep Magenta #CA28C9
RGB
CMYK
RGB Variations
Color information
#CA28C9 (or 0xCA28C9) is known color: Deep Magenta. HEX triplet: CA, 28 and C9. RGB value is (202,40,201). Sum of RGB (Red+Green+Blue) = 202+40+201=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA28C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA28C9 is #35D736. Grayscale: #6A6A6A. Windows color (decimal): -3528503 or 13183178. OLE color: 13183178.
HSL color Cylindrical-coordinate representation of color #CA28C9: hue angle of 300.37º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA28C9 is Cyan = 0, Magento = 0.80, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 201 | - |
| CMYK | 0 | 0.80 | 0.00 | 0.21 |
| HSL | 300.37º | 0.67% | 0.47% | - |
| HSV(B) | 300.37º | 0.8% | 0.79% | - |
| XYZ | 35.66 | 18.29 | 56.91 | - |
| YUV | 106.79 | 181.17 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 201 | 0 | 0.80 | 0.00 | 0.21 | 300.37 | 0.67 | 0.47 |
| Hex | CA | 28 | C9 | 0 | 50 | 0 | 15 | 12C | 43 | 2F |
| Octal | 312 | 50 | 311 | 0 | 120 | 0 | 25 | 454 | 103 | 57 |
| Binary | 11001010 | 101000 | 11001001 | 0 | 1010000 | 0 | 10101 | 100101100 | 1000011 | 101111 |
Color Harmonies of #CA28C9
Complementary color
Monochromatic Colors of #CA28C9
Black with #CA28C9
Text Example
Text Example
White with #CA28C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA28C9; }
p { color: rgb(202,40,201); }
H1.HeaderClassName
{
color: #CA28C9;
}
.AnyTagClassName
{
color: #CA28C9;
}
</style>
background-color css
<style>
a { background-color: #CA28C9; }
a { background-color: rgb(202,40,201); }
div.DivClassName
{
background-color: #CA28C9;
}
.BgClassName
{
background-color: #CA28C9;
}
</style>
border-color css
<style>
span { border-color: #CA28C9; }
span { border-color: rgb(202,40,201); }
td.TdClassName
{
border-color: #CA28C9;
}
.TagClassName
{
border-color: #CA28C9;
}
</style>