Shades of Deep Magenta #CB1AD8
Tints of Deep Magenta #CB1AD8
RGB
CMYK
RGB Variations
Color information
#CB1AD8 (or 0xCB1AD8) is known color: Deep Magenta. HEX triplet: CB, 1A and D8. RGB value is (203,26,216). Sum of RGB (Red+Green+Blue) = 203+26+216=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 26 (10.55% from 255 or 5.84% from 445); Blue value is 216 (84.77% from 255 or 48.54% from 445); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB1AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB1AD8 is #34E527. Grayscale: #646464. Windows color (decimal): -3466536 or 14162635. OLE color: 14162635.
HSL color Cylindrical-coordinate representation of color #CB1AD8: hue angle of 295.89º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1AD8 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 26 | 216 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.15 |
| HSL | 295.89º | 0.79% | 0.47% | - |
| HSV(B) | 295.89º | 0.88% | 0.85% | - |
| XYZ | 37.39 | 18.39 | 66.55 | - |
| YUV | 100.58 | 193.14 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 26 | 216 | 0.06 | 0.88 | 0 | 0.15 | 295.89 | 0.79 | 0.47 |
| Hex | CB | 1A | D8 | 6 | 58 | 0 | F | 128 | 4F | 2F |
| Octal | 313 | 32 | 330 | 6 | 130 | 0 | 17 | 450 | 117 | 57 |
| Binary | 11001011 | 11010 | 11011000 | 110 | 1011000 | 0 | 1111 | 100101000 | 1001111 | 101111 |
Color Harmonies of #CB1AD8
Complementary color
Monochromatic Colors of #CB1AD8
Black with #CB1AD8
Text Example
Text Example
White with #CB1AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1AD8; }
p { color: rgb(203,26,216); }
H1.HeaderClassName
{
color: #CB1AD8;
}
.AnyTagClassName
{
color: #CB1AD8;
}
</style>
background-color css
<style>
a { background-color: #CB1AD8; }
a { background-color: rgb(203,26,216); }
div.DivClassName
{
background-color: #CB1AD8;
}
.BgClassName
{
background-color: #CB1AD8;
}
</style>
border-color css
<style>
span { border-color: #CB1AD8; }
span { border-color: rgb(203,26,216); }
td.TdClassName
{
border-color: #CB1AD8;
}
.TagClassName
{
border-color: #CB1AD8;
}
</style>