Shades of Deep Magenta #C30EDD
Tints of Deep Magenta #C30EDD
RGB
CMYK
RGB Variations
Color information
#C30EDD (or 0xC30EDD) is known color: Deep Magenta. HEX triplet: C3, 0E and DD. RGB value is (195,14,221). Sum of RGB (Red+Green+Blue) = 195+14+221=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 14 (5.86% from 255 or 3.26% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #C30EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30EDD is #3CF122. Grayscale: #5B5B5B. Windows color (decimal): -3993891 or 14487235. OLE color: 14487235.
HSL color Cylindrical-coordinate representation of color #C30EDD: hue angle of 292.46º 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 #C30EDD is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 14 | 221 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.13 |
| HSL | 292.46º | 0.88% | 0.46% | - |
| HSV(B) | 292.46º | 0.94% | 0.87% | - |
| XYZ | 35.71 | 17.14 | 69.83 | - |
| YUV | 91.72 | 200.97 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 221 | 0.12 | 0.94 | 0 | 0.13 | 292.46 | 0.88 | 0.46 |
| Hex | C3 | E | DD | C | 5E | 0 | D | 124 | 58 | 2E |
| Octal | 303 | 16 | 335 | 14 | 136 | 0 | 15 | 444 | 130 | 56 |
| Binary | 11000011 | 1110 | 11011101 | 1100 | 1011110 | 0 | 1101 | 100100100 | 1011000 | 101110 |
Color Harmonies of #C30EDD
Complementary color
Monochromatic Colors of #C30EDD
Black with #C30EDD
Text Example
Text Example
White with #C30EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30EDD; }
p { color: rgb(195,14,221); }
H1.HeaderClassName
{
color: #C30EDD;
}
.AnyTagClassName
{
color: #C30EDD;
}
</style>
background-color css
<style>
a { background-color: #C30EDD; }
a { background-color: rgb(195,14,221); }
div.DivClassName
{
background-color: #C30EDD;
}
.BgClassName
{
background-color: #C30EDD;
}
</style>
border-color css
<style>
span { border-color: #C30EDD; }
span { border-color: rgb(195,14,221); }
td.TdClassName
{
border-color: #C30EDD;
}
.TagClassName
{
border-color: #C30EDD;
}
</style>