Shades of Deep Magenta #CB28D5
Tints of Deep Magenta #CB28D5
RGB
CMYK
RGB Variations
Color information
#CB28D5 (or 0xCB28D5) is known color: Deep Magenta. HEX triplet: CB, 28 and D5. RGB value is (203,40,213). Sum of RGB (Red+Green+Blue) = 203+40+213=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB28D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB28D5 is #34D72A. Grayscale: #6B6B6B. Windows color (decimal): -3462955 or 13969611. OLE color: 13969611.
HSL color Cylindrical-coordinate representation of color #CB28D5: hue angle of 296.53º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB28D5 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 40 | 213 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.16 |
| HSL | 296.53º | 0.68% | 0.5% | - |
| HSV(B) | 296.53º | 0.81% | 0.84% | - |
| XYZ | 37.4 | 19.02 | 64.65 | - |
| YUV | 108.46 | 187 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 213 | 0.05 | 0.81 | 0 | 0.16 | 296.53 | 0.68 | 0.5 |
| Hex | CB | 28 | D5 | 5 | 51 | 0 | 10 | 129 | 44 | 32 |
| Octal | 313 | 50 | 325 | 5 | 121 | 0 | 20 | 451 | 104 | 62 |
| Binary | 11001011 | 101000 | 11010101 | 101 | 1010001 | 0 | 10000 | 100101001 | 1000100 | 110010 |
Color Harmonies of #CB28D5
Complementary color
Monochromatic Colors of #CB28D5
Black with #CB28D5
Text Example
Text Example
White with #CB28D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB28D5; }
p { color: rgb(203,40,213); }
H1.HeaderClassName
{
color: #CB28D5;
}
.AnyTagClassName
{
color: #CB28D5;
}
</style>
background-color css
<style>
a { background-color: #CB28D5; }
a { background-color: rgb(203,40,213); }
div.DivClassName
{
background-color: #CB28D5;
}
.BgClassName
{
background-color: #CB28D5;
}
</style>
border-color css
<style>
span { border-color: #CB28D5; }
span { border-color: rgb(203,40,213); }
td.TdClassName
{
border-color: #CB28D5;
}
.TagClassName
{
border-color: #CB28D5;
}
</style>