Shades of Deep Magenta #CB28DF
Tints of Deep Magenta #CB28DF
RGB
CMYK
RGB Variations
Color information
#CB28DF (or 0xCB28DF) is known color: Deep Magenta. HEX triplet: CB, 28 and DF. RGB value is (203,40,223). Sum of RGB (Red+Green+Blue) = 203+40+223=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 40 (16.02% from 255 or 8.58% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB28DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB28DF is #34D720. Grayscale: #6D6D6D. Windows color (decimal): -3462945 or 14624971. OLE color: 14624971.
HSL color Cylindrical-coordinate representation of color #CB28DF: hue angle of 293.44º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB28DF is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 40 | 223 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.13 |
| HSL | 293.44º | 0.74% | 0.52% | - |
| HSV(B) | 293.44º | 0.82% | 0.87% | - |
| XYZ | 38.71 | 19.54 | 71.54 | - |
| YUV | 109.6 | 192 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 223 | 0.09 | 0.82 | 0 | 0.13 | 293.44 | 0.74 | 0.52 |
| Hex | CB | 28 | DF | 9 | 52 | 0 | D | 125 | 4A | 34 |
| Octal | 313 | 50 | 337 | 11 | 122 | 0 | 15 | 445 | 112 | 64 |
| Binary | 11001011 | 101000 | 11011111 | 1001 | 1010010 | 0 | 1101 | 100100101 | 1001010 | 110100 |
Color Harmonies of #CB28DF
Complementary color
Monochromatic Colors of #CB28DF
Black with #CB28DF
Text Example
Text Example
White with #CB28DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB28DF; }
p { color: rgb(203,40,223); }
H1.HeaderClassName
{
color: #CB28DF;
}
.AnyTagClassName
{
color: #CB28DF;
}
</style>
background-color css
<style>
a { background-color: #CB28DF; }
a { background-color: rgb(203,40,223); }
div.DivClassName
{
background-color: #CB28DF;
}
.BgClassName
{
background-color: #CB28DF;
}
</style>
border-color css
<style>
span { border-color: #CB28DF; }
span { border-color: rgb(203,40,223); }
td.TdClassName
{
border-color: #CB28DF;
}
.TagClassName
{
border-color: #CB28DF;
}
</style>