Shades of Deep Magenta #CB01CF
Tints of Deep Magenta #CB01CF
RGB
CMYK
RGB Variations
Color information
#CB01CF (or 0xCB01CF) is known color: Deep Magenta. HEX triplet: CB, 01 and CF. RGB value is (203,1,207). Sum of RGB (Red+Green+Blue) = 203+1+207=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 1 (0.78% from 255 or 0.24% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB01CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB01CF is #34FE30. Grayscale: #545454. Windows color (decimal): -3472945 or 13566411. OLE color: 13566411.
HSL color Cylindrical-coordinate representation of color #CB01CF: hue angle of 298.83º 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 #CB01CF is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 1 | 207 | - |
| CMYK | 0.02 | 1.00 | 0 | 0.19 |
| HSL | 298.84º | 0.99% | 0.41% | - |
| HSV(B) | 298.84º | 1% | 0.81% | - |
| XYZ | 35.9 | 17.22 | 60.46 | - |
| YUV | 84.88 | 196.92 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 207 | 0.02 | 1.00 | 0 | 0.19 | 298.84 | 0.99 | 0.41 |
| Hex | CB | 1 | CF | 2 | 64 | 0 | 13 | 12B | 63 | 29 |
| Octal | 313 | 1 | 317 | 2 | 144 | 0 | 23 | 453 | 143 | 51 |
| Binary | 11001011 | 1 | 11001111 | 10 | 1100100 | 0 | 10011 | 100101011 | 1100011 | 101001 |
Color Harmonies of #CB01CF
Complementary color
Monochromatic Colors of #CB01CF
Black with #CB01CF
Text Example
Text Example
White with #CB01CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB01CF; }
p { color: rgb(203,1,207); }
H1.HeaderClassName
{
color: #CB01CF;
}
.AnyTagClassName
{
color: #CB01CF;
}
</style>
background-color css
<style>
a { background-color: #CB01CF; }
a { background-color: rgb(203,1,207); }
div.DivClassName
{
background-color: #CB01CF;
}
.BgClassName
{
background-color: #CB01CF;
}
</style>
border-color css
<style>
span { border-color: #CB01CF; }
span { border-color: rgb(203,1,207); }
td.TdClassName
{
border-color: #CB01CF;
}
.TagClassName
{
border-color: #CB01CF;
}
</style>