Shades of Deep Magenta #C40CB3
Tints of Deep Magenta #C40CB3
RGB
CMYK
RGB Variations
Color information
#C40CB3 (or 0xC40CB3) is known color: Deep Magenta. HEX triplet: C4, 0C and B3. RGB value is (196,12,179). Sum of RGB (Red+Green+Blue) = 196+12+179=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C40CB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40CB3 is #3BF34C. Grayscale: #555555. Windows color (decimal): -3928909 or 11734212. OLE color: 11734212.
HSL color Cylindrical-coordinate representation of color #C40CB3: hue angle of 305.54º 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 #C40CB3 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 179 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.23 |
| HSL | 305.54º | 0.88% | 0.41% | - |
| HSV(B) | 305.54º | 0.94% | 0.77% | - |
| XYZ | 31.03 | 15.25 | 43.96 | - |
| YUV | 86.05 | 180.46 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 179 | 0 | 0.94 | 0.09 | 0.23 | 305.54 | 0.88 | 0.41 |
| Hex | C4 | C | B3 | 0 | 5E | 9 | 17 | 132 | 58 | 29 |
| Octal | 304 | 14 | 263 | 0 | 136 | 11 | 27 | 462 | 130 | 51 |
| Binary | 11000100 | 1100 | 10110011 | 0 | 1011110 | 1001 | 10111 | 100110010 | 1011000 | 101001 |
Color Harmonies of #C40CB3
Complementary color
Monochromatic Colors of #C40CB3
Black with #C40CB3
Text Example
Text Example
White with #C40CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40CB3; }
p { color: rgb(196,12,179); }
H1.HeaderClassName
{
color: #C40CB3;
}
.AnyTagClassName
{
color: #C40CB3;
}
</style>
background-color css
<style>
a { background-color: #C40CB3; }
a { background-color: rgb(196,12,179); }
div.DivClassName
{
background-color: #C40CB3;
}
.BgClassName
{
background-color: #C40CB3;
}
</style>
border-color css
<style>
span { border-color: #C40CB3; }
span { border-color: rgb(196,12,179); }
td.TdClassName
{
border-color: #C40CB3;
}
.TagClassName
{
border-color: #C40CB3;
}
</style>