Shades of Deep Magenta #CB18DC
Tints of Deep Magenta #CB18DC
RGB
CMYK
RGB Variations
Color information
#CB18DC (or 0xCB18DC) is known color: Deep Magenta. HEX triplet: CB, 18 and DC. RGB value is (203,24,220). Sum of RGB (Red+Green+Blue) = 203+24+220=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 24 (9.77% from 255 or 5.37% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB18DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB18DC is #34E723. Grayscale: #636363. Windows color (decimal): -3467044 or 14424267. OLE color: 14424267.
HSL color Cylindrical-coordinate representation of color #CB18DC: hue angle of 294.8º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB18DC is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 24 | 220 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.14 |
| HSL | 294.8º | 0.8% | 0.48% | - |
| HSV(B) | 294.8º | 0.89% | 0.86% | - |
| XYZ | 37.87 | 18.52 | 69.29 | - |
| YUV | 99.87 | 195.8 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 220 | 0.08 | 0.89 | 0 | 0.14 | 294.8 | 0.8 | 0.48 |
| Hex | CB | 18 | DC | 8 | 59 | 0 | E | 127 | 50 | 30 |
| Octal | 313 | 30 | 334 | 10 | 131 | 0 | 16 | 447 | 120 | 60 |
| Binary | 11001011 | 11000 | 11011100 | 1000 | 1011001 | 0 | 1110 | 100100111 | 1010000 | 110000 |
Color Harmonies of #CB18DC
Complementary color
Monochromatic Colors of #CB18DC
Black with #CB18DC
Text Example
Text Example
White with #CB18DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB18DC; }
p { color: rgb(203,24,220); }
H1.HeaderClassName
{
color: #CB18DC;
}
.AnyTagClassName
{
color: #CB18DC;
}
</style>
background-color css
<style>
a { background-color: #CB18DC; }
a { background-color: rgb(203,24,220); }
div.DivClassName
{
background-color: #CB18DC;
}
.BgClassName
{
background-color: #CB18DC;
}
</style>
border-color css
<style>
span { border-color: #CB18DC; }
span { border-color: rgb(203,24,220); }
td.TdClassName
{
border-color: #CB18DC;
}
.TagClassName
{
border-color: #CB18DC;
}
</style>