Shades of Deep Magenta #C30CD9
Tints of Deep Magenta #C30CD9
RGB
CMYK
RGB Variations
Color information
#C30CD9 (or 0xC30CD9) is known color: Deep Magenta. HEX triplet: C3, 0C and D9. RGB value is (195,12,217). Sum of RGB (Red+Green+Blue) = 195+12+217=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 217 (85.16% from 255 or 51.18% from 424); Max value from RGB is 217 - color contains mainly: blue. Hex color #C30CD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30CD9 is #3CF326. Grayscale: #595959. Windows color (decimal): -3994407 or 14224579. OLE color: 14224579.
HSL color Cylindrical-coordinate representation of color #C30CD9: hue angle of 293.56º degrees, saturation: 0.9, 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 #C30CD9 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 12 | 217 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.15 |
| HSL | 293.56º | 0.9% | 0.45% | - |
| HSV(B) | 293.56º | 0.94% | 0.85% | - |
| XYZ | 35.16 | 16.87 | 67.05 | - |
| YUV | 90.09 | 199.63 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 217 | 0.10 | 0.94 | 0 | 0.15 | 293.56 | 0.9 | 0.45 |
| Hex | C3 | C | D9 | A | 5E | 0 | F | 126 | 5A | 2D |
| Octal | 303 | 14 | 331 | 12 | 136 | 0 | 17 | 446 | 132 | 55 |
| Binary | 11000011 | 1100 | 11011001 | 1010 | 1011110 | 0 | 1111 | 100100110 | 1011010 | 101101 |
Color Harmonies of #C30CD9
Complementary color
Monochromatic Colors of #C30CD9
Black with #C30CD9
Text Example
Text Example
White with #C30CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CD9; }
p { color: rgb(195,12,217); }
H1.HeaderClassName
{
color: #C30CD9;
}
.AnyTagClassName
{
color: #C30CD9;
}
</style>
background-color css
<style>
a { background-color: #C30CD9; }
a { background-color: rgb(195,12,217); }
div.DivClassName
{
background-color: #C30CD9;
}
.BgClassName
{
background-color: #C30CD9;
}
</style>
border-color css
<style>
span { border-color: #C30CD9; }
span { border-color: rgb(195,12,217); }
td.TdClassName
{
border-color: #C30CD9;
}
.TagClassName
{
border-color: #C30CD9;
}
</style>