Shades of Deep Magenta #C404C3
Tints of Deep Magenta #C404C3
RGB
CMYK
RGB Variations
Color information
#C404C3 (or 0xC404C3) is known color: Deep Magenta. HEX triplet: C4, 04 and C3. RGB value is (196,4,195). Sum of RGB (Red+Green+Blue) = 196+4+195=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 4 (1.95% from 255 or 1.01% from 395); Blue value is 195 (76.56% from 255 or 49.37% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C404C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C404C3 is #3BFB3C. Grayscale: #525252. Windows color (decimal): -3930941 or 12780740. OLE color: 12780740.
HSL color Cylindrical-coordinate representation of color #C404C3: hue angle of 300.31º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C404C3 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 4 | 195 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.23 |
| HSL | 300.31º | 0.96% | 0.39% | - |
| HSV(B) | 300.31º | 0.98% | 0.77% | - |
| XYZ | 32.66 | 15.76 | 52.95 | - |
| YUV | 83.18 | 191.11 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 4 | 195 | 0 | 0.98 | 0.01 | 0.23 | 300.31 | 0.96 | 0.39 |
| Hex | C4 | 4 | C3 | 0 | 62 | 1 | 17 | 12C | 60 | 27 |
| Octal | 304 | 4 | 303 | 0 | 142 | 1 | 27 | 454 | 140 | 47 |
| Binary | 11000100 | 100 | 11000011 | 0 | 1100010 | 1 | 10111 | 100101100 | 1100000 | 100111 |
Color Harmonies of #C404C3
Complementary color
Monochromatic Colors of #C404C3
Black with #C404C3
Text Example
Text Example
White with #C404C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C404C3; }
p { color: rgb(196,4,195); }
H1.HeaderClassName
{
color: #C404C3;
}
.AnyTagClassName
{
color: #C404C3;
}
</style>
background-color css
<style>
a { background-color: #C404C3; }
a { background-color: rgb(196,4,195); }
div.DivClassName
{
background-color: #C404C3;
}
.BgClassName
{
background-color: #C404C3;
}
</style>
border-color css
<style>
span { border-color: #C404C3; }
span { border-color: rgb(196,4,195); }
td.TdClassName
{
border-color: #C404C3;
}
.TagClassName
{
border-color: #C404C3;
}
</style>