Shades of Deep Magenta #C30CB1
Tints of Deep Magenta #C30CB1
RGB
CMYK
RGB Variations
Color information
#C30CB1 (or 0xC30CB1) is known color: Deep Magenta. HEX triplet: C3, 0C and B1. RGB value is (195,12,177). Sum of RGB (Red+Green+Blue) = 195+12+177=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 177 (69.53% from 255 or 46.09% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C30CB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30CB1 is #3CF34E. Grayscale: #555555. Windows color (decimal): -3994447 or 11603139. OLE color: 11603139.
HSL color Cylindrical-coordinate representation of color #C30CB1: hue angle of 305.9º 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 #C30CB1 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 177 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.24 |
| HSL | 305.9º | 0.88% | 0.41% | - |
| HSV(B) | 305.9º | 0.94% | 0.76% | - |
| XYZ | 30.57 | 15.04 | 42.89 | - |
| YUV | 85.53 | 179.63 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 177 | 0 | 0.94 | 0.09 | 0.24 | 305.9 | 0.88 | 0.41 |
| Hex | C3 | C | B1 | 0 | 5E | 9 | 18 | 132 | 58 | 29 |
| Octal | 303 | 14 | 261 | 0 | 136 | 11 | 30 | 462 | 130 | 51 |
| Binary | 11000011 | 1100 | 10110001 | 0 | 1011110 | 1001 | 11000 | 100110010 | 1011000 | 101001 |
Color Harmonies of #C30CB1
Complementary color
Monochromatic Colors of #C30CB1
Black with #C30CB1
Text Example
Text Example
White with #C30CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CB1; }
p { color: rgb(195,12,177); }
H1.HeaderClassName
{
color: #C30CB1;
}
.AnyTagClassName
{
color: #C30CB1;
}
</style>
background-color css
<style>
a { background-color: #C30CB1; }
a { background-color: rgb(195,12,177); }
div.DivClassName
{
background-color: #C30CB1;
}
.BgClassName
{
background-color: #C30CB1;
}
</style>
border-color css
<style>
span { border-color: #C30CB1; }
span { border-color: rgb(195,12,177); }
td.TdClassName
{
border-color: #C30CB1;
}
.TagClassName
{
border-color: #C30CB1;
}
</style>