Shades of Deep Magenta #CB21B7
Tints of Deep Magenta #CB21B7
RGB
CMYK
RGB Variations
Color information
#CB21B7 (or 0xCB21B7) is known color: Deep Magenta. HEX triplet: CB, 21 and B7. RGB value is (203,33,183). Sum of RGB (Red+Green+Blue) = 203+33+183=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 183 (71.88% from 255 or 43.68% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB21B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB21B7 is #34DE48. Grayscale: #646464. Windows color (decimal): -3464777 or 12001739. OLE color: 12001739.
HSL color Cylindrical-coordinate representation of color #CB21B7: hue angle of 307.06º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB21B7 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 183 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.20 |
| HSL | 307.06º | 0.72% | 0.46% | - |
| HSV(B) | 307.06º | 0.84% | 0.8% | - |
| XYZ | 33.72 | 17.2 | 46.34 | - |
| YUV | 100.93 | 174.32 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 183 | 0 | 0.84 | 0.10 | 0.20 | 307.06 | 0.72 | 0.46 |
| Hex | CB | 21 | B7 | 0 | 54 | A | 14 | 133 | 48 | 2E |
| Octal | 313 | 41 | 267 | 0 | 124 | 12 | 24 | 463 | 110 | 56 |
| Binary | 11001011 | 100001 | 10110111 | 0 | 1010100 | 1010 | 10100 | 100110011 | 1001000 | 101110 |
Color Harmonies of #CB21B7
Complementary color
Monochromatic Colors of #CB21B7
Black with #CB21B7
Text Example
Text Example
White with #CB21B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB21B7; }
p { color: rgb(203,33,183); }
H1.HeaderClassName
{
color: #CB21B7;
}
.AnyTagClassName
{
color: #CB21B7;
}
</style>
background-color css
<style>
a { background-color: #CB21B7; }
a { background-color: rgb(203,33,183); }
div.DivClassName
{
background-color: #CB21B7;
}
.BgClassName
{
background-color: #CB21B7;
}
</style>
border-color css
<style>
span { border-color: #CB21B7; }
span { border-color: rgb(203,33,183); }
td.TdClassName
{
border-color: #CB21B7;
}
.TagClassName
{
border-color: #CB21B7;
}
</style>