Shades of Deep Magenta #C30BBF
Tints of Deep Magenta #C30BBF
RGB
CMYK
RGB Variations
Color information
#C30BBF (or 0xC30BBF) is known color: Deep Magenta. HEX triplet: C3, 0B and BF. RGB value is (195,11,191). Sum of RGB (Red+Green+Blue) = 195+11+191=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C30BBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30BBF is #3CF440. Grayscale: #565656. Windows color (decimal): -3994689 or 12520387. OLE color: 12520387.
HSL color Cylindrical-coordinate representation of color #C30BBF: hue angle of 301.3º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30BBF is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 191 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.24 |
| HSL | 301.3º | 0.89% | 0.4% | - |
| HSV(B) | 301.3º | 0.94% | 0.76% | - |
| XYZ | 32.03 | 15.6 | 50.61 | - |
| YUV | 86.54 | 186.96 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 191 | 0 | 0.94 | 0.02 | 0.24 | 301.3 | 0.89 | 0.4 |
| Hex | C3 | B | BF | 0 | 5E | 2 | 18 | 12D | 59 | 28 |
| Octal | 303 | 13 | 277 | 0 | 136 | 2 | 30 | 455 | 131 | 50 |
| Binary | 11000011 | 1011 | 10111111 | 0 | 1011110 | 10 | 11000 | 100101101 | 1011001 | 101000 |
Color Harmonies of #C30BBF
Complementary color
Monochromatic Colors of #C30BBF
Black with #C30BBF
Text Example
Text Example
White with #C30BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30BBF; }
p { color: rgb(195,11,191); }
H1.HeaderClassName
{
color: #C30BBF;
}
.AnyTagClassName
{
color: #C30BBF;
}
</style>
background-color css
<style>
a { background-color: #C30BBF; }
a { background-color: rgb(195,11,191); }
div.DivClassName
{
background-color: #C30BBF;
}
.BgClassName
{
background-color: #C30BBF;
}
</style>
border-color css
<style>
span { border-color: #C30BBF; }
span { border-color: rgb(195,11,191); }
td.TdClassName
{
border-color: #C30BBF;
}
.TagClassName
{
border-color: #C30BBF;
}
</style>