Shades of Deep Magenta #C30EDF
Tints of Deep Magenta #C30EDF
RGB
CMYK
RGB Variations
Color information
#C30EDF (or 0xC30EDF) is known color: Deep Magenta. HEX triplet: C3, 0E and DF. RGB value is (195,14,223). Sum of RGB (Red+Green+Blue) = 195+14+223=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 14 (5.86% from 255 or 3.24% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #C30EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30EDF is #3CF120. Grayscale: #5B5B5B. Windows color (decimal): -3993889 or 14618307. OLE color: 14618307.
HSL color Cylindrical-coordinate representation of color #C30EDF: hue angle of 291.96º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30EDF is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 14 | 223 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.13 |
| HSL | 291.96º | 0.88% | 0.46% | - |
| HSV(B) | 291.96º | 0.94% | 0.87% | - |
| XYZ | 35.98 | 17.24 | 71.24 | - |
| YUV | 91.95 | 201.97 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 223 | 0.13 | 0.94 | 0 | 0.13 | 291.96 | 0.88 | 0.46 |
| Hex | C3 | E | DF | D | 5E | 0 | D | 124 | 58 | 2E |
| Octal | 303 | 16 | 337 | 15 | 136 | 0 | 15 | 444 | 130 | 56 |
| Binary | 11000011 | 1110 | 11011111 | 1101 | 1011110 | 0 | 1101 | 100100100 | 1011000 | 101110 |
Color Harmonies of #C30EDF
Complementary color
Monochromatic Colors of #C30EDF
Black with #C30EDF
Text Example
Text Example
White with #C30EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30EDF; }
p { color: rgb(195,14,223); }
H1.HeaderClassName
{
color: #C30EDF;
}
.AnyTagClassName
{
color: #C30EDF;
}
</style>
background-color css
<style>
a { background-color: #C30EDF; }
a { background-color: rgb(195,14,223); }
div.DivClassName
{
background-color: #C30EDF;
}
.BgClassName
{
background-color: #C30EDF;
}
</style>
border-color css
<style>
span { border-color: #C30EDF; }
span { border-color: rgb(195,14,223); }
td.TdClassName
{
border-color: #C30EDF;
}
.TagClassName
{
border-color: #C30EDF;
}
</style>