Shades of Deep Magenta #CB19CC
Tints of Deep Magenta #CB19CC
RGB
CMYK
RGB Variations
Color information
#CB19CC (or 0xCB19CC) is known color: Deep Magenta. HEX triplet: CB, 19 and CC. RGB value is (203,25,204). Sum of RGB (Red+Green+Blue) = 203+25+204=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB19CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB19CC is #34E633. Grayscale: #626262. Windows color (decimal): -3466804 or 13375947. OLE color: 13375947.
HSL color Cylindrical-coordinate representation of color #CB19CC: hue angle of 299.66º 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 #CB19CC is Cyan = 0.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 25 | 204 | - |
| CMYK | 0.00 | 0.88 | 0 | 0.2 |
| HSL | 299.66º | 0.78% | 0.45% | - |
| HSV(B) | 299.66º | 0.88% | 0.8% | - |
| XYZ | 35.88 | 17.75 | 58.66 | - |
| YUV | 98.63 | 187.47 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 204 | 0.00 | 0.88 | 0 | 0.2 | 299.66 | 0.78 | 0.45 |
| Hex | CB | 19 | CC | 0 | 58 | 0 | 14 | 12C | 4E | 2D |
| Octal | 313 | 31 | 314 | 0 | 130 | 0 | 24 | 454 | 116 | 55 |
| Binary | 11001011 | 11001 | 11001100 | 0 | 1011000 | 0 | 10100 | 100101100 | 1001110 | 101101 |
Color Harmonies of #CB19CC
Complementary color
Monochromatic Colors of #CB19CC
Black with #CB19CC
Text Example
Text Example
White with #CB19CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB19CC; }
p { color: rgb(203,25,204); }
H1.HeaderClassName
{
color: #CB19CC;
}
.AnyTagClassName
{
color: #CB19CC;
}
</style>
background-color css
<style>
a { background-color: #CB19CC; }
a { background-color: rgb(203,25,204); }
div.DivClassName
{
background-color: #CB19CC;
}
.BgClassName
{
background-color: #CB19CC;
}
</style>
border-color css
<style>
span { border-color: #CB19CC; }
span { border-color: rgb(203,25,204); }
td.TdClassName
{
border-color: #CB19CC;
}
.TagClassName
{
border-color: #CB19CC;
}
</style>