Shades of Deep Magenta #C400BE
Tints of Deep Magenta #C400BE
RGB
CMYK
RGB Variations
Color information
#C400BE (or 0xC400BE) is known color: Deep Magenta. HEX triplet: C4, 00 and BE. RGB value is (196,0,190). Sum of RGB (Red+Green+Blue) = 196+0+190=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C400BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C400BE is #3BFF41. Grayscale: #4F4F4F. Windows color (decimal): -3931970 or 12452036. OLE color: 12452036.
HSL color Cylindrical-coordinate representation of color #C400BE: hue angle of 301.84º 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 #C400BE is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 190 | - |
| CMYK | 0 | 1 | 0.03 | 0.23 |
| HSL | 301.84º | 1% | 0.38% | - |
| HSV(B) | 301.84º | 1% | 0.77% | - |
| XYZ | 32.06 | 15.45 | 50.01 | - |
| YUV | 80.26 | 189.93 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 190 | 0 | 1 | 0.03 | 0.23 | 301.84 | 1 | 0.38 |
| Hex | C4 | 0 | BE | 0 | 64 | 3 | 17 | 12E | 64 | 26 |
| Octal | 304 | 0 | 276 | 0 | 144 | 3 | 27 | 456 | 144 | 46 |
| Binary | 11000100 | 0 | 10111110 | 0 | 1100100 | 11 | 10111 | 100101110 | 1100100 | 100110 |
Color Harmonies of #C400BE
Complementary color
Monochromatic Colors of #C400BE
Black with #C400BE
Text Example
Text Example
White with #C400BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C400BE; }
p { color: rgb(196,0,190); }
H1.HeaderClassName
{
color: #C400BE;
}
.AnyTagClassName
{
color: #C400BE;
}
</style>
background-color css
<style>
a { background-color: #C400BE; }
a { background-color: rgb(196,0,190); }
div.DivClassName
{
background-color: #C400BE;
}
.BgClassName
{
background-color: #C400BE;
}
</style>
border-color css
<style>
span { border-color: #C400BE; }
span { border-color: rgb(196,0,190); }
td.TdClassName
{
border-color: #C400BE;
}
.TagClassName
{
border-color: #C400BE;
}
</style>