Shades of Deep Magenta #CB01BC
Tints of Deep Magenta #CB01BC
RGB
CMYK
RGB Variations
Color information
#CB01BC (or 0xCB01BC) is known color: Deep Magenta. HEX triplet: CB, 01 and BC. RGB value is (203,1,188). Sum of RGB (Red+Green+Blue) = 203+1+188=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB01BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB01BC is #34FE43. Grayscale: #525252. Windows color (decimal): -3472964 or 12321227. OLE color: 12321227.
HSL color Cylindrical-coordinate representation of color #CB01BC: hue angle of 304.46º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB01BC is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 188 | - |
| CMYK | 0 | 1.00 | 0.07 | 0.20 |
| HSL | 304.46º | 0.99% | 0.4% | - |
| HSV(B) | 304.46º | 1% | 0.8% | - |
| XYZ | 33.72 | 16.35 | 48.96 | - |
| YUV | 82.72 | 187.42 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 188 | 0 | 1.00 | 0.07 | 0.20 | 304.46 | 0.99 | 0.4 |
| Hex | CB | 1 | BC | 0 | 64 | 7 | 14 | 130 | 63 | 28 |
| Octal | 313 | 1 | 274 | 0 | 144 | 7 | 24 | 460 | 143 | 50 |
| Binary | 11001011 | 1 | 10111100 | 0 | 1100100 | 111 | 10100 | 100110000 | 1100011 | 101000 |
Color Harmonies of #CB01BC
Complementary color
Monochromatic Colors of #CB01BC
Black with #CB01BC
Text Example
Text Example
White with #CB01BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB01BC; }
p { color: rgb(203,1,188); }
H1.HeaderClassName
{
color: #CB01BC;
}
.AnyTagClassName
{
color: #CB01BC;
}
</style>
background-color css
<style>
a { background-color: #CB01BC; }
a { background-color: rgb(203,1,188); }
div.DivClassName
{
background-color: #CB01BC;
}
.BgClassName
{
background-color: #CB01BC;
}
</style>
border-color css
<style>
span { border-color: #CB01BC; }
span { border-color: rgb(203,1,188); }
td.TdClassName
{
border-color: #CB01BC;
}
.TagClassName
{
border-color: #CB01BC;
}
</style>