Shades of Deep Magenta #C30CBD
Tints of Deep Magenta #C30CBD
RGB
CMYK
RGB Variations
Color information
#C30CBD (or 0xC30CBD) is known color: Deep Magenta. HEX triplet: C3, 0C and BD. RGB value is (195,12,189). Sum of RGB (Red+Green+Blue) = 195+12+189=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C30CBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30CBD is #3CF342. Grayscale: #565656. Windows color (decimal): -3994435 or 12389571. OLE color: 12389571.
HSL color Cylindrical-coordinate representation of color #C30CBD: hue angle of 301.97º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30CBD is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 189 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.24 |
| HSL | 301.97º | 0.88% | 0.41% | - |
| HSV(B) | 301.97º | 0.94% | 0.76% | - |
| XYZ | 31.82 | 15.54 | 49.47 | - |
| YUV | 86.9 | 185.63 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 189 | 0 | 0.94 | 0.03 | 0.24 | 301.97 | 0.88 | 0.41 |
| Hex | C3 | C | BD | 0 | 5E | 3 | 18 | 12E | 58 | 29 |
| Octal | 303 | 14 | 275 | 0 | 136 | 3 | 30 | 456 | 130 | 51 |
| Binary | 11000011 | 1100 | 10111101 | 0 | 1011110 | 11 | 11000 | 100101110 | 1011000 | 101001 |
Color Harmonies of #C30CBD
Complementary color
Monochromatic Colors of #C30CBD
Black with #C30CBD
Text Example
Text Example
White with #C30CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CBD; }
p { color: rgb(195,12,189); }
H1.HeaderClassName
{
color: #C30CBD;
}
.AnyTagClassName
{
color: #C30CBD;
}
</style>
background-color css
<style>
a { background-color: #C30CBD; }
a { background-color: rgb(195,12,189); }
div.DivClassName
{
background-color: #C30CBD;
}
.BgClassName
{
background-color: #C30CBD;
}
</style>
border-color css
<style>
span { border-color: #C30CBD; }
span { border-color: rgb(195,12,189); }
td.TdClassName
{
border-color: #C30CBD;
}
.TagClassName
{
border-color: #C30CBD;
}
</style>