Shades of Deep Magenta #CB28DC
Tints of Deep Magenta #CB28DC
RGB
CMYK
RGB Variations
Color information
#CB28DC (or 0xCB28DC) is known color: Deep Magenta. HEX triplet: CB, 28 and DC. RGB value is (203,40,220). Sum of RGB (Red+Green+Blue) = 203+40+220=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 40 (16.02% from 255 or 8.64% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB28DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB28DC is #34D723. Grayscale: #6C6C6C. Windows color (decimal): -3462948 or 14428363. OLE color: 14428363.
HSL color Cylindrical-coordinate representation of color #CB28DC: hue angle of 294.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB28DC is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 40 | 220 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.14 |
| HSL | 294.33º | 0.72% | 0.51% | - |
| HSV(B) | 294.33º | 0.82% | 0.86% | - |
| XYZ | 38.31 | 19.38 | 69.43 | - |
| YUV | 109.26 | 190.5 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 220 | 0.08 | 0.82 | 0 | 0.14 | 294.33 | 0.72 | 0.51 |
| Hex | CB | 28 | DC | 8 | 52 | 0 | E | 126 | 48 | 33 |
| Octal | 313 | 50 | 334 | 10 | 122 | 0 | 16 | 446 | 110 | 63 |
| Binary | 11001011 | 101000 | 11011100 | 1000 | 1010010 | 0 | 1110 | 100100110 | 1001000 | 110011 |
Color Harmonies of #CB28DC
Complementary color
Monochromatic Colors of #CB28DC
Black with #CB28DC
Text Example
Text Example
White with #CB28DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB28DC; }
p { color: rgb(203,40,220); }
H1.HeaderClassName
{
color: #CB28DC;
}
.AnyTagClassName
{
color: #CB28DC;
}
</style>
background-color css
<style>
a { background-color: #CB28DC; }
a { background-color: rgb(203,40,220); }
div.DivClassName
{
background-color: #CB28DC;
}
.BgClassName
{
background-color: #CB28DC;
}
</style>
border-color css
<style>
span { border-color: #CB28DC; }
span { border-color: rgb(203,40,220); }
td.TdClassName
{
border-color: #CB28DC;
}
.TagClassName
{
border-color: #CB28DC;
}
</style>