Shades of Deep Magenta #CB28C7
Tints of Deep Magenta #CB28C7
RGB
CMYK
RGB Variations
Color information
#CB28C7 (or 0xCB28C7) is known color: Deep Magenta. HEX triplet: CB, 28 and C7. RGB value is (203,40,199). Sum of RGB (Red+Green+Blue) = 203+40+199=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 199 (78.12% from 255 or 45.02% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB28C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB28C7 is #34D738. Grayscale: #6A6A6A. Windows color (decimal): -3462969 or 13052107. OLE color: 13052107.
HSL color Cylindrical-coordinate representation of color #CB28C7: hue angle of 301.47º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB28C7 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 199 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.20 |
| HSL | 301.47º | 0.67% | 0.48% | - |
| HSV(B) | 301.47º | 0.8% | 0.8% | - |
| XYZ | 35.7 | 18.34 | 55.69 | - |
| YUV | 106.86 | 180 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 199 | 0 | 0.80 | 0.02 | 0.20 | 301.47 | 0.67 | 0.48 |
| Hex | CB | 28 | C7 | 0 | 50 | 2 | 14 | 12D | 43 | 30 |
| Octal | 313 | 50 | 307 | 0 | 120 | 2 | 24 | 455 | 103 | 60 |
| Binary | 11001011 | 101000 | 11000111 | 0 | 1010000 | 10 | 10100 | 100101101 | 1000011 | 110000 |
Color Harmonies of #CB28C7
Complementary color
Monochromatic Colors of #CB28C7
Black with #CB28C7
Text Example
Text Example
White with #CB28C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB28C7; }
p { color: rgb(203,40,199); }
H1.HeaderClassName
{
color: #CB28C7;
}
.AnyTagClassName
{
color: #CB28C7;
}
</style>
background-color css
<style>
a { background-color: #CB28C7; }
a { background-color: rgb(203,40,199); }
div.DivClassName
{
background-color: #CB28C7;
}
.BgClassName
{
background-color: #CB28C7;
}
</style>
border-color css
<style>
span { border-color: #CB28C7; }
span { border-color: rgb(203,40,199); }
td.TdClassName
{
border-color: #CB28C7;
}
.TagClassName
{
border-color: #CB28C7;
}
</style>