Shades of Deep Magenta #CA28CB
Tints of Deep Magenta #CA28CB
RGB
CMYK
RGB Variations
Color information
#CA28CB (or 0xCA28CB) is known color: Deep Magenta. HEX triplet: CA, 28 and CB. RGB value is (202,40,203). Sum of RGB (Red+Green+Blue) = 202+40+203=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA28CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA28CB is #35D734. Grayscale: #6A6A6A. Windows color (decimal): -3528501 or 13314250. OLE color: 13314250.
HSL color Cylindrical-coordinate representation of color #CA28CB: hue angle of 299.63º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA28CB is Cyan = 0.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 40 | 203 | - |
| CMYK | 0.00 | 0.80 | 0 | 0.20 |
| HSL | 299.63º | 0.67% | 0.48% | - |
| HSV(B) | 299.63º | 0.8% | 0.8% | - |
| XYZ | 35.9 | 18.39 | 58.16 | - |
| YUV | 107.02 | 182.17 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 203 | 0.00 | 0.80 | 0 | 0.20 | 299.63 | 0.67 | 0.48 |
| Hex | CA | 28 | CB | 0 | 50 | 0 | 14 | 12C | 43 | 30 |
| Octal | 312 | 50 | 313 | 0 | 120 | 0 | 24 | 454 | 103 | 60 |
| Binary | 11001010 | 101000 | 11001011 | 0 | 1010000 | 0 | 10100 | 100101100 | 1000011 | 110000 |
Color Harmonies of #CA28CB
Complementary color
Monochromatic Colors of #CA28CB
Black with #CA28CB
Text Example
Text Example
White with #CA28CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA28CB; }
p { color: rgb(202,40,203); }
H1.HeaderClassName
{
color: #CA28CB;
}
.AnyTagClassName
{
color: #CA28CB;
}
</style>
background-color css
<style>
a { background-color: #CA28CB; }
a { background-color: rgb(202,40,203); }
div.DivClassName
{
background-color: #CA28CB;
}
.BgClassName
{
background-color: #CA28CB;
}
</style>
border-color css
<style>
span { border-color: #CA28CB; }
span { border-color: rgb(202,40,203); }
td.TdClassName
{
border-color: #CA28CB;
}
.TagClassName
{
border-color: #CA28CB;
}
</style>