Shades of Deep Magenta #C40BDF
Tints of Deep Magenta #C40BDF
RGB
CMYK
RGB Variations
Color information
#C40BDF (or 0xC40BDF) is known color: Deep Magenta. HEX triplet: C4, 0B and DF. RGB value is (196,11,223). Sum of RGB (Red+Green+Blue) = 196+11+223=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 11 (4.69% from 255 or 2.56% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #C40BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40BDF is #3BF420. Grayscale: #595959. Windows color (decimal): -3929121 or 14617540. OLE color: 14617540.
HSL color Cylindrical-coordinate representation of color #C40BDF: hue angle of 292.36º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40BDF is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 11 | 223 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.13 |
| HSL | 292.36º | 0.91% | 0.46% | - |
| HSV(B) | 292.36º | 0.95% | 0.87% | - |
| XYZ | 36.2 | 17.3 | 71.24 | - |
| YUV | 90.48 | 202.79 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 223 | 0.12 | 0.95 | 0 | 0.13 | 292.36 | 0.91 | 0.46 |
| Hex | C4 | B | DF | C | 5F | 0 | D | 124 | 5B | 2E |
| Octal | 304 | 13 | 337 | 14 | 137 | 0 | 15 | 444 | 133 | 56 |
| Binary | 11000100 | 1011 | 11011111 | 1100 | 1011111 | 0 | 1101 | 100100100 | 1011011 | 101110 |
Color Harmonies of #C40BDF
Complementary color
Monochromatic Colors of #C40BDF
Black with #C40BDF
Text Example
Text Example
White with #C40BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40BDF; }
p { color: rgb(196,11,223); }
H1.HeaderClassName
{
color: #C40BDF;
}
.AnyTagClassName
{
color: #C40BDF;
}
</style>
background-color css
<style>
a { background-color: #C40BDF; }
a { background-color: rgb(196,11,223); }
div.DivClassName
{
background-color: #C40BDF;
}
.BgClassName
{
background-color: #C40BDF;
}
</style>
border-color css
<style>
span { border-color: #C40BDF; }
span { border-color: rgb(196,11,223); }
td.TdClassName
{
border-color: #C40BDF;
}
.TagClassName
{
border-color: #C40BDF;
}
</style>