Shades of Deep Magenta #CB19CF
Tints of Deep Magenta #CB19CF
RGB
CMYK
RGB Variations
Color information
#CB19CF (or 0xCB19CF) is known color: Deep Magenta. HEX triplet: CB, 19 and CF. RGB value is (203,25,207). Sum of RGB (Red+Green+Blue) = 203+25+207=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB19CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB19CF is #34E630. Grayscale: #626262. Windows color (decimal): -3466801 or 13572555. OLE color: 13572555.
HSL color Cylindrical-coordinate representation of color #CB19CF: hue angle of 298.68º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB19CF is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 25 | 207 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.19 |
| HSL | 298.68º | 0.78% | 0.45% | - |
| HSV(B) | 298.68º | 0.88% | 0.81% | - |
| XYZ | 36.24 | 17.9 | 60.58 | - |
| YUV | 98.97 | 188.97 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 207 | 0.02 | 0.88 | 0 | 0.19 | 298.68 | 0.78 | 0.45 |
| Hex | CB | 19 | CF | 2 | 58 | 0 | 13 | 12B | 4E | 2D |
| Octal | 313 | 31 | 317 | 2 | 130 | 0 | 23 | 453 | 116 | 55 |
| Binary | 11001011 | 11001 | 11001111 | 10 | 1011000 | 0 | 10011 | 100101011 | 1001110 | 101101 |
Color Harmonies of #CB19CF
Complementary color
Monochromatic Colors of #CB19CF
Black with #CB19CF
Text Example
Text Example
White with #CB19CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB19CF; }
p { color: rgb(203,25,207); }
H1.HeaderClassName
{
color: #CB19CF;
}
.AnyTagClassName
{
color: #CB19CF;
}
</style>
background-color css
<style>
a { background-color: #CB19CF; }
a { background-color: rgb(203,25,207); }
div.DivClassName
{
background-color: #CB19CF;
}
.BgClassName
{
background-color: #CB19CF;
}
</style>
border-color css
<style>
span { border-color: #CB19CF; }
span { border-color: rgb(203,25,207); }
td.TdClassName
{
border-color: #CB19CF;
}
.TagClassName
{
border-color: #CB19CF;
}
</style>