Shades of Deep Magenta #C400C9
Tints of Deep Magenta #C400C9
RGB
CMYK
RGB Variations
Color information
#C400C9 (or 0xC400C9) is known color: Deep Magenta. HEX triplet: C4, 00 and C9. RGB value is (196,0,201). Sum of RGB (Red+Green+Blue) = 196+0+201=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #C400C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C400C9 is #3BFF36. Grayscale: #505050. Windows color (decimal): -3931959 or 13172932. OLE color: 13172932.
HSL color Cylindrical-coordinate representation of color #C400C9: hue angle of 298.51º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C400C9 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 0 | 201 | - |
| CMYK | 0.02 | 1 | 0 | 0.21 |
| HSL | 298.51º | 1% | 0.39% | - |
| HSV(B) | 298.51º | 1% | 0.79% | - |
| XYZ | 33.31 | 15.95 | 56.58 | - |
| YUV | 81.52 | 195.43 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 201 | 0.02 | 1 | 0 | 0.21 | 298.51 | 1 | 0.39 |
| Hex | C4 | 0 | C9 | 2 | 64 | 0 | 15 | 12B | 64 | 27 |
| Octal | 304 | 0 | 311 | 2 | 144 | 0 | 25 | 453 | 144 | 47 |
| Binary | 11000100 | 0 | 11001001 | 10 | 1100100 | 0 | 10101 | 100101011 | 1100100 | 100111 |
Color Harmonies of #C400C9
Complementary color
Monochromatic Colors of #C400C9
Black with #C400C9
Text Example
Text Example
White with #C400C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C400C9; }
p { color: rgb(196,0,201); }
H1.HeaderClassName
{
color: #C400C9;
}
.AnyTagClassName
{
color: #C400C9;
}
</style>
background-color css
<style>
a { background-color: #C400C9; }
a { background-color: rgb(196,0,201); }
div.DivClassName
{
background-color: #C400C9;
}
.BgClassName
{
background-color: #C400C9;
}
</style>
border-color css
<style>
span { border-color: #C400C9; }
span { border-color: rgb(196,0,201); }
td.TdClassName
{
border-color: #C400C9;
}
.TagClassName
{
border-color: #C400C9;
}
</style>