Shades of Deep Magenta #CB19C7
Tints of Deep Magenta #CB19C7
RGB
CMYK
RGB Variations
Color information
#CB19C7 (or 0xCB19C7) is known color: Deep Magenta. HEX triplet: CB, 19 and C7. RGB value is (203,25,199). Sum of RGB (Red+Green+Blue) = 203+25+199=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 199 (78.12% from 255 or 46.60% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB19C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB19C7 is #34E638. Grayscale: #616161. Windows color (decimal): -3466809 or 13048267. OLE color: 13048267.
HSL color Cylindrical-coordinate representation of color #CB19C7: hue angle of 301.35º 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 #CB19C7 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 199 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.20 |
| HSL | 301.35º | 0.78% | 0.45% | - |
| HSV(B) | 301.35º | 0.88% | 0.8% | - |
| XYZ | 35.29 | 17.52 | 55.55 | - |
| YUV | 98.06 | 184.97 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 199 | 0 | 0.88 | 0.02 | 0.20 | 301.35 | 0.78 | 0.45 |
| Hex | CB | 19 | C7 | 0 | 58 | 2 | 14 | 12D | 4E | 2D |
| Octal | 313 | 31 | 307 | 0 | 130 | 2 | 24 | 455 | 116 | 55 |
| Binary | 11001011 | 11001 | 11000111 | 0 | 1011000 | 10 | 10100 | 100101101 | 1001110 | 101101 |
Color Harmonies of #CB19C7
Complementary color
Monochromatic Colors of #CB19C7
Black with #CB19C7
Text Example
Text Example
White with #CB19C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB19C7; }
p { color: rgb(203,25,199); }
H1.HeaderClassName
{
color: #CB19C7;
}
.AnyTagClassName
{
color: #CB19C7;
}
</style>
background-color css
<style>
a { background-color: #CB19C7; }
a { background-color: rgb(203,25,199); }
div.DivClassName
{
background-color: #CB19C7;
}
.BgClassName
{
background-color: #CB19C7;
}
</style>
border-color css
<style>
span { border-color: #CB19C7; }
span { border-color: rgb(203,25,199); }
td.TdClassName
{
border-color: #CB19C7;
}
.TagClassName
{
border-color: #CB19C7;
}
</style>