Shades of Deep Magenta #C30EBA
Tints of Deep Magenta #C30EBA
RGB
CMYK
RGB Variations
Color information
#C30EBA (or 0xC30EBA) is known color: Deep Magenta. HEX triplet: C3, 0E and BA. RGB value is (195,14,186). Sum of RGB (Red+Green+Blue) = 195+14+186=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 14 (5.86% from 255 or 3.54% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C30EBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30EBA is #3CF145. Grayscale: #575757. Windows color (decimal): -3993926 or 12193475. OLE color: 12193475.
HSL color Cylindrical-coordinate representation of color #C30EBA: hue angle of 302.98º 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 #C30EBA is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 14 | 186 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.24 |
| HSL | 302.98º | 0.87% | 0.41% | - |
| HSV(B) | 302.98º | 0.93% | 0.76% | - |
| XYZ | 31.53 | 15.46 | 47.78 | - |
| YUV | 87.73 | 183.47 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 186 | 0 | 0.93 | 0.05 | 0.24 | 302.98 | 0.87 | 0.41 |
| Hex | C3 | E | BA | 0 | 5D | 5 | 18 | 12F | 57 | 29 |
| Octal | 303 | 16 | 272 | 0 | 135 | 5 | 30 | 457 | 127 | 51 |
| Binary | 11000011 | 1110 | 10111010 | 0 | 1011101 | 101 | 11000 | 100101111 | 1010111 | 101001 |
Color Harmonies of #C30EBA
Complementary color
Monochromatic Colors of #C30EBA
Black with #C30EBA
Text Example
Text Example
White with #C30EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30EBA; }
p { color: rgb(195,14,186); }
H1.HeaderClassName
{
color: #C30EBA;
}
.AnyTagClassName
{
color: #C30EBA;
}
</style>
background-color css
<style>
a { background-color: #C30EBA; }
a { background-color: rgb(195,14,186); }
div.DivClassName
{
background-color: #C30EBA;
}
.BgClassName
{
background-color: #C30EBA;
}
</style>
border-color css
<style>
span { border-color: #C30EBA; }
span { border-color: rgb(195,14,186); }
td.TdClassName
{
border-color: #C30EBA;
}
.TagClassName
{
border-color: #C30EBA;
}
</style>