Shades of Deep Magenta #CB21CF
Tints of Deep Magenta #CB21CF
RGB
CMYK
RGB Variations
Color information
#CB21CF (or 0xCB21CF) is known color: Deep Magenta. HEX triplet: CB, 21 and CF. RGB value is (203,33,207). Sum of RGB (Red+Green+Blue) = 203+33+207=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 33 (13.28% from 255 or 7.45% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB21CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB21CF is #34DE30. Grayscale: #676767. Windows color (decimal): -3464753 or 13574603. OLE color: 13574603.
HSL color Cylindrical-coordinate representation of color #CB21CF: hue angle of 298.62º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB21CF is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 33 | 207 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.19 |
| HSL | 298.62º | 0.73% | 0.47% | - |
| HSV(B) | 298.62º | 0.84% | 0.81% | - |
| XYZ | 36.43 | 18.29 | 60.64 | - |
| YUV | 103.67 | 186.32 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 207 | 0.02 | 0.84 | 0 | 0.19 | 298.62 | 0.73 | 0.47 |
| Hex | CB | 21 | CF | 2 | 54 | 0 | 13 | 12B | 48 | 2F |
| Octal | 313 | 41 | 317 | 2 | 124 | 0 | 23 | 453 | 110 | 57 |
| Binary | 11001011 | 100001 | 11001111 | 10 | 1010100 | 0 | 10011 | 100101011 | 1001000 | 101111 |
Color Harmonies of #CB21CF
Complementary color
Monochromatic Colors of #CB21CF
Black with #CB21CF
Text Example
Text Example
White with #CB21CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB21CF; }
p { color: rgb(203,33,207); }
H1.HeaderClassName
{
color: #CB21CF;
}
.AnyTagClassName
{
color: #CB21CF;
}
</style>
background-color css
<style>
a { background-color: #CB21CF; }
a { background-color: rgb(203,33,207); }
div.DivClassName
{
background-color: #CB21CF;
}
.BgClassName
{
background-color: #CB21CF;
}
</style>
border-color css
<style>
span { border-color: #CB21CF; }
span { border-color: rgb(203,33,207); }
td.TdClassName
{
border-color: #CB21CF;
}
.TagClassName
{
border-color: #CB21CF;
}
</style>