Shades of Deep Magenta #C30DD8
Tints of Deep Magenta #C30DD8
RGB
CMYK
RGB Variations
Color information
#C30DD8 (or 0xC30DD8) is known color: Deep Magenta. HEX triplet: C3, 0D and D8. RGB value is (195,13,216). Sum of RGB (Red+Green+Blue) = 195+13+216=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 13 (5.47% from 255 or 3.07% from 424); Blue value is 216 (84.77% from 255 or 50.94% from 424); Max value from RGB is 216 - color contains mainly: blue. Hex color #C30DD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30DD8 is #3CF227. Grayscale: #595959. Windows color (decimal): -3994152 or 14159299. OLE color: 14159299.
HSL color Cylindrical-coordinate representation of color #C30DD8: hue angle of 293.79º degrees, saturation: 0.89, 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 #C30DD8 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 13 | 216 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.15 |
| HSL | 293.79º | 0.89% | 0.45% | - |
| HSV(B) | 293.79º | 0.94% | 0.85% | - |
| XYZ | 35.04 | 16.85 | 66.37 | - |
| YUV | 90.56 | 198.8 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 216 | 0.10 | 0.94 | 0 | 0.15 | 293.79 | 0.89 | 0.45 |
| Hex | C3 | D | D8 | A | 5E | 0 | F | 126 | 59 | 2D |
| Octal | 303 | 15 | 330 | 12 | 136 | 0 | 17 | 446 | 131 | 55 |
| Binary | 11000011 | 1101 | 11011000 | 1010 | 1011110 | 0 | 1111 | 100100110 | 1011001 | 101101 |
Color Harmonies of #C30DD8
Complementary color
Monochromatic Colors of #C30DD8
Black with #C30DD8
Text Example
Text Example
White with #C30DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30DD8; }
p { color: rgb(195,13,216); }
H1.HeaderClassName
{
color: #C30DD8;
}
.AnyTagClassName
{
color: #C30DD8;
}
</style>
background-color css
<style>
a { background-color: #C30DD8; }
a { background-color: rgb(195,13,216); }
div.DivClassName
{
background-color: #C30DD8;
}
.BgClassName
{
background-color: #C30DD8;
}
</style>
border-color css
<style>
span { border-color: #C30DD8; }
span { border-color: rgb(195,13,216); }
td.TdClassName
{
border-color: #C30DD8;
}
.TagClassName
{
border-color: #C30DD8;
}
</style>