Shades of Deep Magenta #CA28C0
Tints of Deep Magenta #CA28C0
RGB
CMYK
RGB Variations
Color information
#CA28C0 (or 0xCA28C0) is known color: Deep Magenta. HEX triplet: CA, 28 and C0. RGB value is (202,40,192). Sum of RGB (Red+Green+Blue) = 202+40+192=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA28C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA28C0 is #35D73F. Grayscale: #696969. Windows color (decimal): -3528512 or 12593354. OLE color: 12593354.
HSL color Cylindrical-coordinate representation of color #CA28C0: hue angle of 303.7º 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 #CA28C0 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 192 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.21 |
| HSL | 303.7º | 0.67% | 0.47% | - |
| HSV(B) | 303.7º | 0.8% | 0.79% | - |
| XYZ | 34.63 | 17.88 | 51.5 | - |
| YUV | 105.77 | 176.67 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 192 | 0 | 0.80 | 0.05 | 0.21 | 303.7 | 0.67 | 0.47 |
| Hex | CA | 28 | C0 | 0 | 50 | 5 | 15 | 130 | 43 | 2F |
| Octal | 312 | 50 | 300 | 0 | 120 | 5 | 25 | 460 | 103 | 57 |
| Binary | 11001010 | 101000 | 11000000 | 0 | 1010000 | 101 | 10101 | 100110000 | 1000011 | 101111 |
Color Harmonies of #CA28C0
Complementary color
Monochromatic Colors of #CA28C0
Black with #CA28C0
Text Example
Text Example
White with #CA28C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA28C0; }
p { color: rgb(202,40,192); }
H1.HeaderClassName
{
color: #CA28C0;
}
.AnyTagClassName
{
color: #CA28C0;
}
</style>
background-color css
<style>
a { background-color: #CA28C0; }
a { background-color: rgb(202,40,192); }
div.DivClassName
{
background-color: #CA28C0;
}
.BgClassName
{
background-color: #CA28C0;
}
</style>
border-color css
<style>
span { border-color: #CA28C0; }
span { border-color: rgb(202,40,192); }
td.TdClassName
{
border-color: #CA28C0;
}
.TagClassName
{
border-color: #CA28C0;
}
</style>