Shades of Deep Magenta #B30CC1
Tints of Deep Magenta #B30CC1
RGB
CMYK
RGB Variations
Color information
#B30CC1 (or 0xB30CC1) is known color: Deep Magenta. HEX triplet: B3, 0C and C1. RGB value is (179,12,193). Sum of RGB (Red+Green+Blue) = 179+12+193=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #B30CC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30CC1 is #4CF33E. Grayscale: #525252. Windows color (decimal): -5043007 or 12651699. OLE color: 12651699.
HSL color Cylindrical-coordinate representation of color #B30CC1: hue angle of 295.36º degrees, saturation: 0.88, 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 #B30CC1 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 12 | 193 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.24 |
| HSL | 295.36º | 0.88% | 0.4% | - |
| HSV(B) | 295.36º | 0.94% | 0.76% | - |
| XYZ | 28.35 | 13.7 | 51.6 | - |
| YUV | 82.57 | 190.33 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 193 | 0.07 | 0.94 | 0 | 0.24 | 295.36 | 0.88 | 0.4 |
| Hex | B3 | C | C1 | 7 | 5E | 0 | 18 | 127 | 58 | 28 |
| Octal | 263 | 14 | 301 | 7 | 136 | 0 | 30 | 447 | 130 | 50 |
| Binary | 10110011 | 1100 | 11000001 | 111 | 1011110 | 0 | 11000 | 100100111 | 1011000 | 101000 |
Color Harmonies of #B30CC1
Complementary color
Monochromatic Colors of #B30CC1
Black with #B30CC1
Text Example
Text Example
White with #B30CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30CC1; }
p { color: rgb(179,12,193); }
H1.HeaderClassName
{
color: #B30CC1;
}
.AnyTagClassName
{
color: #B30CC1;
}
</style>
background-color css
<style>
a { background-color: #B30CC1; }
a { background-color: rgb(179,12,193); }
div.DivClassName
{
background-color: #B30CC1;
}
.BgClassName
{
background-color: #B30CC1;
}
</style>
border-color css
<style>
span { border-color: #B30CC1; }
span { border-color: rgb(179,12,193); }
td.TdClassName
{
border-color: #B30CC1;
}
.TagClassName
{
border-color: #B30CC1;
}
</style>