Shades of Deep Magenta #CB00B3
Tints of Deep Magenta #CB00B3
RGB
CMYK
RGB Variations
Color information
#CB00B3 (or 0xCB00B3) is known color: Deep Magenta. HEX triplet: CB, 00 and B3. RGB value is (203,0,179). Sum of RGB (Red+Green+Blue) = 203+0+179=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 179 (70.31% from 255 or 46.86% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB00B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB00B3 is #34FF4C. Grayscale: #505050. Windows color (decimal): -3473229 or 11731147. OLE color: 11731147.
HSL color Cylindrical-coordinate representation of color #CB00B3: hue angle of 307.09º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB00B3 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 179 | - |
| CMYK | 0 | 1 | 0.12 | 0.20 |
| HSL | 307.09º | 1% | 0.4% | - |
| HSV(B) | 307.09º | 1% | 0.8% | - |
| XYZ | 32.77 | 15.95 | 44 | - |
| YUV | 81.1 | 183.25 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 179 | 0 | 1 | 0.12 | 0.20 | 307.09 | 1 | 0.4 |
| Hex | CB | 0 | B3 | 0 | 64 | C | 14 | 133 | 64 | 28 |
| Octal | 313 | 0 | 263 | 0 | 144 | 14 | 24 | 463 | 144 | 50 |
| Binary | 11001011 | 0 | 10110011 | 0 | 1100100 | 1100 | 10100 | 100110011 | 1100100 | 101000 |
Color Harmonies of #CB00B3
Complementary color
Monochromatic Colors of #CB00B3
Black with #CB00B3
Text Example
Text Example
White with #CB00B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB00B3; }
p { color: rgb(203,0,179); }
H1.HeaderClassName
{
color: #CB00B3;
}
.AnyTagClassName
{
color: #CB00B3;
}
</style>
background-color css
<style>
a { background-color: #CB00B3; }
a { background-color: rgb(203,0,179); }
div.DivClassName
{
background-color: #CB00B3;
}
.BgClassName
{
background-color: #CB00B3;
}
</style>
border-color css
<style>
span { border-color: #CB00B3; }
span { border-color: rgb(203,0,179); }
td.TdClassName
{
border-color: #CB00B3;
}
.TagClassName
{
border-color: #CB00B3;
}
</style>