Shades of Deep Magenta #C30AAA
Tints of Deep Magenta #C30AAA
RGB
CMYK
RGB Variations
Color information
#C30AAA (or 0xC30AAA) is known color: Deep Magenta. HEX triplet: C3, 0A and AA. RGB value is (195,10,170). Sum of RGB (Red+Green+Blue) = 195+10+170=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C30AAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30AAA is #3CF555. Grayscale: #535353. Windows color (decimal): -3994966 or 11143875. OLE color: 11143875.
HSL color Cylindrical-coordinate representation of color #C30AAA: hue angle of 308.11º 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 #C30AAA is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 10 | 170 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.24 |
| HSL | 308.11º | 0.9% | 0.4% | - |
| HSV(B) | 308.11º | 0.95% | 0.76% | - |
| XYZ | 29.87 | 14.72 | 39.3 | - |
| YUV | 83.56 | 176.79 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 10 | 170 | 0 | 0.95 | 0.13 | 0.24 | 308.11 | 0.9 | 0.4 |
| Hex | C3 | A | AA | 0 | 5F | D | 18 | 134 | 5A | 28 |
| Octal | 303 | 12 | 252 | 0 | 137 | 15 | 30 | 464 | 132 | 50 |
| Binary | 11000011 | 1010 | 10101010 | 0 | 1011111 | 1101 | 11000 | 100110100 | 1011010 | 101000 |
Color Harmonies of #C30AAA
Complementary color
Monochromatic Colors of #C30AAA
Black with #C30AAA
Text Example
Text Example
White with #C30AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30AAA; }
p { color: rgb(195,10,170); }
H1.HeaderClassName
{
color: #C30AAA;
}
.AnyTagClassName
{
color: #C30AAA;
}
</style>
background-color css
<style>
a { background-color: #C30AAA; }
a { background-color: rgb(195,10,170); }
div.DivClassName
{
background-color: #C30AAA;
}
.BgClassName
{
background-color: #C30AAA;
}
</style>
border-color css
<style>
span { border-color: #C30AAA; }
span { border-color: rgb(195,10,170); }
td.TdClassName
{
border-color: #C30AAA;
}
.TagClassName
{
border-color: #C30AAA;
}
</style>