Shades of Deep Magenta #C30DCA
Tints of Deep Magenta #C30DCA
RGB
CMYK
RGB Variations
Color information
#C30DCA (or 0xC30DCA) is known color: Deep Magenta. HEX triplet: C3, 0D and CA. RGB value is (195,13,202). Sum of RGB (Red+Green+Blue) = 195+13+202=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #C30DCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30DCA is #3CF235. Grayscale: #585858. Windows color (decimal): -3994166 or 13241795. OLE color: 13241795.
HSL color Cylindrical-coordinate representation of color #C30DCA: hue angle of 297.78º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30DCA is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 13 | 202 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.21 |
| HSL | 297.78º | 0.88% | 0.42% | - |
| HSV(B) | 297.78º | 0.94% | 0.79% | - |
| XYZ | 33.31 | 16.15 | 57.24 | - |
| YUV | 88.96 | 191.8 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 202 | 0.03 | 0.94 | 0 | 0.21 | 297.78 | 0.88 | 0.42 |
| Hex | C3 | D | CA | 3 | 5E | 0 | 15 | 12A | 58 | 2A |
| Octal | 303 | 15 | 312 | 3 | 136 | 0 | 25 | 452 | 130 | 52 |
| Binary | 11000011 | 1101 | 11001010 | 11 | 1011110 | 0 | 10101 | 100101010 | 1011000 | 101010 |
Color Harmonies of #C30DCA
Complementary color
Monochromatic Colors of #C30DCA
Black with #C30DCA
Text Example
Text Example
White with #C30DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30DCA; }
p { color: rgb(195,13,202); }
H1.HeaderClassName
{
color: #C30DCA;
}
.AnyTagClassName
{
color: #C30DCA;
}
</style>
background-color css
<style>
a { background-color: #C30DCA; }
a { background-color: rgb(195,13,202); }
div.DivClassName
{
background-color: #C30DCA;
}
.BgClassName
{
background-color: #C30DCA;
}
</style>
border-color css
<style>
span { border-color: #C30DCA; }
span { border-color: rgb(195,13,202); }
td.TdClassName
{
border-color: #C30DCA;
}
.TagClassName
{
border-color: #C30DCA;
}
</style>