Shades of Deep Magenta #C30EAA
Tints of Deep Magenta #C30EAA
RGB
CMYK
RGB Variations
Color information
#C30EAA (or 0xC30EAA) is known color: Deep Magenta. HEX triplet: C3, 0E and AA. RGB value is (195,14,170). Sum of RGB (Red+Green+Blue) = 195+14+170=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 14 (5.86% from 255 or 3.69% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C30EAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30EAA is #3CF155. Grayscale: #555555. Windows color (decimal): -3993942 or 11144899. OLE color: 11144899.
HSL color Cylindrical-coordinate representation of color #C30EAA: hue angle of 308.29º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30EAA is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 14 | 170 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.24 |
| HSL | 308.29º | 0.87% | 0.41% | - |
| HSV(B) | 308.29º | 0.93% | 0.76% | - |
| XYZ | 29.92 | 14.82 | 39.31 | - |
| YUV | 85.9 | 175.47 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 170 | 0 | 0.93 | 0.13 | 0.24 | 308.29 | 0.87 | 0.41 |
| Hex | C3 | E | AA | 0 | 5D | D | 18 | 134 | 57 | 29 |
| Octal | 303 | 16 | 252 | 0 | 135 | 15 | 30 | 464 | 127 | 51 |
| Binary | 11000011 | 1110 | 10101010 | 0 | 1011101 | 1101 | 11000 | 100110100 | 1010111 | 101001 |
Color Harmonies of #C30EAA
Complementary color
Monochromatic Colors of #C30EAA
Black with #C30EAA
Text Example
Text Example
White with #C30EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30EAA; }
p { color: rgb(195,14,170); }
H1.HeaderClassName
{
color: #C30EAA;
}
.AnyTagClassName
{
color: #C30EAA;
}
</style>
background-color css
<style>
a { background-color: #C30EAA; }
a { background-color: rgb(195,14,170); }
div.DivClassName
{
background-color: #C30EAA;
}
.BgClassName
{
background-color: #C30EAA;
}
</style>
border-color css
<style>
span { border-color: #C30EAA; }
span { border-color: rgb(195,14,170); }
td.TdClassName
{
border-color: #C30EAA;
}
.TagClassName
{
border-color: #C30EAA;
}
</style>