Shades of Deep Magenta #C30EB0
Tints of Deep Magenta #C30EB0
RGB
CMYK
RGB Variations
Color information
#C30EB0 (or 0xC30EB0) is known color: Deep Magenta. HEX triplet: C3, 0E and B0. RGB value is (195,14,176). Sum of RGB (Red+Green+Blue) = 195+14+176=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C30EB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30EB0 is #3CF14F. Grayscale: #565656. Windows color (decimal): -3993936 or 11538115. OLE color: 11538115.
HSL color Cylindrical-coordinate representation of color #C30EB0: hue angle of 306.3º 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 #C30EB0 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 14 | 176 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.24 |
| HSL | 306.3º | 0.87% | 0.41% | - |
| HSV(B) | 306.3º | 0.93% | 0.76% | - |
| XYZ | 30.5 | 15.05 | 42.37 | - |
| YUV | 86.59 | 178.47 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 176 | 0 | 0.93 | 0.10 | 0.24 | 306.3 | 0.87 | 0.41 |
| Hex | C3 | E | B0 | 0 | 5D | A | 18 | 132 | 57 | 29 |
| Octal | 303 | 16 | 260 | 0 | 135 | 12 | 30 | 462 | 127 | 51 |
| Binary | 11000011 | 1110 | 10110000 | 0 | 1011101 | 1010 | 11000 | 100110010 | 1010111 | 101001 |
Color Harmonies of #C30EB0
Complementary color
Monochromatic Colors of #C30EB0
Black with #C30EB0
Text Example
Text Example
White with #C30EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30EB0; }
p { color: rgb(195,14,176); }
H1.HeaderClassName
{
color: #C30EB0;
}
.AnyTagClassName
{
color: #C30EB0;
}
</style>
background-color css
<style>
a { background-color: #C30EB0; }
a { background-color: rgb(195,14,176); }
div.DivClassName
{
background-color: #C30EB0;
}
.BgClassName
{
background-color: #C30EB0;
}
</style>
border-color css
<style>
span { border-color: #C30EB0; }
span { border-color: rgb(195,14,176); }
td.TdClassName
{
border-color: #C30EB0;
}
.TagClassName
{
border-color: #C30EB0;
}
</style>