Shades of Deep Magenta #C40AB3
Tints of Deep Magenta #C40AB3
RGB
CMYK
RGB Variations
Color information
#C40AB3 (or 0xC40AB3) is known color: Deep Magenta. HEX triplet: C4, 0A and B3. RGB value is (196,10,179). Sum of RGB (Red+Green+Blue) = 196+10+179=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C40AB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40AB3 is #3BF54C. Grayscale: #545454. Windows color (decimal): -3929421 or 11733700. OLE color: 11733700.
HSL color Cylindrical-coordinate representation of color #C40AB3: hue angle of 305.48º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40AB3 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 179 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.23 |
| HSL | 305.48º | 0.9% | 0.4% | - |
| HSV(B) | 305.48º | 0.95% | 0.77% | - |
| XYZ | 31.01 | 15.21 | 43.95 | - |
| YUV | 84.88 | 181.12 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 179 | 0 | 0.95 | 0.09 | 0.23 | 305.48 | 0.9 | 0.4 |
| Hex | C4 | A | B3 | 0 | 5F | 9 | 17 | 131 | 5A | 28 |
| Octal | 304 | 12 | 263 | 0 | 137 | 11 | 27 | 461 | 132 | 50 |
| Binary | 11000100 | 1010 | 10110011 | 0 | 1011111 | 1001 | 10111 | 100110001 | 1011010 | 101000 |
Color Harmonies of #C40AB3
Complementary color
Monochromatic Colors of #C40AB3
Black with #C40AB3
Text Example
Text Example
White with #C40AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40AB3; }
p { color: rgb(196,10,179); }
H1.HeaderClassName
{
color: #C40AB3;
}
.AnyTagClassName
{
color: #C40AB3;
}
</style>
background-color css
<style>
a { background-color: #C40AB3; }
a { background-color: rgb(196,10,179); }
div.DivClassName
{
background-color: #C40AB3;
}
.BgClassName
{
background-color: #C40AB3;
}
</style>
border-color css
<style>
span { border-color: #C40AB3; }
span { border-color: rgb(196,10,179); }
td.TdClassName
{
border-color: #C40AB3;
}
.TagClassName
{
border-color: #C40AB3;
}
</style>