Shades of Deep Magenta #C30DDD
Tints of Deep Magenta #C30DDD
RGB
CMYK
RGB Variations
Color information
#C30DDD (or 0xC30DDD) is known color: Deep Magenta. HEX triplet: C3, 0D and DD. RGB value is (195,13,221). Sum of RGB (Red+Green+Blue) = 195+13+221=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 13 (5.47% from 255 or 3.03% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #C30DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30DDD is #3CF222. Grayscale: #5A5A5A. Windows color (decimal): -3994147 or 14486979. OLE color: 14486979.
HSL color Cylindrical-coordinate representation of color #C30DDD: hue angle of 292.5º degrees, saturation: 0.89, 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 #C30DDD is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 13 | 221 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.13 |
| HSL | 292.5º | 0.89% | 0.46% | - |
| HSV(B) | 292.5º | 0.94% | 0.87% | - |
| XYZ | 35.7 | 17.11 | 69.83 | - |
| YUV | 91.13 | 201.3 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 221 | 0.12 | 0.94 | 0 | 0.13 | 292.5 | 0.89 | 0.46 |
| Hex | C3 | D | DD | C | 5E | 0 | D | 124 | 59 | 2E |
| Octal | 303 | 15 | 335 | 14 | 136 | 0 | 15 | 444 | 131 | 56 |
| Binary | 11000011 | 1101 | 11011101 | 1100 | 1011110 | 0 | 1101 | 100100100 | 1011001 | 101110 |
Color Harmonies of #C30DDD
Complementary color
Monochromatic Colors of #C30DDD
Black with #C30DDD
Text Example
Text Example
White with #C30DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30DDD; }
p { color: rgb(195,13,221); }
H1.HeaderClassName
{
color: #C30DDD;
}
.AnyTagClassName
{
color: #C30DDD;
}
</style>
background-color css
<style>
a { background-color: #C30DDD; }
a { background-color: rgb(195,13,221); }
div.DivClassName
{
background-color: #C30DDD;
}
.BgClassName
{
background-color: #C30DDD;
}
</style>
border-color css
<style>
span { border-color: #C30DDD; }
span { border-color: rgb(195,13,221); }
td.TdClassName
{
border-color: #C30DDD;
}
.TagClassName
{
border-color: #C30DDD;
}
</style>