Shades of Deep Magenta #C428DE
Tints of Deep Magenta #C428DE
RGB
CMYK
RGB Variations
Color information
#C428DE (or 0xC428DE) is known color: Deep Magenta. HEX triplet: C4, 28 and DE. RGB value is (196,40,222). Sum of RGB (Red+Green+Blue) = 196+40+222=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #C428DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C428DE is #3BD721. Grayscale: #6A6A6A. Windows color (decimal): -3921698 or 14559428. OLE color: 14559428.
HSL color Cylindrical-coordinate representation of color #C428DE: hue angle of 291.43º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C428DE is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 40 | 222 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.13 |
| HSL | 291.43º | 0.73% | 0.51% | - |
| HSV(B) | 291.43º | 0.82% | 0.87% | - |
| XYZ | 36.71 | 18.53 | 70.75 | - |
| YUV | 107.39 | 192.68 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 222 | 0.12 | 0.82 | 0 | 0.13 | 291.43 | 0.73 | 0.51 |
| Hex | C4 | 28 | DE | C | 52 | 0 | D | 123 | 49 | 33 |
| Octal | 304 | 50 | 336 | 14 | 122 | 0 | 15 | 443 | 111 | 63 |
| Binary | 11000100 | 101000 | 11011110 | 1100 | 1010010 | 0 | 1101 | 100100011 | 1001001 | 110011 |
Color Harmonies of #C428DE
Complementary color
Monochromatic Colors of #C428DE
Black with #C428DE
Text Example
Text Example
White with #C428DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C428DE; }
p { color: rgb(196,40,222); }
H1.HeaderClassName
{
color: #C428DE;
}
.AnyTagClassName
{
color: #C428DE;
}
</style>
background-color css
<style>
a { background-color: #C428DE; }
a { background-color: rgb(196,40,222); }
div.DivClassName
{
background-color: #C428DE;
}
.BgClassName
{
background-color: #C428DE;
}
</style>
border-color css
<style>
span { border-color: #C428DE; }
span { border-color: rgb(196,40,222); }
td.TdClassName
{
border-color: #C428DE;
}
.TagClassName
{
border-color: #C428DE;
}
</style>