Shades of Deep Magenta #C40CBC
Tints of Deep Magenta #C40CBC
RGB
CMYK
RGB Variations
Color information
#C40CBC (or 0xC40CBC) is known color: Deep Magenta. HEX triplet: C4, 0C and BC. RGB value is (196,12,188). Sum of RGB (Red+Green+Blue) = 196+12+188=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C40CBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40CBC is #3BF343. Grayscale: #565656. Windows color (decimal): -3928900 or 12324036. OLE color: 12324036.
HSL color Cylindrical-coordinate representation of color #C40CBC: hue angle of 302.61º 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 #C40CBC is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 188 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.23 |
| HSL | 302.61º | 0.88% | 0.41% | - |
| HSV(B) | 302.61º | 0.94% | 0.77% | - |
| XYZ | 31.97 | 15.63 | 48.91 | - |
| YUV | 87.08 | 184.96 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 188 | 0 | 0.94 | 0.04 | 0.23 | 302.61 | 0.88 | 0.41 |
| Hex | C4 | C | BC | 0 | 5E | 4 | 17 | 12F | 58 | 29 |
| Octal | 304 | 14 | 274 | 0 | 136 | 4 | 27 | 457 | 130 | 51 |
| Binary | 11000100 | 1100 | 10111100 | 0 | 1011110 | 100 | 10111 | 100101111 | 1011000 | 101001 |
Color Harmonies of #C40CBC
Complementary color
Monochromatic Colors of #C40CBC
Black with #C40CBC
Text Example
Text Example
White with #C40CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40CBC; }
p { color: rgb(196,12,188); }
H1.HeaderClassName
{
color: #C40CBC;
}
.AnyTagClassName
{
color: #C40CBC;
}
</style>
background-color css
<style>
a { background-color: #C40CBC; }
a { background-color: rgb(196,12,188); }
div.DivClassName
{
background-color: #C40CBC;
}
.BgClassName
{
background-color: #C40CBC;
}
</style>
border-color css
<style>
span { border-color: #C40CBC; }
span { border-color: rgb(196,12,188); }
td.TdClassName
{
border-color: #C40CBC;
}
.TagClassName
{
border-color: #C40CBC;
}
</style>