Shades of Deep Magenta #C30DBF
Tints of Deep Magenta #C30DBF
RGB
CMYK
RGB Variations
Color information
#C30DBF (or 0xC30DBF) is known color: Deep Magenta. HEX triplet: C3, 0D and BF. RGB value is (195,13,191). Sum of RGB (Red+Green+Blue) = 195+13+191=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C30DBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30DBF is #3CF240. Grayscale: #575757. Windows color (decimal): -3994177 or 12520899. OLE color: 12520899.
HSL color Cylindrical-coordinate representation of color #C30DBF: hue angle of 301.32º 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 #C30DBF is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 191 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.24 |
| HSL | 301.32º | 0.88% | 0.41% | - |
| HSV(B) | 301.32º | 0.93% | 0.76% | - |
| XYZ | 32.05 | 15.65 | 50.62 | - |
| YUV | 87.71 | 186.3 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 191 | 0 | 0.93 | 0.02 | 0.24 | 301.32 | 0.88 | 0.41 |
| Hex | C3 | D | BF | 0 | 5D | 2 | 18 | 12D | 58 | 29 |
| Octal | 303 | 15 | 277 | 0 | 135 | 2 | 30 | 455 | 130 | 51 |
| Binary | 11000011 | 1101 | 10111111 | 0 | 1011101 | 10 | 11000 | 100101101 | 1011000 | 101001 |
Color Harmonies of #C30DBF
Complementary color
Monochromatic Colors of #C30DBF
Black with #C30DBF
Text Example
Text Example
White with #C30DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30DBF; }
p { color: rgb(195,13,191); }
H1.HeaderClassName
{
color: #C30DBF;
}
.AnyTagClassName
{
color: #C30DBF;
}
</style>
background-color css
<style>
a { background-color: #C30DBF; }
a { background-color: rgb(195,13,191); }
div.DivClassName
{
background-color: #C30DBF;
}
.BgClassName
{
background-color: #C30DBF;
}
</style>
border-color css
<style>
span { border-color: #C30DBF; }
span { border-color: rgb(195,13,191); }
td.TdClassName
{
border-color: #C30DBF;
}
.TagClassName
{
border-color: #C30DBF;
}
</style>