Shades of Deep Magenta #C30EAC
Tints of Deep Magenta #C30EAC
RGB
CMYK
RGB Variations
Color information
#C30EAC (or 0xC30EAC) is known color: Deep Magenta. HEX triplet: C3, 0E and AC. RGB value is (195,14,172). Sum of RGB (Red+Green+Blue) = 195+14+172=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C30EAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30EAC is #3CF153. Grayscale: #555555. Windows color (decimal): -3993940 or 11275971. OLE color: 11275971.
HSL color Cylindrical-coordinate representation of color #C30EAC: hue angle of 307.62º 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 #C30EAC is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 14 | 172 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.24 |
| HSL | 307.62º | 0.87% | 0.41% | - |
| HSV(B) | 307.62º | 0.93% | 0.76% | - |
| XYZ | 30.11 | 14.89 | 40.32 | - |
| YUV | 86.13 | 176.47 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 172 | 0 | 0.93 | 0.12 | 0.24 | 307.62 | 0.87 | 0.41 |
| Hex | C3 | E | AC | 0 | 5D | C | 18 | 134 | 57 | 29 |
| Octal | 303 | 16 | 254 | 0 | 135 | 14 | 30 | 464 | 127 | 51 |
| Binary | 11000011 | 1110 | 10101100 | 0 | 1011101 | 1100 | 11000 | 100110100 | 1010111 | 101001 |
Color Harmonies of #C30EAC
Complementary color
Monochromatic Colors of #C30EAC
Black with #C30EAC
Text Example
Text Example
White with #C30EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30EAC; }
p { color: rgb(195,14,172); }
H1.HeaderClassName
{
color: #C30EAC;
}
.AnyTagClassName
{
color: #C30EAC;
}
</style>
background-color css
<style>
a { background-color: #C30EAC; }
a { background-color: rgb(195,14,172); }
div.DivClassName
{
background-color: #C30EAC;
}
.BgClassName
{
background-color: #C30EAC;
}
</style>
border-color css
<style>
span { border-color: #C30EAC; }
span { border-color: rgb(195,14,172); }
td.TdClassName
{
border-color: #C30EAC;
}
.TagClassName
{
border-color: #C30EAC;
}
</style>