Shades of Deep Magenta #CB18D9
Tints of Deep Magenta #CB18D9
RGB
CMYK
RGB Variations
Color information
#CB18D9 (or 0xCB18D9) is known color: Deep Magenta. HEX triplet: CB, 18 and D9. RGB value is (203,24,217). Sum of RGB (Red+Green+Blue) = 203+24+217=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 217 (85.16% from 255 or 48.87% from 444); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB18D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB18D9 is #34E726. Grayscale: #626262. Windows color (decimal): -3467047 or 14227659. OLE color: 14227659.
HSL color Cylindrical-coordinate representation of color #CB18D9: hue angle of 295.65º 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 #CB18D9 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 24 | 217 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.15 |
| HSL | 295.65º | 0.8% | 0.47% | - |
| HSV(B) | 295.65º | 0.89% | 0.85% | - |
| XYZ | 37.48 | 18.36 | 67.21 | - |
| YUV | 99.52 | 194.3 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 217 | 0.06 | 0.89 | 0 | 0.15 | 295.65 | 0.8 | 0.47 |
| Hex | CB | 18 | D9 | 6 | 59 | 0 | F | 128 | 50 | 2F |
| Octal | 313 | 30 | 331 | 6 | 131 | 0 | 17 | 450 | 120 | 57 |
| Binary | 11001011 | 11000 | 11011001 | 110 | 1011001 | 0 | 1111 | 100101000 | 1010000 | 101111 |
Color Harmonies of #CB18D9
Complementary color
Monochromatic Colors of #CB18D9
Black with #CB18D9
Text Example
Text Example
White with #CB18D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB18D9; }
p { color: rgb(203,24,217); }
H1.HeaderClassName
{
color: #CB18D9;
}
.AnyTagClassName
{
color: #CB18D9;
}
</style>
background-color css
<style>
a { background-color: #CB18D9; }
a { background-color: rgb(203,24,217); }
div.DivClassName
{
background-color: #CB18D9;
}
.BgClassName
{
background-color: #CB18D9;
}
</style>
border-color css
<style>
span { border-color: #CB18D9; }
span { border-color: rgb(203,24,217); }
td.TdClassName
{
border-color: #CB18D9;
}
.TagClassName
{
border-color: #CB18D9;
}
</style>