Shades of Deep Magenta #C30EC3
Tints of Deep Magenta #C30EC3
RGB
CMYK
RGB Variations
Color information
#C30EC3 (or 0xC30EC3) is known color: Deep Magenta. HEX triplet: C3, 0E and C3. RGB value is (195,14,195). Sum of RGB (Red+Green+Blue) = 195+14+195=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 195 (76.56% from 255 or 48.27% from 404); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C30EC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30EC3 is #3CF13C. Grayscale: #585858. Windows color (decimal): -3993917 or 12783299. OLE color: 12783299.
HSL color Cylindrical-coordinate representation of color #C30EC3: hue angle of 300º 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 #C30EC3 is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 14 | 195 | - |
| CMYK | 0 | 0.93 | 0 | 0.24 |
| HSL | 300º | 0.87% | 0.41% | - |
| HSV(B) | 300º | 0.93% | 0.76% | - |
| XYZ | 32.51 | 15.86 | 52.98 | - |
| YUV | 88.75 | 187.97 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 195 | 0 | 0.93 | 0 | 0.24 | 300 | 0.87 | 0.41 |
| Hex | C3 | E | C3 | 0 | 5D | 0 | 18 | 12C | 57 | 29 |
| Octal | 303 | 16 | 303 | 0 | 135 | 0 | 30 | 454 | 127 | 51 |
| Binary | 11000011 | 1110 | 11000011 | 0 | 1011101 | 0 | 11000 | 100101100 | 1010111 | 101001 |
Color Harmonies of #C30EC3
Complementary color
Monochromatic Colors of #C30EC3
Black with #C30EC3
Text Example
Text Example
White with #C30EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30EC3; }
p { color: rgb(195,14,195); }
H1.HeaderClassName
{
color: #C30EC3;
}
.AnyTagClassName
{
color: #C30EC3;
}
</style>
background-color css
<style>
a { background-color: #C30EC3; }
a { background-color: rgb(195,14,195); }
div.DivClassName
{
background-color: #C30EC3;
}
.BgClassName
{
background-color: #C30EC3;
}
</style>
border-color css
<style>
span { border-color: #C30EC3; }
span { border-color: rgb(195,14,195); }
td.TdClassName
{
border-color: #C30EC3;
}
.TagClassName
{
border-color: #C30EC3;
}
</style>