Shades of Deep Magenta #CB01D0
Tints of Deep Magenta #CB01D0
RGB
CMYK
RGB Variations
Color information
#CB01D0 (or 0xCB01D0) is known color: Deep Magenta. HEX triplet: CB, 01 and D0. RGB value is (203,1,208). Sum of RGB (Red+Green+Blue) = 203+1+208=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 208 (81.64% from 255 or 50.49% from 412); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB01D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB01D0 is #34FE2F. Grayscale: #545454. Windows color (decimal): -3472944 or 13631947. OLE color: 13631947.
HSL color Cylindrical-coordinate representation of color #CB01D0: hue angle of 298.55º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB01D0 is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 1 | 208 | - |
| CMYK | 0.02 | 1.00 | 0 | 0.18 |
| HSL | 298.55º | 0.99% | 0.41% | - |
| HSV(B) | 298.55º | 1% | 0.82% | - |
| XYZ | 36.02 | 17.27 | 61.11 | - |
| YUV | 85 | 197.42 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 208 | 0.02 | 1.00 | 0 | 0.18 | 298.55 | 0.99 | 0.41 |
| Hex | CB | 1 | D0 | 2 | 64 | 0 | 12 | 12B | 63 | 29 |
| Octal | 313 | 1 | 320 | 2 | 144 | 0 | 22 | 453 | 143 | 51 |
| Binary | 11001011 | 1 | 11010000 | 10 | 1100100 | 0 | 10010 | 100101011 | 1100011 | 101001 |
Color Harmonies of #CB01D0
Complementary color
Monochromatic Colors of #CB01D0
Black with #CB01D0
Text Example
Text Example
White with #CB01D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB01D0; }
p { color: rgb(203,1,208); }
H1.HeaderClassName
{
color: #CB01D0;
}
.AnyTagClassName
{
color: #CB01D0;
}
</style>
background-color css
<style>
a { background-color: #CB01D0; }
a { background-color: rgb(203,1,208); }
div.DivClassName
{
background-color: #CB01D0;
}
.BgClassName
{
background-color: #CB01D0;
}
</style>
border-color css
<style>
span { border-color: #CB01D0; }
span { border-color: rgb(203,1,208); }
td.TdClassName
{
border-color: #CB01D0;
}
.TagClassName
{
border-color: #CB01D0;
}
</style>