Shades of Deep Magenta #C30EBF
Tints of Deep Magenta #C30EBF
RGB
CMYK
RGB Variations
Color information
#C30EBF (or 0xC30EBF) is known color: Deep Magenta. HEX triplet: C3, 0E and BF. RGB value is (195,14,191). Sum of RGB (Red+Green+Blue) = 195+14+191=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 14 (5.86% from 255 or 3.5% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C30EBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30EBF is #3CF140. Grayscale: #575757. Windows color (decimal): -3993921 or 12521155. OLE color: 12521155.
HSL color Cylindrical-coordinate representation of color #C30EBF: hue angle of 301.33º 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 #C30EBF is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 14 | 191 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.24 |
| HSL | 301.33º | 0.87% | 0.41% | - |
| HSV(B) | 301.33º | 0.93% | 0.76% | - |
| XYZ | 32.07 | 15.68 | 50.63 | - |
| YUV | 88.3 | 185.97 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 191 | 0 | 0.93 | 0.02 | 0.24 | 301.33 | 0.87 | 0.41 |
| Hex | C3 | E | BF | 0 | 5D | 2 | 18 | 12D | 57 | 29 |
| Octal | 303 | 16 | 277 | 0 | 135 | 2 | 30 | 455 | 127 | 51 |
| Binary | 11000011 | 1110 | 10111111 | 0 | 1011101 | 10 | 11000 | 100101101 | 1010111 | 101001 |
Color Harmonies of #C30EBF
Complementary color
Monochromatic Colors of #C30EBF
Black with #C30EBF
Text Example
Text Example
White with #C30EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30EBF; }
p { color: rgb(195,14,191); }
H1.HeaderClassName
{
color: #C30EBF;
}
.AnyTagClassName
{
color: #C30EBF;
}
</style>
background-color css
<style>
a { background-color: #C30EBF; }
a { background-color: rgb(195,14,191); }
div.DivClassName
{
background-color: #C30EBF;
}
.BgClassName
{
background-color: #C30EBF;
}
</style>
border-color css
<style>
span { border-color: #C30EBF; }
span { border-color: rgb(195,14,191); }
td.TdClassName
{
border-color: #C30EBF;
}
.TagClassName
{
border-color: #C30EBF;
}
</style>