Shades of Deep Magenta #CB19E5
Tints of Deep Magenta #CB19E5
RGB
CMYK
RGB Variations
Color information
#CB19E5 (or 0xCB19E5) is known color: Deep Magenta. HEX triplet: CB, 19 and E5. RGB value is (203,25,229). Sum of RGB (Red+Green+Blue) = 203+25+229=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 25 (10.16% from 255 or 5.47% from 457); Blue value is 229 (89.84% from 255 or 50.11% from 457); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB19E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB19E5 is #34E61A. Grayscale: #646464. Windows color (decimal): -3466779 or 15014347. OLE color: 15014347.
HSL color Cylindrical-coordinate representation of color #CB19E5: hue angle of 292.35º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB19E5 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 25 | 229 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.10 |
| HSL | 292.35º | 0.8% | 0.5% | - |
| HSV(B) | 292.35º | 0.89% | 0.9% | - |
| XYZ | 39.12 | 19.05 | 75.74 | - |
| YUV | 101.48 | 199.97 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 229 | 0.11 | 0.89 | 0 | 0.10 | 292.35 | 0.8 | 0.5 |
| Hex | CB | 19 | E5 | B | 59 | 0 | A | 124 | 50 | 32 |
| Octal | 313 | 31 | 345 | 13 | 131 | 0 | 12 | 444 | 120 | 62 |
| Binary | 11001011 | 11001 | 11100101 | 1011 | 1011001 | 0 | 1010 | 100100100 | 1010000 | 110010 |
Color Harmonies of #CB19E5
Complementary color
Monochromatic Colors of #CB19E5
Black with #CB19E5
Text Example
Text Example
White with #CB19E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB19E5; }
p { color: rgb(203,25,229); }
H1.HeaderClassName
{
color: #CB19E5;
}
.AnyTagClassName
{
color: #CB19E5;
}
</style>
background-color css
<style>
a { background-color: #CB19E5; }
a { background-color: rgb(203,25,229); }
div.DivClassName
{
background-color: #CB19E5;
}
.BgClassName
{
background-color: #CB19E5;
}
</style>
border-color css
<style>
span { border-color: #CB19E5; }
span { border-color: rgb(203,25,229); }
td.TdClassName
{
border-color: #CB19E5;
}
.TagClassName
{
border-color: #CB19E5;
}
</style>