Shades of Deep Magenta #CB01BD
Tints of Deep Magenta #CB01BD
RGB
CMYK
RGB Variations
Color information
#CB01BD (or 0xCB01BD) is known color: Deep Magenta. HEX triplet: CB, 01 and BD. RGB value is (203,1,189). Sum of RGB (Red+Green+Blue) = 203+1+189=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB01BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB01BD is #34FE42. Grayscale: #525252. Windows color (decimal): -3472963 or 12386763. OLE color: 12386763.
HSL color Cylindrical-coordinate representation of color #CB01BD: hue angle of 304.16º 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 #CB01BD is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 189 | - |
| CMYK | 0 | 1.00 | 0.07 | 0.20 |
| HSL | 304.16º | 0.99% | 0.4% | - |
| HSV(B) | 304.16º | 1% | 0.8% | - |
| XYZ | 33.82 | 16.39 | 49.53 | - |
| YUV | 82.83 | 187.92 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 189 | 0 | 1.00 | 0.07 | 0.20 | 304.16 | 0.99 | 0.4 |
| Hex | CB | 1 | BD | 0 | 64 | 7 | 14 | 130 | 63 | 28 |
| Octal | 313 | 1 | 275 | 0 | 144 | 7 | 24 | 460 | 143 | 50 |
| Binary | 11001011 | 1 | 10111101 | 0 | 1100100 | 111 | 10100 | 100110000 | 1100011 | 101000 |
Color Harmonies of #CB01BD
Complementary color
Monochromatic Colors of #CB01BD
Black with #CB01BD
Text Example
Text Example
White with #CB01BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB01BD; }
p { color: rgb(203,1,189); }
H1.HeaderClassName
{
color: #CB01BD;
}
.AnyTagClassName
{
color: #CB01BD;
}
</style>
background-color css
<style>
a { background-color: #CB01BD; }
a { background-color: rgb(203,1,189); }
div.DivClassName
{
background-color: #CB01BD;
}
.BgClassName
{
background-color: #CB01BD;
}
</style>
border-color css
<style>
span { border-color: #CB01BD; }
span { border-color: rgb(203,1,189); }
td.TdClassName
{
border-color: #CB01BD;
}
.TagClassName
{
border-color: #CB01BD;
}
</style>