Shades of Deep Magenta #CA28C4
Tints of Deep Magenta #CA28C4
RGB
CMYK
RGB Variations
Color information
#CA28C4 (or 0xCA28C4) is known color: Deep Magenta. HEX triplet: CA, 28 and C4. RGB value is (202,40,196). Sum of RGB (Red+Green+Blue) = 202+40+196=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 40 (16.02% from 255 or 9.13% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA28C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA28C4 is #35D73B. Grayscale: #696969. Windows color (decimal): -3528508 or 12855498. OLE color: 12855498.
HSL color Cylindrical-coordinate representation of color #CA28C4: hue angle of 302.22º 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 #CA28C4 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 196 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.21 |
| HSL | 302.22º | 0.67% | 0.47% | - |
| HSV(B) | 302.22º | 0.8% | 0.79% | - |
| XYZ | 35.08 | 18.06 | 53.86 | - |
| YUV | 106.22 | 178.67 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 196 | 0 | 0.80 | 0.03 | 0.21 | 302.22 | 0.67 | 0.47 |
| Hex | CA | 28 | C4 | 0 | 50 | 3 | 15 | 12E | 43 | 2F |
| Octal | 312 | 50 | 304 | 0 | 120 | 3 | 25 | 456 | 103 | 57 |
| Binary | 11001010 | 101000 | 11000100 | 0 | 1010000 | 11 | 10101 | 100101110 | 1000011 | 101111 |
Color Harmonies of #CA28C4
Complementary color
Monochromatic Colors of #CA28C4
Black with #CA28C4
Text Example
Text Example
White with #CA28C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA28C4; }
p { color: rgb(202,40,196); }
H1.HeaderClassName
{
color: #CA28C4;
}
.AnyTagClassName
{
color: #CA28C4;
}
</style>
background-color css
<style>
a { background-color: #CA28C4; }
a { background-color: rgb(202,40,196); }
div.DivClassName
{
background-color: #CA28C4;
}
.BgClassName
{
background-color: #CA28C4;
}
</style>
border-color css
<style>
span { border-color: #CA28C4; }
span { border-color: rgb(202,40,196); }
td.TdClassName
{
border-color: #CA28C4;
}
.TagClassName
{
border-color: #CA28C4;
}
</style>