Shades of Deep Magenta #CB28D3
Tints of Deep Magenta #CB28D3
RGB
CMYK
RGB Variations
Color information
#CB28D3 (or 0xCB28D3) is known color: Deep Magenta. HEX triplet: CB, 28 and D3. RGB value is (203,40,211). Sum of RGB (Red+Green+Blue) = 203+40+211=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 40 (16.02% from 255 or 8.81% from 454); Blue value is 211 (82.81% from 255 or 46.48% from 454); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB28D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB28D3 is #34D72C. Grayscale: #6B6B6B. Windows color (decimal): -3462957 or 13838539. OLE color: 13838539.
HSL color Cylindrical-coordinate representation of color #CB28D3: hue angle of 297.19º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB28D3 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 40 | 211 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.17 |
| HSL | 297.19º | 0.68% | 0.49% | - |
| HSV(B) | 297.19º | 0.81% | 0.83% | - |
| XYZ | 37.15 | 18.92 | 63.32 | - |
| YUV | 108.23 | 186 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 211 | 0.04 | 0.81 | 0 | 0.17 | 297.19 | 0.68 | 0.49 |
| Hex | CB | 28 | D3 | 4 | 51 | 0 | 11 | 129 | 44 | 31 |
| Octal | 313 | 50 | 323 | 4 | 121 | 0 | 21 | 451 | 104 | 61 |
| Binary | 11001011 | 101000 | 11010011 | 100 | 1010001 | 0 | 10001 | 100101001 | 1000100 | 110001 |
Color Harmonies of #CB28D3
Complementary color
Monochromatic Colors of #CB28D3
Black with #CB28D3
Text Example
Text Example
White with #CB28D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB28D3; }
p { color: rgb(203,40,211); }
H1.HeaderClassName
{
color: #CB28D3;
}
.AnyTagClassName
{
color: #CB28D3;
}
</style>
background-color css
<style>
a { background-color: #CB28D3; }
a { background-color: rgb(203,40,211); }
div.DivClassName
{
background-color: #CB28D3;
}
.BgClassName
{
background-color: #CB28D3;
}
</style>
border-color css
<style>
span { border-color: #CB28D3; }
span { border-color: rgb(203,40,211); }
td.TdClassName
{
border-color: #CB28D3;
}
.TagClassName
{
border-color: #CB28D3;
}
</style>