Shades of Deep Magenta #CB19BF
Tints of Deep Magenta #CB19BF
RGB
CMYK
RGB Variations
Color information
#CB19BF (or 0xCB19BF) is known color: Deep Magenta. HEX triplet: CB, 19 and BF. RGB value is (203,25,191). Sum of RGB (Red+Green+Blue) = 203+25+191=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB19BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB19BF is #34E640. Grayscale: #606060. Windows color (decimal): -3466817 or 12523979. OLE color: 12523979.
HSL color Cylindrical-coordinate representation of color #CB19BF: hue angle of 304.04º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB19BF is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 191 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.20 |
| HSL | 304.05º | 0.78% | 0.45% | - |
| HSV(B) | 304.05º | 0.88% | 0.8% | - |
| XYZ | 34.38 | 17.15 | 50.79 | - |
| YUV | 97.15 | 180.97 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 191 | 0 | 0.88 | 0.06 | 0.20 | 304.05 | 0.78 | 0.45 |
| Hex | CB | 19 | BF | 0 | 58 | 6 | 14 | 130 | 4E | 2D |
| Octal | 313 | 31 | 277 | 0 | 130 | 6 | 24 | 460 | 116 | 55 |
| Binary | 11001011 | 11001 | 10111111 | 0 | 1011000 | 110 | 10100 | 100110000 | 1001110 | 101101 |
Color Harmonies of #CB19BF
Complementary color
Monochromatic Colors of #CB19BF
Black with #CB19BF
Text Example
Text Example
White with #CB19BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB19BF; }
p { color: rgb(203,25,191); }
H1.HeaderClassName
{
color: #CB19BF;
}
.AnyTagClassName
{
color: #CB19BF;
}
</style>
background-color css
<style>
a { background-color: #CB19BF; }
a { background-color: rgb(203,25,191); }
div.DivClassName
{
background-color: #CB19BF;
}
.BgClassName
{
background-color: #CB19BF;
}
</style>
border-color css
<style>
span { border-color: #CB19BF; }
span { border-color: rgb(203,25,191); }
td.TdClassName
{
border-color: #CB19BF;
}
.TagClassName
{
border-color: #CB19BF;
}
</style>