Shades of Deep Magenta #C40BB4
Tints of Deep Magenta #C40BB4
RGB
CMYK
RGB Variations
Color information
#C40BB4 (or 0xC40BB4) is known color: Deep Magenta. HEX triplet: C4, 0B and B4. RGB value is (196,11,180). Sum of RGB (Red+Green+Blue) = 196+11+180=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C40BB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40BB4 is #3BF44B. Grayscale: #555555. Windows color (decimal): -3929164 or 11799492. OLE color: 11799492.
HSL color Cylindrical-coordinate representation of color #C40BB4: hue angle of 305.19º degrees, saturation: 0.89, 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 #C40BB4 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 180 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.23 |
| HSL | 305.19º | 0.89% | 0.41% | - |
| HSV(B) | 305.19º | 0.94% | 0.77% | - |
| XYZ | 31.12 | 15.27 | 44.49 | - |
| YUV | 85.58 | 181.29 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 180 | 0 | 0.94 | 0.08 | 0.23 | 305.19 | 0.89 | 0.41 |
| Hex | C4 | B | B4 | 0 | 5E | 8 | 17 | 131 | 59 | 29 |
| Octal | 304 | 13 | 264 | 0 | 136 | 10 | 27 | 461 | 131 | 51 |
| Binary | 11000100 | 1011 | 10110100 | 0 | 1011110 | 1000 | 10111 | 100110001 | 1011001 | 101001 |
Color Harmonies of #C40BB4
Complementary color
Monochromatic Colors of #C40BB4
Black with #C40BB4
Text Example
Text Example
White with #C40BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40BB4; }
p { color: rgb(196,11,180); }
H1.HeaderClassName
{
color: #C40BB4;
}
.AnyTagClassName
{
color: #C40BB4;
}
</style>
background-color css
<style>
a { background-color: #C40BB4; }
a { background-color: rgb(196,11,180); }
div.DivClassName
{
background-color: #C40BB4;
}
.BgClassName
{
background-color: #C40BB4;
}
</style>
border-color css
<style>
span { border-color: #C40BB4; }
span { border-color: rgb(196,11,180); }
td.TdClassName
{
border-color: #C40BB4;
}
.TagClassName
{
border-color: #C40BB4;
}
</style>