Shades of Deep Magenta #C404CC
Tints of Deep Magenta #C404CC
RGB
CMYK
RGB Variations
Color information
#C404CC (or 0xC404CC) is known color: Deep Magenta. HEX triplet: C4, 04 and CC. RGB value is (196,4,204). Sum of RGB (Red+Green+Blue) = 196+4+204=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 4 (1.95% from 255 or 0.99% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #C404CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C404CC is #3BFB33. Grayscale: #535353. Windows color (decimal): -3930932 or 13370564. OLE color: 13370564.
HSL color Cylindrical-coordinate representation of color #C404CC: hue angle of 297.6º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C404CC is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 4 | 204 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.2 |
| HSL | 297.6º | 0.96% | 0.41% | - |
| HSV(B) | 297.6º | 0.98% | 0.8% | - |
| XYZ | 33.71 | 16.18 | 58.47 | - |
| YUV | 84.21 | 195.61 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 4 | 204 | 0.04 | 0.98 | 0 | 0.2 | 297.6 | 0.96 | 0.41 |
| Hex | C4 | 4 | CC | 4 | 62 | 0 | 14 | 12A | 60 | 29 |
| Octal | 304 | 4 | 314 | 4 | 142 | 0 | 24 | 452 | 140 | 51 |
| Binary | 11000100 | 100 | 11001100 | 100 | 1100010 | 0 | 10100 | 100101010 | 1100000 | 101001 |
Color Harmonies of #C404CC
Complementary color
Monochromatic Colors of #C404CC
Black with #C404CC
Text Example
Text Example
White with #C404CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C404CC; }
p { color: rgb(196,4,204); }
H1.HeaderClassName
{
color: #C404CC;
}
.AnyTagClassName
{
color: #C404CC;
}
</style>
background-color css
<style>
a { background-color: #C404CC; }
a { background-color: rgb(196,4,204); }
div.DivClassName
{
background-color: #C404CC;
}
.BgClassName
{
background-color: #C404CC;
}
</style>
border-color css
<style>
span { border-color: #C404CC; }
span { border-color: rgb(196,4,204); }
td.TdClassName
{
border-color: #C404CC;
}
.TagClassName
{
border-color: #C404CC;
}
</style>