Shades of Deep Magenta #C30DE2
Tints of Deep Magenta #C30DE2
RGB
CMYK
RGB Variations
Color information
#C30DE2 (or 0xC30DE2) is known color: Deep Magenta. HEX triplet: C3, 0D and E2. RGB value is (195,13,226). Sum of RGB (Red+Green+Blue) = 195+13+226=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 13 (5.47% from 255 or 3.00% from 434); Blue value is 226 (88.67% from 255 or 52.07% from 434); Max value from RGB is 226 - color contains mainly: blue. Hex color #C30DE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30DE2 is #3CF21D. Grayscale: #5B5B5B. Windows color (decimal): -3994142 or 14814659. OLE color: 14814659.
HSL color Cylindrical-coordinate representation of color #C30DE2: hue angle of 291.27º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30DE2 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 13 | 226 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.11 |
| HSL | 291.27º | 0.89% | 0.47% | - |
| HSV(B) | 291.27º | 0.94% | 0.89% | - |
| XYZ | 36.38 | 17.38 | 73.39 | - |
| YUV | 91.7 | 203.8 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 226 | 0.14 | 0.94 | 0 | 0.11 | 291.27 | 0.89 | 0.47 |
| Hex | C3 | D | E2 | E | 5E | 0 | B | 123 | 59 | 2F |
| Octal | 303 | 15 | 342 | 16 | 136 | 0 | 13 | 443 | 131 | 57 |
| Binary | 11000011 | 1101 | 11100010 | 1110 | 1011110 | 0 | 1011 | 100100011 | 1011001 | 101111 |
Color Harmonies of #C30DE2
Complementary color
Monochromatic Colors of #C30DE2
Black with #C30DE2
Text Example
Text Example
White with #C30DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30DE2; }
p { color: rgb(195,13,226); }
H1.HeaderClassName
{
color: #C30DE2;
}
.AnyTagClassName
{
color: #C30DE2;
}
</style>
background-color css
<style>
a { background-color: #C30DE2; }
a { background-color: rgb(195,13,226); }
div.DivClassName
{
background-color: #C30DE2;
}
.BgClassName
{
background-color: #C30DE2;
}
</style>
border-color css
<style>
span { border-color: #C30DE2; }
span { border-color: rgb(195,13,226); }
td.TdClassName
{
border-color: #C30DE2;
}
.TagClassName
{
border-color: #C30DE2;
}
</style>