Shades of Deep Magenta #C407AA
Tints of Deep Magenta #C407AA
RGB
CMYK
RGB Variations
Color information
#C407AA (or 0xC407AA) is known color: Deep Magenta. HEX triplet: C4, 07 and AA. RGB value is (196,7,170). Sum of RGB (Red+Green+Blue) = 196+7+170=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C407AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C407AA is #3BF855. Grayscale: #515151. Windows color (decimal): -3930198 or 11143108. OLE color: 11143108.
HSL color Cylindrical-coordinate representation of color #C407AA: hue angle of 308.25º degrees, saturation: 0.93, 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 #C407AA is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 170 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.23 |
| HSL | 308.25º | 0.93% | 0.4% | - |
| HSV(B) | 308.25º | 0.96% | 0.77% | - |
| XYZ | 30.1 | 14.79 | 39.3 | - |
| YUV | 82.09 | 177.62 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 170 | 0 | 0.96 | 0.13 | 0.23 | 308.25 | 0.93 | 0.4 |
| Hex | C4 | 7 | AA | 0 | 60 | D | 17 | 134 | 5D | 28 |
| Octal | 304 | 7 | 252 | 0 | 140 | 15 | 27 | 464 | 135 | 50 |
| Binary | 11000100 | 111 | 10101010 | 0 | 1100000 | 1101 | 10111 | 100110100 | 1011101 | 101000 |
Color Harmonies of #C407AA
Complementary color
Monochromatic Colors of #C407AA
Black with #C407AA
Text Example
Text Example
White with #C407AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C407AA; }
p { color: rgb(196,7,170); }
H1.HeaderClassName
{
color: #C407AA;
}
.AnyTagClassName
{
color: #C407AA;
}
</style>
background-color css
<style>
a { background-color: #C407AA; }
a { background-color: rgb(196,7,170); }
div.DivClassName
{
background-color: #C407AA;
}
.BgClassName
{
background-color: #C407AA;
}
</style>
border-color css
<style>
span { border-color: #C407AA; }
span { border-color: rgb(196,7,170); }
td.TdClassName
{
border-color: #C407AA;
}
.TagClassName
{
border-color: #C407AA;
}
</style>