Shades of Deep Magenta #CB01CE
Tints of Deep Magenta #CB01CE
RGB
CMYK
RGB Variations
Color information
#CB01CE (or 0xCB01CE) is known color: Deep Magenta. HEX triplet: CB, 01 and CE. RGB value is (203,1,206). Sum of RGB (Red+Green+Blue) = 203+1+206=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 1 (0.78% from 255 or 0.24% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB01CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB01CE is #34FE31. Grayscale: #545454. Windows color (decimal): -3472946 or 13500875. OLE color: 13500875.
HSL color Cylindrical-coordinate representation of color #CB01CE: hue angle of 299.12º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB01CE is Cyan = 0.01, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 1 | 206 | - |
| CMYK | 0.01 | 1.00 | 0 | 0.19 |
| HSL | 299.12º | 0.99% | 0.41% | - |
| HSV(B) | 299.12º | 1% | 0.81% | - |
| XYZ | 35.78 | 17.17 | 59.82 | - |
| YUV | 84.77 | 196.42 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 206 | 0.01 | 1.00 | 0 | 0.19 | 299.12 | 0.99 | 0.41 |
| Hex | CB | 1 | CE | 1 | 64 | 0 | 13 | 12B | 63 | 29 |
| Octal | 313 | 1 | 316 | 1 | 144 | 0 | 23 | 453 | 143 | 51 |
| Binary | 11001011 | 1 | 11001110 | 1 | 1100100 | 0 | 10011 | 100101011 | 1100011 | 101001 |
Color Harmonies of #CB01CE
Complementary color
Monochromatic Colors of #CB01CE
Black with #CB01CE
Text Example
Text Example
White with #CB01CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB01CE; }
p { color: rgb(203,1,206); }
H1.HeaderClassName
{
color: #CB01CE;
}
.AnyTagClassName
{
color: #CB01CE;
}
</style>
background-color css
<style>
a { background-color: #CB01CE; }
a { background-color: rgb(203,1,206); }
div.DivClassName
{
background-color: #CB01CE;
}
.BgClassName
{
background-color: #CB01CE;
}
</style>
border-color css
<style>
span { border-color: #CB01CE; }
span { border-color: rgb(203,1,206); }
td.TdClassName
{
border-color: #CB01CE;
}
.TagClassName
{
border-color: #CB01CE;
}
</style>