Shades of Deep Magenta #CA28DC
Tints of Deep Magenta #CA28DC
RGB
CMYK
RGB Variations
Color information
#CA28DC (or 0xCA28DC) is known color: Deep Magenta. HEX triplet: CA, 28 and DC. RGB value is (202,40,220). Sum of RGB (Red+Green+Blue) = 202+40+220=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA28DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA28DC is #35D723. Grayscale: #6C6C6C. Windows color (decimal): -3528484 or 14428362. OLE color: 14428362.
HSL color Cylindrical-coordinate representation of color #CA28DC: hue angle of 294º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA28DC is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 40 | 220 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.14 |
| HSL | 294º | 0.72% | 0.51% | - |
| HSV(B) | 294º | 0.82% | 0.86% | - |
| XYZ | 38.03 | 19.24 | 69.42 | - |
| YUV | 108.96 | 190.67 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 220 | 0.08 | 0.82 | 0 | 0.14 | 294 | 0.72 | 0.51 |
| Hex | CA | 28 | DC | 8 | 52 | 0 | E | 126 | 48 | 33 |
| Octal | 312 | 50 | 334 | 10 | 122 | 0 | 16 | 446 | 110 | 63 |
| Binary | 11001010 | 101000 | 11011100 | 1000 | 1010010 | 0 | 1110 | 100100110 | 1001000 | 110011 |
Color Harmonies of #CA28DC
Complementary color
Monochromatic Colors of #CA28DC
Black with #CA28DC
Text Example
Text Example
White with #CA28DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA28DC; }
p { color: rgb(202,40,220); }
H1.HeaderClassName
{
color: #CA28DC;
}
.AnyTagClassName
{
color: #CA28DC;
}
</style>
background-color css
<style>
a { background-color: #CA28DC; }
a { background-color: rgb(202,40,220); }
div.DivClassName
{
background-color: #CA28DC;
}
.BgClassName
{
background-color: #CA28DC;
}
</style>
border-color css
<style>
span { border-color: #CA28DC; }
span { border-color: rgb(202,40,220); }
td.TdClassName
{
border-color: #CA28DC;
}
.TagClassName
{
border-color: #CA28DC;
}
</style>