Shades of Deep Magenta #C403C9
Tints of Deep Magenta #C403C9
RGB
CMYK
RGB Variations
Color information
#C403C9 (or 0xC403C9) is known color: Deep Magenta. HEX triplet: C4, 03 and C9. RGB value is (196,3,201). Sum of RGB (Red+Green+Blue) = 196+3+201=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 201 (78.91% from 255 or 50.25% from 400); Max value from RGB is 201 - color contains mainly: blue. Hex color #C403C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C403C9 is #3BFC36. Grayscale: #525252. Windows color (decimal): -3931191 or 13173700. OLE color: 13173700.
HSL color Cylindrical-coordinate representation of color #C403C9: hue angle of 298.48º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C403C9 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 3 | 201 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.21 |
| HSL | 298.48º | 0.97% | 0.4% | - |
| HSV(B) | 298.48º | 0.99% | 0.79% | - |
| XYZ | 33.34 | 16.02 | 56.59 | - |
| YUV | 83.28 | 194.44 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 201 | 0.02 | 0.99 | 0 | 0.21 | 298.48 | 0.97 | 0.4 |
| Hex | C4 | 3 | C9 | 2 | 63 | 0 | 15 | 12A | 61 | 28 |
| Octal | 304 | 3 | 311 | 2 | 143 | 0 | 25 | 452 | 141 | 50 |
| Binary | 11000100 | 11 | 11001001 | 10 | 1100011 | 0 | 10101 | 100101010 | 1100001 | 101000 |
Color Harmonies of #C403C9
Complementary color
Monochromatic Colors of #C403C9
Black with #C403C9
Text Example
Text Example
White with #C403C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C403C9; }
p { color: rgb(196,3,201); }
H1.HeaderClassName
{
color: #C403C9;
}
.AnyTagClassName
{
color: #C403C9;
}
</style>
background-color css
<style>
a { background-color: #C403C9; }
a { background-color: rgb(196,3,201); }
div.DivClassName
{
background-color: #C403C9;
}
.BgClassName
{
background-color: #C403C9;
}
</style>
border-color css
<style>
span { border-color: #C403C9; }
span { border-color: rgb(196,3,201); }
td.TdClassName
{
border-color: #C403C9;
}
.TagClassName
{
border-color: #C403C9;
}
</style>