Shades of Deep Magenta #C30DBB
Tints of Deep Magenta #C30DBB
RGB
CMYK
RGB Variations
Color information
#C30DBB (or 0xC30DBB) is known color: Deep Magenta. HEX triplet: C3, 0D and BB. RGB value is (195,13,187). Sum of RGB (Red+Green+Blue) = 195+13+187=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C30DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30DBB is #3CF244. Grayscale: #565656. Windows color (decimal): -3994181 or 12258755. OLE color: 12258755.
HSL color Cylindrical-coordinate representation of color #C30DBB: hue angle of 302.64º 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 #C30DBB is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 187 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.24 |
| HSL | 302.64º | 0.88% | 0.41% | - |
| HSV(B) | 302.64º | 0.93% | 0.76% | - |
| XYZ | 31.62 | 15.48 | 48.33 | - |
| YUV | 87.25 | 184.3 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 187 | 0 | 0.93 | 0.04 | 0.24 | 302.64 | 0.88 | 0.41 |
| Hex | C3 | D | BB | 0 | 5D | 4 | 18 | 12F | 58 | 29 |
| Octal | 303 | 15 | 273 | 0 | 135 | 4 | 30 | 457 | 130 | 51 |
| Binary | 11000011 | 1101 | 10111011 | 0 | 1011101 | 100 | 11000 | 100101111 | 1011000 | 101001 |
Color Harmonies of #C30DBB
Complementary color
Monochromatic Colors of #C30DBB
Black with #C30DBB
Text Example
Text Example
White with #C30DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30DBB; }
p { color: rgb(195,13,187); }
H1.HeaderClassName
{
color: #C30DBB;
}
.AnyTagClassName
{
color: #C30DBB;
}
</style>
background-color css
<style>
a { background-color: #C30DBB; }
a { background-color: rgb(195,13,187); }
div.DivClassName
{
background-color: #C30DBB;
}
.BgClassName
{
background-color: #C30DBB;
}
</style>
border-color css
<style>
span { border-color: #C30DBB; }
span { border-color: rgb(195,13,187); }
td.TdClassName
{
border-color: #C30DBB;
}
.TagClassName
{
border-color: #C30DBB;
}
</style>