Shades of Deep Magenta #C001BA
Tints of Deep Magenta #C001BA
RGB
CMYK
RGB Variations
Color information
#C001BA (or 0xC001BA) is known color: Deep Magenta. HEX triplet: C0, 01 and BA. RGB value is (192,1,186). Sum of RGB (Red+Green+Blue) = 192+1+186=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C001BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C001BA is #3FFE45. Grayscale: #4E4E4E. Windows color (decimal): -4193862 or 12190144. OLE color: 12190144.
HSL color Cylindrical-coordinate representation of color #C001BA: hue angle of 301.88º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C001BA is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 1 | 186 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.25 |
| HSL | 301.88º | 0.99% | 0.38% | - |
| HSV(B) | 301.88º | 0.99% | 0.75% | - |
| XYZ | 30.61 | 14.77 | 47.69 | - |
| YUV | 79.2 | 188.28 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 186 | 0 | 0.99 | 0.03 | 0.25 | 301.88 | 0.99 | 0.38 |
| Hex | C0 | 1 | BA | 0 | 63 | 3 | 19 | 12E | 63 | 26 |
| Octal | 300 | 1 | 272 | 0 | 143 | 3 | 31 | 456 | 143 | 46 |
| Binary | 11000000 | 1 | 10111010 | 0 | 1100011 | 11 | 11001 | 100101110 | 1100011 | 100110 |
Color Harmonies of #C001BA
Complementary color
Monochromatic Colors of #C001BA
Black with #C001BA
Text Example
Text Example
White with #C001BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C001BA; }
p { color: rgb(192,1,186); }
H1.HeaderClassName
{
color: #C001BA;
}
.AnyTagClassName
{
color: #C001BA;
}
</style>
background-color css
<style>
a { background-color: #C001BA; }
a { background-color: rgb(192,1,186); }
div.DivClassName
{
background-color: #C001BA;
}
.BgClassName
{
background-color: #C001BA;
}
</style>
border-color css
<style>
span { border-color: #C001BA; }
span { border-color: rgb(192,1,186); }
td.TdClassName
{
border-color: #C001BA;
}
.TagClassName
{
border-color: #C001BA;
}
</style>