Shades of Deep Magenta #C30EDA
Tints of Deep Magenta #C30EDA
RGB
CMYK
RGB Variations
Color information
#C30EDA (or 0xC30EDA) is known color: Deep Magenta. HEX triplet: C3, 0E and DA. RGB value is (195,14,218). Sum of RGB (Red+Green+Blue) = 195+14+218=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 14 (5.86% from 255 or 3.28% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #C30EDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30EDA is #3CF125. Grayscale: #5A5A5A. Windows color (decimal): -3993894 or 14290627. OLE color: 14290627.
HSL color Cylindrical-coordinate representation of color #C30EDA: hue angle of 293.24º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30EDA is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 14 | 218 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.15 |
| HSL | 293.24º | 0.88% | 0.45% | - |
| HSV(B) | 293.24º | 0.94% | 0.85% | - |
| XYZ | 35.32 | 16.98 | 67.75 | - |
| YUV | 91.38 | 199.47 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 218 | 0.11 | 0.94 | 0 | 0.15 | 293.24 | 0.88 | 0.45 |
| Hex | C3 | E | DA | B | 5E | 0 | F | 125 | 58 | 2D |
| Octal | 303 | 16 | 332 | 13 | 136 | 0 | 17 | 445 | 130 | 55 |
| Binary | 11000011 | 1110 | 11011010 | 1011 | 1011110 | 0 | 1111 | 100100101 | 1011000 | 101101 |
Color Harmonies of #C30EDA
Complementary color
Monochromatic Colors of #C30EDA
Black with #C30EDA
Text Example
Text Example
White with #C30EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30EDA; }
p { color: rgb(195,14,218); }
H1.HeaderClassName
{
color: #C30EDA;
}
.AnyTagClassName
{
color: #C30EDA;
}
</style>
background-color css
<style>
a { background-color: #C30EDA; }
a { background-color: rgb(195,14,218); }
div.DivClassName
{
background-color: #C30EDA;
}
.BgClassName
{
background-color: #C30EDA;
}
</style>
border-color css
<style>
span { border-color: #C30EDA; }
span { border-color: rgb(195,14,218); }
td.TdClassName
{
border-color: #C30EDA;
}
.TagClassName
{
border-color: #C30EDA;
}
</style>