Shades of Deep Magenta #C30EDE
Tints of Deep Magenta #C30EDE
RGB
CMYK
RGB Variations
Color information
#C30EDE (or 0xC30EDE) is known color: Deep Magenta. HEX triplet: C3, 0E and DE. RGB value is (195,14,222). Sum of RGB (Red+Green+Blue) = 195+14+222=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #C30EDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30EDE is #3CF121. Grayscale: #5B5B5B. Windows color (decimal): -3993890 or 14552771. OLE color: 14552771.
HSL color Cylindrical-coordinate representation of color #C30EDE: hue angle of 292.21º 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 #C30EDE is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 14 | 222 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.13 |
| HSL | 292.21º | 0.88% | 0.46% | - |
| HSV(B) | 292.21º | 0.94% | 0.87% | - |
| XYZ | 35.85 | 17.19 | 70.54 | - |
| YUV | 91.83 | 201.47 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 222 | 0.12 | 0.94 | 0 | 0.13 | 292.21 | 0.88 | 0.46 |
| Hex | C3 | E | DE | C | 5E | 0 | D | 124 | 58 | 2E |
| Octal | 303 | 16 | 336 | 14 | 136 | 0 | 15 | 444 | 130 | 56 |
| Binary | 11000011 | 1110 | 11011110 | 1100 | 1011110 | 0 | 1101 | 100100100 | 1011000 | 101110 |
Color Harmonies of #C30EDE
Complementary color
Monochromatic Colors of #C30EDE
Black with #C30EDE
Text Example
Text Example
White with #C30EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30EDE; }
p { color: rgb(195,14,222); }
H1.HeaderClassName
{
color: #C30EDE;
}
.AnyTagClassName
{
color: #C30EDE;
}
</style>
background-color css
<style>
a { background-color: #C30EDE; }
a { background-color: rgb(195,14,222); }
div.DivClassName
{
background-color: #C30EDE;
}
.BgClassName
{
background-color: #C30EDE;
}
</style>
border-color css
<style>
span { border-color: #C30EDE; }
span { border-color: rgb(195,14,222); }
td.TdClassName
{
border-color: #C30EDE;
}
.TagClassName
{
border-color: #C30EDE;
}
</style>