Shades of Deep Magenta #CB19DE
Tints of Deep Magenta #CB19DE
RGB
CMYK
RGB Variations
Color information
#CB19DE (or 0xCB19DE) is known color: Deep Magenta. HEX triplet: CB, 19 and DE. RGB value is (203,25,222). Sum of RGB (Red+Green+Blue) = 203+25+222=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 25 (10.16% from 255 or 5.56% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB19DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB19DE is #34E621. Grayscale: #646464. Windows color (decimal): -3466786 or 14555595. OLE color: 14555595.
HSL color Cylindrical-coordinate representation of color #CB19DE: hue angle of 294.21º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB19DE is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 25 | 222 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.13 |
| HSL | 294.21º | 0.8% | 0.48% | - |
| HSV(B) | 294.21º | 0.89% | 0.87% | - |
| XYZ | 38.16 | 18.67 | 70.7 | - |
| YUV | 100.68 | 196.47 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 222 | 0.09 | 0.89 | 0 | 0.13 | 294.21 | 0.8 | 0.48 |
| Hex | CB | 19 | DE | 9 | 59 | 0 | D | 126 | 50 | 30 |
| Octal | 313 | 31 | 336 | 11 | 131 | 0 | 15 | 446 | 120 | 60 |
| Binary | 11001011 | 11001 | 11011110 | 1001 | 1011001 | 0 | 1101 | 100100110 | 1010000 | 110000 |
Color Harmonies of #CB19DE
Complementary color
Monochromatic Colors of #CB19DE
Black with #CB19DE
Text Example
Text Example
White with #CB19DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB19DE; }
p { color: rgb(203,25,222); }
H1.HeaderClassName
{
color: #CB19DE;
}
.AnyTagClassName
{
color: #CB19DE;
}
</style>
background-color css
<style>
a { background-color: #CB19DE; }
a { background-color: rgb(203,25,222); }
div.DivClassName
{
background-color: #CB19DE;
}
.BgClassName
{
background-color: #CB19DE;
}
</style>
border-color css
<style>
span { border-color: #CB19DE; }
span { border-color: rgb(203,25,222); }
td.TdClassName
{
border-color: #CB19DE;
}
.TagClassName
{
border-color: #CB19DE;
}
</style>