Shades of Deep Magenta #C428DC
Tints of Deep Magenta #C428DC
RGB
CMYK
RGB Variations
Color information
#C428DC (or 0xC428DC) is known color: Deep Magenta. HEX triplet: C4, 28 and DC. RGB value is (196,40,220). Sum of RGB (Red+Green+Blue) = 196+40+220=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #C428DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C428DC is #3BD723. Grayscale: #6A6A6A. Windows color (decimal): -3921700 or 14428356. OLE color: 14428356.
HSL color Cylindrical-coordinate representation of color #C428DC: hue angle of 292º 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 #C428DC is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 40 | 220 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.14 |
| HSL | 292º | 0.72% | 0.51% | - |
| HSV(B) | 292º | 0.82% | 0.86% | - |
| XYZ | 36.44 | 18.42 | 69.34 | - |
| YUV | 107.16 | 191.68 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 220 | 0.11 | 0.82 | 0 | 0.14 | 292 | 0.72 | 0.51 |
| Hex | C4 | 28 | DC | B | 52 | 0 | E | 124 | 48 | 33 |
| Octal | 304 | 50 | 334 | 13 | 122 | 0 | 16 | 444 | 110 | 63 |
| Binary | 11000100 | 101000 | 11011100 | 1011 | 1010010 | 0 | 1110 | 100100100 | 1001000 | 110011 |
Color Harmonies of #C428DC
Complementary color
Monochromatic Colors of #C428DC
Black with #C428DC
Text Example
Text Example
White with #C428DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C428DC; }
p { color: rgb(196,40,220); }
H1.HeaderClassName
{
color: #C428DC;
}
.AnyTagClassName
{
color: #C428DC;
}
</style>
background-color css
<style>
a { background-color: #C428DC; }
a { background-color: rgb(196,40,220); }
div.DivClassName
{
background-color: #C428DC;
}
.BgClassName
{
background-color: #C428DC;
}
</style>
border-color css
<style>
span { border-color: #C428DC; }
span { border-color: rgb(196,40,220); }
td.TdClassName
{
border-color: #C428DC;
}
.TagClassName
{
border-color: #C428DC;
}
</style>