Shades of Deep Magenta #C30AAE
Tints of Deep Magenta #C30AAE
RGB
CMYK
RGB Variations
Color information
#C30AAE (or 0xC30AAE) is known color: Deep Magenta. HEX triplet: C3, 0A and AE. RGB value is (195,10,174). Sum of RGB (Red+Green+Blue) = 195+10+174=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C30AAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30AAE is #3CF551. Grayscale: #535353. Windows color (decimal): -3994962 or 11406019. OLE color: 11406019.
HSL color Cylindrical-coordinate representation of color #C30AAE: hue angle of 306.81º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30AAE is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 10 | 174 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.24 |
| HSL | 306.81º | 0.9% | 0.4% | - |
| HSV(B) | 306.81º | 0.95% | 0.76% | - |
| XYZ | 30.25 | 14.88 | 41.32 | - |
| YUV | 84.01 | 178.79 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 10 | 174 | 0 | 0.95 | 0.11 | 0.24 | 306.81 | 0.9 | 0.4 |
| Hex | C3 | A | AE | 0 | 5F | B | 18 | 133 | 5A | 28 |
| Octal | 303 | 12 | 256 | 0 | 137 | 13 | 30 | 463 | 132 | 50 |
| Binary | 11000011 | 1010 | 10101110 | 0 | 1011111 | 1011 | 11000 | 100110011 | 1011010 | 101000 |
Color Harmonies of #C30AAE
Complementary color
Monochromatic Colors of #C30AAE
Black with #C30AAE
Text Example
Text Example
White with #C30AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30AAE; }
p { color: rgb(195,10,174); }
H1.HeaderClassName
{
color: #C30AAE;
}
.AnyTagClassName
{
color: #C30AAE;
}
</style>
background-color css
<style>
a { background-color: #C30AAE; }
a { background-color: rgb(195,10,174); }
div.DivClassName
{
background-color: #C30AAE;
}
.BgClassName
{
background-color: #C30AAE;
}
</style>
border-color css
<style>
span { border-color: #C30AAE; }
span { border-color: rgb(195,10,174); }
td.TdClassName
{
border-color: #C30AAE;
}
.TagClassName
{
border-color: #C30AAE;
}
</style>