Shades of Deep Magenta #C401BE
Tints of Deep Magenta #C401BE
RGB
CMYK
RGB Variations
Color information
#C401BE (or 0xC401BE) is known color: Deep Magenta. HEX triplet: C4, 01 and BE. RGB value is (196,1,190). Sum of RGB (Red+Green+Blue) = 196+1+190=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C401BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C401BE is #3BFE41. Grayscale: #505050. Windows color (decimal): -3931714 or 12452292. OLE color: 12452292.
HSL color Cylindrical-coordinate representation of color #C401BE: hue angle of 301.85º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C401BE is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 1 | 190 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.23 |
| HSL | 301.85º | 0.99% | 0.39% | - |
| HSV(B) | 301.85º | 0.99% | 0.77% | - |
| XYZ | 32.07 | 15.48 | 50.01 | - |
| YUV | 80.85 | 189.6 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 1 | 190 | 0 | 0.99 | 0.03 | 0.23 | 301.85 | 0.99 | 0.39 |
| Hex | C4 | 1 | BE | 0 | 63 | 3 | 17 | 12E | 63 | 27 |
| Octal | 304 | 1 | 276 | 0 | 143 | 3 | 27 | 456 | 143 | 47 |
| Binary | 11000100 | 1 | 10111110 | 0 | 1100011 | 11 | 10111 | 100101110 | 1100011 | 100111 |
Color Harmonies of #C401BE
Complementary color
Monochromatic Colors of #C401BE
Black with #C401BE
Text Example
Text Example
White with #C401BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C401BE; }
p { color: rgb(196,1,190); }
H1.HeaderClassName
{
color: #C401BE;
}
.AnyTagClassName
{
color: #C401BE;
}
</style>
background-color css
<style>
a { background-color: #C401BE; }
a { background-color: rgb(196,1,190); }
div.DivClassName
{
background-color: #C401BE;
}
.BgClassName
{
background-color: #C401BE;
}
</style>
border-color css
<style>
span { border-color: #C401BE; }
span { border-color: rgb(196,1,190); }
td.TdClassName
{
border-color: #C401BE;
}
.TagClassName
{
border-color: #C401BE;
}
</style>