Shades of Deep Magenta #CB20BF
Tints of Deep Magenta #CB20BF
RGB
CMYK
RGB Variations
Color information
#CB20BF (or 0xCB20BF) is known color: Deep Magenta. HEX triplet: CB, 20 and BF. RGB value is (203,32,191). Sum of RGB (Red+Green+Blue) = 203+32+191=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 32 (12.89% from 255 or 7.51% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB20BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB20BF is #34DF40. Grayscale: #646464. Windows color (decimal): -3465025 or 12525771. OLE color: 12525771.
HSL color Cylindrical-coordinate representation of color #CB20BF: hue angle of 304.21º degrees, saturation: 0.73, 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 #CB20BF is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 191 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.20 |
| HSL | 304.21º | 0.73% | 0.46% | - |
| HSV(B) | 304.21º | 0.84% | 0.8% | - |
| XYZ | 34.55 | 17.49 | 50.85 | - |
| YUV | 101.26 | 178.65 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 191 | 0 | 0.84 | 0.06 | 0.20 | 304.21 | 0.73 | 0.46 |
| Hex | CB | 20 | BF | 0 | 54 | 6 | 14 | 130 | 49 | 2E |
| Octal | 313 | 40 | 277 | 0 | 124 | 6 | 24 | 460 | 111 | 56 |
| Binary | 11001011 | 100000 | 10111111 | 0 | 1010100 | 110 | 10100 | 100110000 | 1001001 | 101110 |
Color Harmonies of #CB20BF
Complementary color
Monochromatic Colors of #CB20BF
Black with #CB20BF
Text Example
Text Example
White with #CB20BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB20BF; }
p { color: rgb(203,32,191); }
H1.HeaderClassName
{
color: #CB20BF;
}
.AnyTagClassName
{
color: #CB20BF;
}
</style>
background-color css
<style>
a { background-color: #CB20BF; }
a { background-color: rgb(203,32,191); }
div.DivClassName
{
background-color: #CB20BF;
}
.BgClassName
{
background-color: #CB20BF;
}
</style>
border-color css
<style>
span { border-color: #CB20BF; }
span { border-color: rgb(203,32,191); }
td.TdClassName
{
border-color: #CB20BF;
}
.TagClassName
{
border-color: #CB20BF;
}
</style>