Shades of Deep Magenta #C30DBA
Tints of Deep Magenta #C30DBA
RGB
CMYK
RGB Variations
Color information
#C30DBA (or 0xC30DBA) is known color: Deep Magenta. HEX triplet: C3, 0D and BA. RGB value is (195,13,186). Sum of RGB (Red+Green+Blue) = 195+13+186=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C30DBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30DBA is #3CF245. Grayscale: #565656. Windows color (decimal): -3994182 or 12193219. OLE color: 12193219.
HSL color Cylindrical-coordinate representation of color #C30DBA: hue angle of 302.97º 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 #C30DBA is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 186 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.24 |
| HSL | 302.97º | 0.88% | 0.41% | - |
| HSV(B) | 302.97º | 0.93% | 0.76% | - |
| XYZ | 31.51 | 15.44 | 47.77 | - |
| YUV | 87.14 | 183.8 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 186 | 0 | 0.93 | 0.05 | 0.24 | 302.97 | 0.88 | 0.41 |
| Hex | C3 | D | BA | 0 | 5D | 5 | 18 | 12F | 58 | 29 |
| Octal | 303 | 15 | 272 | 0 | 135 | 5 | 30 | 457 | 130 | 51 |
| Binary | 11000011 | 1101 | 10111010 | 0 | 1011101 | 101 | 11000 | 100101111 | 1011000 | 101001 |
Color Harmonies of #C30DBA
Complementary color
Monochromatic Colors of #C30DBA
Black with #C30DBA
Text Example
Text Example
White with #C30DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30DBA; }
p { color: rgb(195,13,186); }
H1.HeaderClassName
{
color: #C30DBA;
}
.AnyTagClassName
{
color: #C30DBA;
}
</style>
background-color css
<style>
a { background-color: #C30DBA; }
a { background-color: rgb(195,13,186); }
div.DivClassName
{
background-color: #C30DBA;
}
.BgClassName
{
background-color: #C30DBA;
}
</style>
border-color css
<style>
span { border-color: #C30DBA; }
span { border-color: rgb(195,13,186); }
td.TdClassName
{
border-color: #C30DBA;
}
.TagClassName
{
border-color: #C30DBA;
}
</style>