Shades of Deep Magenta #C01BC9
Tints of Deep Magenta #C01BC9
RGB
CMYK
RGB Variations
Color information
#C01BC9 (or 0xC01BC9) is known color: Deep Magenta. HEX triplet: C0, 1B and C9. RGB value is (192,27,201). Sum of RGB (Red+Green+Blue) = 192+27+201=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 27 (10.94% from 255 or 6.43% from 420); Blue value is 201 (78.91% from 255 or 47.86% from 420); Max value from RGB is 201 - color contains mainly: blue. Hex color #C01BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01BC9 is #3FE436. Grayscale: #5F5F5F. Windows color (decimal): -4187191 or 13179840. OLE color: 13179840.
HSL color Cylindrical-coordinate representation of color #C01BC9: hue angle of 296.9º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01BC9 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 27 | 201 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.21 |
| HSL | 296.9º | 0.76% | 0.45% | - |
| HSV(B) | 296.9º | 0.87% | 0.79% | - |
| XYZ | 32.67 | 16.21 | 56.66 | - |
| YUV | 96.17 | 187.16 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 201 | 0.04 | 0.87 | 0 | 0.21 | 296.9 | 0.76 | 0.45 |
| Hex | C0 | 1B | C9 | 4 | 57 | 0 | 15 | 129 | 4C | 2D |
| Octal | 300 | 33 | 311 | 4 | 127 | 0 | 25 | 451 | 114 | 55 |
| Binary | 11000000 | 11011 | 11001001 | 100 | 1010111 | 0 | 10101 | 100101001 | 1001100 | 101101 |
Color Harmonies of #C01BC9
Complementary color
Monochromatic Colors of #C01BC9
Black with #C01BC9
Text Example
Text Example
White with #C01BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01BC9; }
p { color: rgb(192,27,201); }
H1.HeaderClassName
{
color: #C01BC9;
}
.AnyTagClassName
{
color: #C01BC9;
}
</style>
background-color css
<style>
a { background-color: #C01BC9; }
a { background-color: rgb(192,27,201); }
div.DivClassName
{
background-color: #C01BC9;
}
.BgClassName
{
background-color: #C01BC9;
}
</style>
border-color css
<style>
span { border-color: #C01BC9; }
span { border-color: rgb(192,27,201); }
td.TdClassName
{
border-color: #C01BC9;
}
.TagClassName
{
border-color: #C01BC9;
}
</style>