Shades of Deep Magenta #C30DBC
Tints of Deep Magenta #C30DBC
RGB
CMYK
RGB Variations
Color information
#C30DBC (or 0xC30DBC) is known color: Deep Magenta. HEX triplet: C3, 0D and BC. RGB value is (195,13,188). Sum of RGB (Red+Green+Blue) = 195+13+188=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C30DBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30DBC is #3CF243. Grayscale: #565656. Windows color (decimal): -3994180 or 12324291. OLE color: 12324291.
HSL color Cylindrical-coordinate representation of color #C30DBC: hue angle of 302.31º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30DBC is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 188 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.24 |
| HSL | 302.31º | 0.88% | 0.41% | - |
| HSV(B) | 302.31º | 0.93% | 0.76% | - |
| XYZ | 31.73 | 15.52 | 48.9 | - |
| YUV | 87.37 | 184.8 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 188 | 0 | 0.93 | 0.04 | 0.24 | 302.31 | 0.88 | 0.41 |
| Hex | C3 | D | BC | 0 | 5D | 4 | 18 | 12E | 58 | 29 |
| Octal | 303 | 15 | 274 | 0 | 135 | 4 | 30 | 456 | 130 | 51 |
| Binary | 11000011 | 1101 | 10111100 | 0 | 1011101 | 100 | 11000 | 100101110 | 1011000 | 101001 |
Color Harmonies of #C30DBC
Complementary color
Monochromatic Colors of #C30DBC
Black with #C30DBC
Text Example
Text Example
White with #C30DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30DBC; }
p { color: rgb(195,13,188); }
H1.HeaderClassName
{
color: #C30DBC;
}
.AnyTagClassName
{
color: #C30DBC;
}
</style>
background-color css
<style>
a { background-color: #C30DBC; }
a { background-color: rgb(195,13,188); }
div.DivClassName
{
background-color: #C30DBC;
}
.BgClassName
{
background-color: #C30DBC;
}
</style>
border-color css
<style>
span { border-color: #C30DBC; }
span { border-color: rgb(195,13,188); }
td.TdClassName
{
border-color: #C30DBC;
}
.TagClassName
{
border-color: #C30DBC;
}
</style>