Shades of Deep Magenta #C403E0
Tints of Deep Magenta #C403E0
RGB
CMYK
RGB Variations
Color information
#C403E0 (or 0xC403E0) is known color: Deep Magenta. HEX triplet: C4, 03 and E0. RGB value is (196,3,224). Sum of RGB (Red+Green+Blue) = 196+3+224=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 224 (87.89% from 255 or 52.96% from 423); Max value from RGB is 224 - color contains mainly: blue. Hex color #C403E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C403E0 is #3BFC1F. Grayscale: #555555. Windows color (decimal): -3931168 or 14681028. OLE color: 14681028.
HSL color Cylindrical-coordinate representation of color #C403E0: hue angle of 292.4º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C403E0 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 3 | 224 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.12 |
| HSL | 292.4º | 0.97% | 0.45% | - |
| HSV(B) | 292.4º | 0.99% | 0.88% | - |
| XYZ | 36.25 | 17.18 | 71.93 | - |
| YUV | 85.9 | 205.94 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 224 | 0.12 | 0.99 | 0 | 0.12 | 292.4 | 0.97 | 0.45 |
| Hex | C4 | 3 | E0 | C | 63 | 0 | C | 124 | 61 | 2D |
| Octal | 304 | 3 | 340 | 14 | 143 | 0 | 14 | 444 | 141 | 55 |
| Binary | 11000100 | 11 | 11100000 | 1100 | 1100011 | 0 | 1100 | 100100100 | 1100001 | 101101 |
Color Harmonies of #C403E0
Complementary color
Monochromatic Colors of #C403E0
Black with #C403E0
Text Example
Text Example
White with #C403E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C403E0; }
p { color: rgb(196,3,224); }
H1.HeaderClassName
{
color: #C403E0;
}
.AnyTagClassName
{
color: #C403E0;
}
</style>
background-color css
<style>
a { background-color: #C403E0; }
a { background-color: rgb(196,3,224); }
div.DivClassName
{
background-color: #C403E0;
}
.BgClassName
{
background-color: #C403E0;
}
</style>
border-color css
<style>
span { border-color: #C403E0; }
span { border-color: rgb(196,3,224); }
td.TdClassName
{
border-color: #C403E0;
}
.TagClassName
{
border-color: #C403E0;
}
</style>