Shades of Deep Magenta #C400C2
Tints of Deep Magenta #C400C2
RGB
CMYK
RGB Variations
Color information
#C400C2 (or 0xC400C2) is known color: Deep Magenta. HEX triplet: C4, 00 and C2. RGB value is (196,0,194). Sum of RGB (Red+Green+Blue) = 196+0+194=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 194 (76.17% from 255 or 49.74% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C400C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C400C2 is #3BFF3D. Grayscale: #505050. Windows color (decimal): -3931966 or 12714180. OLE color: 12714180.
HSL color Cylindrical-coordinate representation of color #C400C2: hue angle of 300.61º 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 #C400C2 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 194 | - |
| CMYK | 0 | 1 | 0.01 | 0.23 |
| HSL | 300.61º | 1% | 0.38% | - |
| HSV(B) | 300.61º | 1% | 0.77% | - |
| XYZ | 32.5 | 15.63 | 52.34 | - |
| YUV | 80.72 | 191.93 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 194 | 0 | 1 | 0.01 | 0.23 | 300.61 | 1 | 0.38 |
| Hex | C4 | 0 | C2 | 0 | 64 | 1 | 17 | 12D | 64 | 26 |
| Octal | 304 | 0 | 302 | 0 | 144 | 1 | 27 | 455 | 144 | 46 |
| Binary | 11000100 | 0 | 11000010 | 0 | 1100100 | 1 | 10111 | 100101101 | 1100100 | 100110 |
Color Harmonies of #C400C2
Complementary color
Monochromatic Colors of #C400C2
Black with #C400C2
Text Example
Text Example
White with #C400C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C400C2; }
p { color: rgb(196,0,194); }
H1.HeaderClassName
{
color: #C400C2;
}
.AnyTagClassName
{
color: #C400C2;
}
</style>
background-color css
<style>
a { background-color: #C400C2; }
a { background-color: rgb(196,0,194); }
div.DivClassName
{
background-color: #C400C2;
}
.BgClassName
{
background-color: #C400C2;
}
</style>
border-color css
<style>
span { border-color: #C400C2; }
span { border-color: rgb(196,0,194); }
td.TdClassName
{
border-color: #C400C2;
}
.TagClassName
{
border-color: #C400C2;
}
</style>