Shades of Deep Magenta #CB18B3
Tints of Deep Magenta #CB18B3
RGB
CMYK
RGB Variations
Color information
#CB18B3 (or 0xCB18B3) is known color: Deep Magenta. HEX triplet: CB, 18 and B3. RGB value is (203,24,179). Sum of RGB (Red+Green+Blue) = 203+24+179=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB18B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB18B3 is #34E74C. Grayscale: #5E5E5E. Windows color (decimal): -3467085 or 11737291. OLE color: 11737291.
HSL color Cylindrical-coordinate representation of color #CB18B3: hue angle of 308.04º degrees, saturation: 0.79, 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 #CB18B3 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 179 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.20 |
| HSL | 308.04º | 0.79% | 0.45% | - |
| HSV(B) | 308.04º | 0.88% | 0.8% | - |
| XYZ | 33.09 | 16.6 | 44.11 | - |
| YUV | 95.19 | 175.3 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 179 | 0 | 0.88 | 0.12 | 0.20 | 308.04 | 0.79 | 0.45 |
| Hex | CB | 18 | B3 | 0 | 58 | C | 14 | 134 | 4F | 2D |
| Octal | 313 | 30 | 263 | 0 | 130 | 14 | 24 | 464 | 117 | 55 |
| Binary | 11001011 | 11000 | 10110011 | 0 | 1011000 | 1100 | 10100 | 100110100 | 1001111 | 101101 |
Color Harmonies of #CB18B3
Complementary color
Monochromatic Colors of #CB18B3
Black with #CB18B3
Text Example
Text Example
White with #CB18B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB18B3; }
p { color: rgb(203,24,179); }
H1.HeaderClassName
{
color: #CB18B3;
}
.AnyTagClassName
{
color: #CB18B3;
}
</style>
background-color css
<style>
a { background-color: #CB18B3; }
a { background-color: rgb(203,24,179); }
div.DivClassName
{
background-color: #CB18B3;
}
.BgClassName
{
background-color: #CB18B3;
}
</style>
border-color css
<style>
span { border-color: #CB18B3; }
span { border-color: rgb(203,24,179); }
td.TdClassName
{
border-color: #CB18B3;
}
.TagClassName
{
border-color: #CB18B3;
}
</style>