Shades of Deep Magenta #C408E4
Tints of Deep Magenta #C408E4
RGB
CMYK
RGB Variations
Color information
#C408E4 (or 0xC408E4) is known color: Deep Magenta. HEX triplet: C4, 08 and E4. RGB value is (196,8,228). Sum of RGB (Red+Green+Blue) = 196+8+228=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 8 (3.52% from 255 or 1.85% from 432); Blue value is 228 (89.45% from 255 or 52.78% from 432); Max value from RGB is 228 - color contains mainly: blue. Hex color #C408E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C408E4 is #3BF71B. Grayscale: #585858. Windows color (decimal): -3929884 or 14944452. OLE color: 14944452.
HSL color Cylindrical-coordinate representation of color #C408E4: hue angle of 291.27º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C408E4 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 8 | 228 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.11 |
| HSL | 291.27º | 0.93% | 0.46% | - |
| HSV(B) | 291.27º | 0.96% | 0.89% | - |
| XYZ | 36.86 | 17.51 | 74.84 | - |
| YUV | 89.29 | 206.28 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 228 | 0.14 | 0.96 | 0 | 0.11 | 291.27 | 0.93 | 0.46 |
| Hex | C4 | 8 | E4 | E | 60 | 0 | B | 123 | 5D | 2E |
| Octal | 304 | 10 | 344 | 16 | 140 | 0 | 13 | 443 | 135 | 56 |
| Binary | 11000100 | 1000 | 11100100 | 1110 | 1100000 | 0 | 1011 | 100100011 | 1011101 | 101110 |
Color Harmonies of #C408E4
Complementary color
Monochromatic Colors of #C408E4
Black with #C408E4
Text Example
Text Example
White with #C408E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C408E4; }
p { color: rgb(196,8,228); }
H1.HeaderClassName
{
color: #C408E4;
}
.AnyTagClassName
{
color: #C408E4;
}
</style>
background-color css
<style>
a { background-color: #C408E4; }
a { background-color: rgb(196,8,228); }
div.DivClassName
{
background-color: #C408E4;
}
.BgClassName
{
background-color: #C408E4;
}
</style>
border-color css
<style>
span { border-color: #C408E4; }
span { border-color: rgb(196,8,228); }
td.TdClassName
{
border-color: #C408E4;
}
.TagClassName
{
border-color: #C408E4;
}
</style>