Shades of Deep Magenta #CA28C8
Tints of Deep Magenta #CA28C8
RGB
CMYK
RGB Variations
Color information
#CA28C8 (or 0xCA28C8) is known color: Deep Magenta. HEX triplet: CA, 28 and C8. RGB value is (202,40,200). Sum of RGB (Red+Green+Blue) = 202+40+200=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 200 (78.52% from 255 or 45.25% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA28C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA28C8 is #35D737. Grayscale: #6A6A6A. Windows color (decimal): -3528504 or 13117642. OLE color: 13117642.
HSL color Cylindrical-coordinate representation of color #CA28C8: hue angle of 300.74º 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 #CA28C8 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 200 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.21 |
| HSL | 300.74º | 0.67% | 0.47% | - |
| HSV(B) | 300.74º | 0.8% | 0.79% | - |
| XYZ | 35.54 | 18.24 | 56.29 | - |
| YUV | 106.68 | 180.67 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 200 | 0 | 0.80 | 0.01 | 0.21 | 300.74 | 0.67 | 0.47 |
| Hex | CA | 28 | C8 | 0 | 50 | 1 | 15 | 12D | 43 | 2F |
| Octal | 312 | 50 | 310 | 0 | 120 | 1 | 25 | 455 | 103 | 57 |
| Binary | 11001010 | 101000 | 11001000 | 0 | 1010000 | 1 | 10101 | 100101101 | 1000011 | 101111 |
Color Harmonies of #CA28C8
Complementary color
Monochromatic Colors of #CA28C8
Black with #CA28C8
Text Example
Text Example
White with #CA28C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA28C8; }
p { color: rgb(202,40,200); }
H1.HeaderClassName
{
color: #CA28C8;
}
.AnyTagClassName
{
color: #CA28C8;
}
</style>
background-color css
<style>
a { background-color: #CA28C8; }
a { background-color: rgb(202,40,200); }
div.DivClassName
{
background-color: #CA28C8;
}
.BgClassName
{
background-color: #CA28C8;
}
</style>
border-color css
<style>
span { border-color: #CA28C8; }
span { border-color: rgb(202,40,200); }
td.TdClassName
{
border-color: #CA28C8;
}
.TagClassName
{
border-color: #CA28C8;
}
</style>