Shades of Deep Magenta #C30DCC
Tints of Deep Magenta #C30DCC
RGB
CMYK
RGB Variations
Color information
#C30DCC (or 0xC30DCC) is known color: Deep Magenta. HEX triplet: C3, 0D and CC. RGB value is (195,13,204). Sum of RGB (Red+Green+Blue) = 195+13+204=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 13 (5.47% from 255 or 3.16% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #C30DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30DCC is #3CF233. Grayscale: #585858. Windows color (decimal): -3994164 or 13372867. OLE color: 13372867.
HSL color Cylindrical-coordinate representation of color #C30DCC: hue angle of 297.17º 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 #C30DCC is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 13 | 204 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.2 |
| HSL | 297.17º | 0.88% | 0.43% | - |
| HSV(B) | 297.17º | 0.94% | 0.8% | - |
| XYZ | 33.55 | 16.25 | 58.5 | - |
| YUV | 89.19 | 192.8 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 204 | 0.04 | 0.94 | 0 | 0.2 | 297.17 | 0.88 | 0.43 |
| Hex | C3 | D | CC | 4 | 5E | 0 | 14 | 129 | 58 | 2B |
| Octal | 303 | 15 | 314 | 4 | 136 | 0 | 24 | 451 | 130 | 53 |
| Binary | 11000011 | 1101 | 11001100 | 100 | 1011110 | 0 | 10100 | 100101001 | 1011000 | 101011 |
Color Harmonies of #C30DCC
Complementary color
Monochromatic Colors of #C30DCC
Black with #C30DCC
Text Example
Text Example
White with #C30DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30DCC; }
p { color: rgb(195,13,204); }
H1.HeaderClassName
{
color: #C30DCC;
}
.AnyTagClassName
{
color: #C30DCC;
}
</style>
background-color css
<style>
a { background-color: #C30DCC; }
a { background-color: rgb(195,13,204); }
div.DivClassName
{
background-color: #C30DCC;
}
.BgClassName
{
background-color: #C30DCC;
}
</style>
border-color css
<style>
span { border-color: #C30DCC; }
span { border-color: rgb(195,13,204); }
td.TdClassName
{
border-color: #C30DCC;
}
.TagClassName
{
border-color: #C30DCC;
}
</style>