Shades of Deep Magenta #C400C0
Tints of Deep Magenta #C400C0
RGB
CMYK
RGB Variations
Color information
#C400C0 (or 0xC400C0) is known color: Deep Magenta. HEX triplet: C4, 00 and C0. RGB value is (196,0,192). Sum of RGB (Red+Green+Blue) = 196+0+192=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C400C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C400C0 is #3BFF3F. Grayscale: #4F4F4F. Windows color (decimal): -3931968 or 12583108. OLE color: 12583108.
HSL color Cylindrical-coordinate representation of color #C400C0: hue angle of 301.22º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C400C0 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 192 | - |
| CMYK | 0 | 1 | 0.02 | 0.23 |
| HSL | 301.22º | 1% | 0.38% | - |
| HSV(B) | 301.22º | 1% | 0.77% | - |
| XYZ | 32.28 | 15.54 | 51.17 | - |
| YUV | 80.49 | 190.93 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 192 | 0 | 1 | 0.02 | 0.23 | 301.22 | 1 | 0.38 |
| Hex | C4 | 0 | C0 | 0 | 64 | 2 | 17 | 12D | 64 | 26 |
| Octal | 304 | 0 | 300 | 0 | 144 | 2 | 27 | 455 | 144 | 46 |
| Binary | 11000100 | 0 | 11000000 | 0 | 1100100 | 10 | 10111 | 100101101 | 1100100 | 100110 |
Color Harmonies of #C400C0
Complementary color
Monochromatic Colors of #C400C0
Black with #C400C0
Text Example
Text Example
White with #C400C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C400C0; }
p { color: rgb(196,0,192); }
H1.HeaderClassName
{
color: #C400C0;
}
.AnyTagClassName
{
color: #C400C0;
}
</style>
background-color css
<style>
a { background-color: #C400C0; }
a { background-color: rgb(196,0,192); }
div.DivClassName
{
background-color: #C400C0;
}
.BgClassName
{
background-color: #C400C0;
}
</style>
border-color css
<style>
span { border-color: #C400C0; }
span { border-color: rgb(196,0,192); }
td.TdClassName
{
border-color: #C400C0;
}
.TagClassName
{
border-color: #C400C0;
}
</style>