Shades of Deep Magenta #C30DB5
Tints of Deep Magenta #C30DB5
RGB
CMYK
RGB Variations
Color information
#C30DB5 (or 0xC30DB5) is known color: Deep Magenta. HEX triplet: C3, 0D and B5. RGB value is (195,13,181). Sum of RGB (Red+Green+Blue) = 195+13+181=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 181 (71.09% from 255 or 46.53% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C30DB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30DB5 is #3CF24A. Grayscale: #565656. Windows color (decimal): -3994187 or 11865539. OLE color: 11865539.
HSL color Cylindrical-coordinate representation of color #C30DB5: hue angle of 304.62º 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 #C30DB5 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 181 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.24 |
| HSL | 304.62º | 0.88% | 0.41% | - |
| HSV(B) | 304.62º | 0.93% | 0.76% | - |
| XYZ | 30.99 | 15.23 | 45.02 | - |
| YUV | 86.57 | 181.3 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 181 | 0 | 0.93 | 0.07 | 0.24 | 304.62 | 0.88 | 0.41 |
| Hex | C3 | D | B5 | 0 | 5D | 7 | 18 | 131 | 58 | 29 |
| Octal | 303 | 15 | 265 | 0 | 135 | 7 | 30 | 461 | 130 | 51 |
| Binary | 11000011 | 1101 | 10110101 | 0 | 1011101 | 111 | 11000 | 100110001 | 1011000 | 101001 |
Color Harmonies of #C30DB5
Complementary color
Monochromatic Colors of #C30DB5
Black with #C30DB5
Text Example
Text Example
White with #C30DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30DB5; }
p { color: rgb(195,13,181); }
H1.HeaderClassName
{
color: #C30DB5;
}
.AnyTagClassName
{
color: #C30DB5;
}
</style>
background-color css
<style>
a { background-color: #C30DB5; }
a { background-color: rgb(195,13,181); }
div.DivClassName
{
background-color: #C30DB5;
}
.BgClassName
{
background-color: #C30DB5;
}
</style>
border-color css
<style>
span { border-color: #C30DB5; }
span { border-color: rgb(195,13,181); }
td.TdClassName
{
border-color: #C30DB5;
}
.TagClassName
{
border-color: #C30DB5;
}
</style>