Shades of Deep Magenta #CB1FBB
Tints of Deep Magenta #CB1FBB
RGB
CMYK
RGB Variations
Color information
#CB1FBB (or 0xCB1FBB) is known color: Deep Magenta. HEX triplet: CB, 1F and BB. RGB value is (203,31,187). Sum of RGB (Red+Green+Blue) = 203+31+187=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1FBB is #34E044. Grayscale: #636363. Windows color (decimal): -3465285 or 12263371. OLE color: 12263371.
HSL color Cylindrical-coordinate representation of color #CB1FBB: hue angle of 305.58º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1FBB is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 31 | 187 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.20 |
| HSL | 305.58º | 0.74% | 0.46% | - |
| HSV(B) | 305.58º | 0.85% | 0.8% | - |
| XYZ | 34.09 | 17.26 | 48.55 | - |
| YUV | 100.21 | 176.98 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 31 | 187 | 0 | 0.85 | 0.08 | 0.20 | 305.58 | 0.74 | 0.46 |
| Hex | CB | 1F | BB | 0 | 55 | 8 | 14 | 132 | 4A | 2E |
| Octal | 313 | 37 | 273 | 0 | 125 | 10 | 24 | 462 | 112 | 56 |
| Binary | 11001011 | 11111 | 10111011 | 0 | 1010101 | 1000 | 10100 | 100110010 | 1001010 | 101110 |
Color Harmonies of #CB1FBB
Complementary color
Monochromatic Colors of #CB1FBB
Black with #CB1FBB
Text Example
Text Example
White with #CB1FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1FBB; }
p { color: rgb(203,31,187); }
H1.HeaderClassName
{
color: #CB1FBB;
}
.AnyTagClassName
{
color: #CB1FBB;
}
</style>
background-color css
<style>
a { background-color: #CB1FBB; }
a { background-color: rgb(203,31,187); }
div.DivClassName
{
background-color: #CB1FBB;
}
.BgClassName
{
background-color: #CB1FBB;
}
</style>
border-color css
<style>
span { border-color: #CB1FBB; }
span { border-color: rgb(203,31,187); }
td.TdClassName
{
border-color: #CB1FBB;
}
.TagClassName
{
border-color: #CB1FBB;
}
</style>