Shades of Deep Magenta #CB28CF
Tints of Deep Magenta #CB28CF
RGB
CMYK
RGB Variations
Color information
#CB28CF (or 0xCB28CF) is known color: Deep Magenta. HEX triplet: CB, 28 and CF. RGB value is (203,40,207). Sum of RGB (Red+Green+Blue) = 203+40+207=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 40 (16.02% from 255 or 8.89% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB28CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB28CF is #34D730. Grayscale: #6B6B6B. Windows color (decimal): -3462961 or 13576395. OLE color: 13576395.
HSL color Cylindrical-coordinate representation of color #CB28CF: hue angle of 298.56º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB28CF is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 40 | 207 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.19 |
| HSL | 298.56º | 0.68% | 0.48% | - |
| HSV(B) | 298.56º | 0.81% | 0.81% | - |
| XYZ | 36.65 | 18.72 | 60.71 | - |
| YUV | 107.78 | 184 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 207 | 0.02 | 0.81 | 0 | 0.19 | 298.56 | 0.68 | 0.48 |
| Hex | CB | 28 | CF | 2 | 51 | 0 | 13 | 12B | 44 | 30 |
| Octal | 313 | 50 | 317 | 2 | 121 | 0 | 23 | 453 | 104 | 60 |
| Binary | 11001011 | 101000 | 11001111 | 10 | 1010001 | 0 | 10011 | 100101011 | 1000100 | 110000 |
Color Harmonies of #CB28CF
Complementary color
Monochromatic Colors of #CB28CF
Black with #CB28CF
Text Example
Text Example
White with #CB28CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB28CF; }
p { color: rgb(203,40,207); }
H1.HeaderClassName
{
color: #CB28CF;
}
.AnyTagClassName
{
color: #CB28CF;
}
</style>
background-color css
<style>
a { background-color: #CB28CF; }
a { background-color: rgb(203,40,207); }
div.DivClassName
{
background-color: #CB28CF;
}
.BgClassName
{
background-color: #CB28CF;
}
</style>
border-color css
<style>
span { border-color: #CB28CF; }
span { border-color: rgb(203,40,207); }
td.TdClassName
{
border-color: #CB28CF;
}
.TagClassName
{
border-color: #CB28CF;
}
</style>