Shades of Deep Magenta #CB18D8
Tints of Deep Magenta #CB18D8
RGB
CMYK
RGB Variations
Color information
#CB18D8 (or 0xCB18D8) is known color: Deep Magenta. HEX triplet: CB, 18 and D8. RGB value is (203,24,216). Sum of RGB (Red+Green+Blue) = 203+24+216=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 24 (9.77% from 255 or 5.42% from 443); Blue value is 216 (84.77% from 255 or 48.76% from 443); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB18D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB18D8 is #34E727. Grayscale: #626262. Windows color (decimal): -3467048 or 14162123. OLE color: 14162123.
HSL color Cylindrical-coordinate representation of color #CB18D8: hue angle of 295.94º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB18D8 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 24 | 216 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.15 |
| HSL | 295.94º | 0.8% | 0.47% | - |
| HSV(B) | 295.94º | 0.89% | 0.85% | - |
| XYZ | 37.35 | 18.31 | 66.53 | - |
| YUV | 99.41 | 193.8 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 216 | 0.06 | 0.89 | 0 | 0.15 | 295.94 | 0.8 | 0.47 |
| Hex | CB | 18 | D8 | 6 | 59 | 0 | F | 128 | 50 | 2F |
| Octal | 313 | 30 | 330 | 6 | 131 | 0 | 17 | 450 | 120 | 57 |
| Binary | 11001011 | 11000 | 11011000 | 110 | 1011001 | 0 | 1111 | 100101000 | 1010000 | 101111 |
Color Harmonies of #CB18D8
Complementary color
Monochromatic Colors of #CB18D8
Black with #CB18D8
Text Example
Text Example
White with #CB18D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB18D8; }
p { color: rgb(203,24,216); }
H1.HeaderClassName
{
color: #CB18D8;
}
.AnyTagClassName
{
color: #CB18D8;
}
</style>
background-color css
<style>
a { background-color: #CB18D8; }
a { background-color: rgb(203,24,216); }
div.DivClassName
{
background-color: #CB18D8;
}
.BgClassName
{
background-color: #CB18D8;
}
</style>
border-color css
<style>
span { border-color: #CB18D8; }
span { border-color: rgb(203,24,216); }
td.TdClassName
{
border-color: #CB18D8;
}
.TagClassName
{
border-color: #CB18D8;
}
</style>