Shades of Deep Magenta #C30EC5
Tints of Deep Magenta #C30EC5
RGB
CMYK
RGB Variations
Color information
#C30EC5 (or 0xC30EC5) is known color: Deep Magenta. HEX triplet: C3, 0E and C5. RGB value is (195,14,197). Sum of RGB (Red+Green+Blue) = 195+14+197=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 14 (5.86% from 255 or 3.45% from 406); Blue value is 197 (77.34% from 255 or 48.52% from 406); Max value from RGB is 197 - color contains mainly: blue. Hex color #C30EC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30EC5 is #3CF13A. Grayscale: #585858. Windows color (decimal): -3993915 or 12914371. OLE color: 12914371.
HSL color Cylindrical-coordinate representation of color #C30EC5: hue angle of 299.34º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30EC5 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 14 | 197 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.23 |
| HSL | 299.34º | 0.87% | 0.41% | - |
| HSV(B) | 299.34º | 0.93% | 0.77% | - |
| XYZ | 32.74 | 15.95 | 54.18 | - |
| YUV | 88.98 | 188.97 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 197 | 0.01 | 0.93 | 0 | 0.23 | 299.34 | 0.87 | 0.41 |
| Hex | C3 | E | C5 | 1 | 5D | 0 | 17 | 12B | 57 | 29 |
| Octal | 303 | 16 | 305 | 1 | 135 | 0 | 27 | 453 | 127 | 51 |
| Binary | 11000011 | 1110 | 11000101 | 1 | 1011101 | 0 | 10111 | 100101011 | 1010111 | 101001 |
Color Harmonies of #C30EC5
Complementary color
Monochromatic Colors of #C30EC5
Black with #C30EC5
Text Example
Text Example
White with #C30EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30EC5; }
p { color: rgb(195,14,197); }
H1.HeaderClassName
{
color: #C30EC5;
}
.AnyTagClassName
{
color: #C30EC5;
}
</style>
background-color css
<style>
a { background-color: #C30EC5; }
a { background-color: rgb(195,14,197); }
div.DivClassName
{
background-color: #C30EC5;
}
.BgClassName
{
background-color: #C30EC5;
}
</style>
border-color css
<style>
span { border-color: #C30EC5; }
span { border-color: rgb(195,14,197); }
td.TdClassName
{
border-color: #C30EC5;
}
.TagClassName
{
border-color: #C30EC5;
}
</style>