Shades of Deep Magenta #C408AA
Tints of Deep Magenta #C408AA
RGB
CMYK
RGB Variations
Color information
#C408AA (or 0xC408AA) is known color: Deep Magenta. HEX triplet: C4, 08 and AA. RGB value is (196,8,170). Sum of RGB (Red+Green+Blue) = 196+8+170=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C408AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C408AA is #3BF755. Grayscale: #525252. Windows color (decimal): -3929942 or 11143364. OLE color: 11143364.
HSL color Cylindrical-coordinate representation of color #C408AA: hue angle of 308.3º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C408AA is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 170 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.23 |
| HSL | 308.3º | 0.92% | 0.4% | - |
| HSV(B) | 308.3º | 0.96% | 0.77% | - |
| XYZ | 30.11 | 14.81 | 39.3 | - |
| YUV | 82.68 | 177.28 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 170 | 0 | 0.96 | 0.13 | 0.23 | 308.3 | 0.92 | 0.4 |
| Hex | C4 | 8 | AA | 0 | 60 | D | 17 | 134 | 5C | 28 |
| Octal | 304 | 10 | 252 | 0 | 140 | 15 | 27 | 464 | 134 | 50 |
| Binary | 11000100 | 1000 | 10101010 | 0 | 1100000 | 1101 | 10111 | 100110100 | 1011100 | 101000 |
Color Harmonies of #C408AA
Complementary color
Monochromatic Colors of #C408AA
Black with #C408AA
Text Example
Text Example
White with #C408AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C408AA; }
p { color: rgb(196,8,170); }
H1.HeaderClassName
{
color: #C408AA;
}
.AnyTagClassName
{
color: #C408AA;
}
</style>
background-color css
<style>
a { background-color: #C408AA; }
a { background-color: rgb(196,8,170); }
div.DivClassName
{
background-color: #C408AA;
}
.BgClassName
{
background-color: #C408AA;
}
</style>
border-color css
<style>
span { border-color: #C408AA; }
span { border-color: rgb(196,8,170); }
td.TdClassName
{
border-color: #C408AA;
}
.TagClassName
{
border-color: #C408AA;
}
</style>