Shades of Deep Magenta #C40CBA
Tints of Deep Magenta #C40CBA
RGB
CMYK
RGB Variations
Color information
#C40CBA (or 0xC40CBA) is known color: Deep Magenta. HEX triplet: C4, 0C and BA. RGB value is (196,12,186). Sum of RGB (Red+Green+Blue) = 196+12+186=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C40CBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40CBA is #3BF345. Grayscale: #565656. Windows color (decimal): -3928902 or 12192964. OLE color: 12192964.
HSL color Cylindrical-coordinate representation of color #C40CBA: hue angle of 303.26º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40CBA is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 186 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.23 |
| HSL | 303.26º | 0.88% | 0.41% | - |
| HSV(B) | 303.26º | 0.94% | 0.77% | - |
| XYZ | 31.76 | 15.54 | 47.78 | - |
| YUV | 86.85 | 183.96 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 186 | 0 | 0.94 | 0.05 | 0.23 | 303.26 | 0.88 | 0.41 |
| Hex | C4 | C | BA | 0 | 5E | 5 | 17 | 12F | 58 | 29 |
| Octal | 304 | 14 | 272 | 0 | 136 | 5 | 27 | 457 | 130 | 51 |
| Binary | 11000100 | 1100 | 10111010 | 0 | 1011110 | 101 | 10111 | 100101111 | 1011000 | 101001 |
Color Harmonies of #C40CBA
Complementary color
Monochromatic Colors of #C40CBA
Black with #C40CBA
Text Example
Text Example
White with #C40CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40CBA; }
p { color: rgb(196,12,186); }
H1.HeaderClassName
{
color: #C40CBA;
}
.AnyTagClassName
{
color: #C40CBA;
}
</style>
background-color css
<style>
a { background-color: #C40CBA; }
a { background-color: rgb(196,12,186); }
div.DivClassName
{
background-color: #C40CBA;
}
.BgClassName
{
background-color: #C40CBA;
}
</style>
border-color css
<style>
span { border-color: #C40CBA; }
span { border-color: rgb(196,12,186); }
td.TdClassName
{
border-color: #C40CBA;
}
.TagClassName
{
border-color: #C40CBA;
}
</style>