Shades of Deep Magenta #CB19C0
Tints of Deep Magenta #CB19C0
RGB
CMYK
RGB Variations
Color information
#CB19C0 (or 0xCB19C0) is known color: Deep Magenta. HEX triplet: CB, 19 and C0. RGB value is (203,25,192). Sum of RGB (Red+Green+Blue) = 203+25+192=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB19C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB19C0 is #34E63F. Grayscale: #606060. Windows color (decimal): -3466816 or 12589515. OLE color: 12589515.
HSL color Cylindrical-coordinate representation of color #CB19C0: hue angle of 303.71º 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 #CB19C0 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 192 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.20 |
| HSL | 303.71º | 0.78% | 0.45% | - |
| HSV(B) | 303.71º | 0.88% | 0.8% | - |
| XYZ | 34.49 | 17.2 | 51.37 | - |
| YUV | 97.26 | 181.47 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 192 | 0 | 0.88 | 0.05 | 0.20 | 303.71 | 0.78 | 0.45 |
| Hex | CB | 19 | C0 | 0 | 58 | 5 | 14 | 130 | 4E | 2D |
| Octal | 313 | 31 | 300 | 0 | 130 | 5 | 24 | 460 | 116 | 55 |
| Binary | 11001011 | 11001 | 11000000 | 0 | 1011000 | 101 | 10100 | 100110000 | 1001110 | 101101 |
Color Harmonies of #CB19C0
Complementary color
Monochromatic Colors of #CB19C0
Black with #CB19C0
Text Example
Text Example
White with #CB19C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB19C0; }
p { color: rgb(203,25,192); }
H1.HeaderClassName
{
color: #CB19C0;
}
.AnyTagClassName
{
color: #CB19C0;
}
</style>
background-color css
<style>
a { background-color: #CB19C0; }
a { background-color: rgb(203,25,192); }
div.DivClassName
{
background-color: #CB19C0;
}
.BgClassName
{
background-color: #CB19C0;
}
</style>
border-color css
<style>
span { border-color: #CB19C0; }
span { border-color: rgb(203,25,192); }
td.TdClassName
{
border-color: #CB19C0;
}
.TagClassName
{
border-color: #CB19C0;
}
</style>