Shades of Deep Magenta #CA28C3
Tints of Deep Magenta #CA28C3
RGB
CMYK
RGB Variations
Color information
#CA28C3 (or 0xCA28C3) is known color: Deep Magenta. HEX triplet: CA, 28 and C3. RGB value is (202,40,195). Sum of RGB (Red+Green+Blue) = 202+40+195=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 195 (76.56% from 255 or 44.62% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA28C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA28C3 is #35D73C. Grayscale: #696969. Windows color (decimal): -3528509 or 12789962. OLE color: 12789962.
HSL color Cylindrical-coordinate representation of color #CA28C3: hue angle of 302.59º 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 #CA28C3 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 195 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.21 |
| HSL | 302.59º | 0.67% | 0.47% | - |
| HSV(B) | 302.59º | 0.8% | 0.79% | - |
| XYZ | 34.97 | 18.01 | 53.26 | - |
| YUV | 106.11 | 178.17 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 195 | 0 | 0.80 | 0.03 | 0.21 | 302.59 | 0.67 | 0.47 |
| Hex | CA | 28 | C3 | 0 | 50 | 3 | 15 | 12F | 43 | 2F |
| Octal | 312 | 50 | 303 | 0 | 120 | 3 | 25 | 457 | 103 | 57 |
| Binary | 11001010 | 101000 | 11000011 | 0 | 1010000 | 11 | 10101 | 100101111 | 1000011 | 101111 |
Color Harmonies of #CA28C3
Complementary color
Monochromatic Colors of #CA28C3
Black with #CA28C3
Text Example
Text Example
White with #CA28C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA28C3; }
p { color: rgb(202,40,195); }
H1.HeaderClassName
{
color: #CA28C3;
}
.AnyTagClassName
{
color: #CA28C3;
}
</style>
background-color css
<style>
a { background-color: #CA28C3; }
a { background-color: rgb(202,40,195); }
div.DivClassName
{
background-color: #CA28C3;
}
.BgClassName
{
background-color: #CA28C3;
}
</style>
border-color css
<style>
span { border-color: #CA28C3; }
span { border-color: rgb(202,40,195); }
td.TdClassName
{
border-color: #CA28C3;
}
.TagClassName
{
border-color: #CA28C3;
}
</style>