Shades of Deep Magenta #C30DCD
Tints of Deep Magenta #C30DCD
RGB
CMYK
RGB Variations
Color information
#C30DCD (or 0xC30DCD) is known color: Deep Magenta. HEX triplet: C3, 0D and CD. RGB value is (195,13,205). Sum of RGB (Red+Green+Blue) = 195+13+205=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #C30DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30DCD is #3CF232. Grayscale: #585858. Windows color (decimal): -3994163 or 13438403. OLE color: 13438403.
HSL color Cylindrical-coordinate representation of color #C30DCD: hue angle of 296.88º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30DCD is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 13 | 205 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.20 |
| HSL | 296.88º | 0.88% | 0.43% | - |
| HSV(B) | 296.88º | 0.94% | 0.8% | - |
| XYZ | 33.67 | 16.3 | 59.13 | - |
| YUV | 89.31 | 193.3 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 205 | 0.05 | 0.94 | 0 | 0.20 | 296.88 | 0.88 | 0.43 |
| Hex | C3 | D | CD | 5 | 5E | 0 | 14 | 129 | 58 | 2B |
| Octal | 303 | 15 | 315 | 5 | 136 | 0 | 24 | 451 | 130 | 53 |
| Binary | 11000011 | 1101 | 11001101 | 101 | 1011110 | 0 | 10100 | 100101001 | 1011000 | 101011 |
Color Harmonies of #C30DCD
Complementary color
Monochromatic Colors of #C30DCD
Black with #C30DCD
Text Example
Text Example
White with #C30DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30DCD; }
p { color: rgb(195,13,205); }
H1.HeaderClassName
{
color: #C30DCD;
}
.AnyTagClassName
{
color: #C30DCD;
}
</style>
background-color css
<style>
a { background-color: #C30DCD; }
a { background-color: rgb(195,13,205); }
div.DivClassName
{
background-color: #C30DCD;
}
.BgClassName
{
background-color: #C30DCD;
}
</style>
border-color css
<style>
span { border-color: #C30DCD; }
span { border-color: rgb(195,13,205); }
td.TdClassName
{
border-color: #C30DCD;
}
.TagClassName
{
border-color: #C30DCD;
}
</style>