Shades of Deep Magenta #CB28DE
Tints of Deep Magenta #CB28DE
RGB
CMYK
RGB Variations
Color information
#CB28DE (or 0xCB28DE) is known color: Deep Magenta. HEX triplet: CB, 28 and DE. RGB value is (203,40,222). Sum of RGB (Red+Green+Blue) = 203+40+222=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB28DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB28DE is #34D721. Grayscale: #6C6C6C. Windows color (decimal): -3462946 or 14559435. OLE color: 14559435.
HSL color Cylindrical-coordinate representation of color #CB28DE: hue angle of 293.74º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB28DE is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 40 | 222 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.13 |
| HSL | 293.74º | 0.73% | 0.51% | - |
| HSV(B) | 293.74º | 0.82% | 0.87% | - |
| XYZ | 38.57 | 19.49 | 70.84 | - |
| YUV | 109.49 | 191.5 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 222 | 0.09 | 0.82 | 0 | 0.13 | 293.74 | 0.73 | 0.51 |
| Hex | CB | 28 | DE | 9 | 52 | 0 | D | 126 | 49 | 33 |
| Octal | 313 | 50 | 336 | 11 | 122 | 0 | 15 | 446 | 111 | 63 |
| Binary | 11001011 | 101000 | 11011110 | 1001 | 1010010 | 0 | 1101 | 100100110 | 1001001 | 110011 |
Color Harmonies of #CB28DE
Complementary color
Monochromatic Colors of #CB28DE
Black with #CB28DE
Text Example
Text Example
White with #CB28DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB28DE; }
p { color: rgb(203,40,222); }
H1.HeaderClassName
{
color: #CB28DE;
}
.AnyTagClassName
{
color: #CB28DE;
}
</style>
background-color css
<style>
a { background-color: #CB28DE; }
a { background-color: rgb(203,40,222); }
div.DivClassName
{
background-color: #CB28DE;
}
.BgClassName
{
background-color: #CB28DE;
}
</style>
border-color css
<style>
span { border-color: #CB28DE; }
span { border-color: rgb(203,40,222); }
td.TdClassName
{
border-color: #CB28DE;
}
.TagClassName
{
border-color: #CB28DE;
}
</style>