Shades of Deep Magenta #C30EBE
Tints of Deep Magenta #C30EBE
RGB
CMYK
RGB Variations
Color information
#C30EBE (or 0xC30EBE) is known color: Deep Magenta. HEX triplet: C3, 0E and BE. RGB value is (195,14,190). Sum of RGB (Red+Green+Blue) = 195+14+190=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C30EBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30EBE is #3CF141. Grayscale: #575757. Windows color (decimal): -3993922 or 12455619. OLE color: 12455619.
HSL color Cylindrical-coordinate representation of color #C30EBE: hue angle of 301.66º 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 #C30EBE is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 14 | 190 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.24 |
| HSL | 301.66º | 0.87% | 0.41% | - |
| HSV(B) | 301.66º | 0.93% | 0.76% | - |
| XYZ | 31.96 | 15.63 | 50.05 | - |
| YUV | 88.18 | 185.47 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 190 | 0 | 0.93 | 0.03 | 0.24 | 301.66 | 0.87 | 0.41 |
| Hex | C3 | E | BE | 0 | 5D | 3 | 18 | 12E | 57 | 29 |
| Octal | 303 | 16 | 276 | 0 | 135 | 3 | 30 | 456 | 127 | 51 |
| Binary | 11000011 | 1110 | 10111110 | 0 | 1011101 | 11 | 11000 | 100101110 | 1010111 | 101001 |
Color Harmonies of #C30EBE
Complementary color
Monochromatic Colors of #C30EBE
Black with #C30EBE
Text Example
Text Example
White with #C30EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30EBE; }
p { color: rgb(195,14,190); }
H1.HeaderClassName
{
color: #C30EBE;
}
.AnyTagClassName
{
color: #C30EBE;
}
</style>
background-color css
<style>
a { background-color: #C30EBE; }
a { background-color: rgb(195,14,190); }
div.DivClassName
{
background-color: #C30EBE;
}
.BgClassName
{
background-color: #C30EBE;
}
</style>
border-color css
<style>
span { border-color: #C30EBE; }
span { border-color: rgb(195,14,190); }
td.TdClassName
{
border-color: #C30EBE;
}
.TagClassName
{
border-color: #C30EBE;
}
</style>