Shades of Deep Magenta #C428D1
Tints of Deep Magenta #C428D1
RGB
CMYK
RGB Variations
Color information
#C428D1 (or 0xC428D1) is known color: Deep Magenta. HEX triplet: C4, 28 and D1. RGB value is (196,40,209). Sum of RGB (Red+Green+Blue) = 196+40+209=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 209 (82.03% from 255 or 46.97% from 445); Max value from RGB is 209 - color contains mainly: blue. Hex color #C428D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C428D1 is #3BD72E. Grayscale: #696969. Windows color (decimal): -3921711 or 13707460. OLE color: 13707460.
HSL color Cylindrical-coordinate representation of color #C428D1: hue angle of 295.38º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C428D1 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 40 | 209 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.18 |
| HSL | 295.38º | 0.68% | 0.49% | - |
| HSV(B) | 295.38º | 0.81% | 0.82% | - |
| XYZ | 35.03 | 17.86 | 61.92 | - |
| YUV | 105.91 | 186.18 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 209 | 0.06 | 0.81 | 0 | 0.18 | 295.38 | 0.68 | 0.49 |
| Hex | C4 | 28 | D1 | 6 | 51 | 0 | 12 | 127 | 44 | 31 |
| Octal | 304 | 50 | 321 | 6 | 121 | 0 | 22 | 447 | 104 | 61 |
| Binary | 11000100 | 101000 | 11010001 | 110 | 1010001 | 0 | 10010 | 100100111 | 1000100 | 110001 |
Color Harmonies of #C428D1
Complementary color
Monochromatic Colors of #C428D1
Black with #C428D1
Text Example
Text Example
White with #C428D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C428D1; }
p { color: rgb(196,40,209); }
H1.HeaderClassName
{
color: #C428D1;
}
.AnyTagClassName
{
color: #C428D1;
}
</style>
background-color css
<style>
a { background-color: #C428D1; }
a { background-color: rgb(196,40,209); }
div.DivClassName
{
background-color: #C428D1;
}
.BgClassName
{
background-color: #C428D1;
}
</style>
border-color css
<style>
span { border-color: #C428D1; }
span { border-color: rgb(196,40,209); }
td.TdClassName
{
border-color: #C428D1;
}
.TagClassName
{
border-color: #C428D1;
}
</style>