Shades of Deep Magenta #C30DBE
Tints of Deep Magenta #C30DBE
RGB
CMYK
RGB Variations
Color information
#C30DBE (or 0xC30DBE) is known color: Deep Magenta. HEX triplet: C3, 0D and BE. RGB value is (195,13,190). Sum of RGB (Red+Green+Blue) = 195+13+190=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C30DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30DBE is #3CF241. Grayscale: #575757. Windows color (decimal): -3994178 or 12455363. OLE color: 12455363.
HSL color Cylindrical-coordinate representation of color #C30DBE: hue angle of 301.65º 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 #C30DBE is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 190 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.24 |
| HSL | 301.65º | 0.88% | 0.41% | - |
| HSV(B) | 301.65º | 0.93% | 0.76% | - |
| XYZ | 31.94 | 15.61 | 50.04 | - |
| YUV | 87.6 | 185.8 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 190 | 0 | 0.93 | 0.03 | 0.24 | 301.65 | 0.88 | 0.41 |
| Hex | C3 | D | BE | 0 | 5D | 3 | 18 | 12E | 58 | 29 |
| Octal | 303 | 15 | 276 | 0 | 135 | 3 | 30 | 456 | 130 | 51 |
| Binary | 11000011 | 1101 | 10111110 | 0 | 1011101 | 11 | 11000 | 100101110 | 1011000 | 101001 |
Color Harmonies of #C30DBE
Complementary color
Monochromatic Colors of #C30DBE
Black with #C30DBE
Text Example
Text Example
White with #C30DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30DBE; }
p { color: rgb(195,13,190); }
H1.HeaderClassName
{
color: #C30DBE;
}
.AnyTagClassName
{
color: #C30DBE;
}
</style>
background-color css
<style>
a { background-color: #C30DBE; }
a { background-color: rgb(195,13,190); }
div.DivClassName
{
background-color: #C30DBE;
}
.BgClassName
{
background-color: #C30DBE;
}
</style>
border-color css
<style>
span { border-color: #C30DBE; }
span { border-color: rgb(195,13,190); }
td.TdClassName
{
border-color: #C30DBE;
}
.TagClassName
{
border-color: #C30DBE;
}
</style>