Shades of Deep Magenta #CB20C1
Tints of Deep Magenta #CB20C1
RGB
CMYK
RGB Variations
Color information
#CB20C1 (or 0xCB20C1) is known color: Deep Magenta. HEX triplet: CB, 20 and C1. RGB value is (203,32,193). Sum of RGB (Red+Green+Blue) = 203+32+193=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 32 (12.89% from 255 or 7.48% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB20C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB20C1 is #34DF3E. Grayscale: #656565. Windows color (decimal): -3465023 or 12656843. OLE color: 12656843.
HSL color Cylindrical-coordinate representation of color #CB20C1: hue angle of 303.51º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB20C1 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 193 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.20 |
| HSL | 303.51º | 0.73% | 0.46% | - |
| HSV(B) | 303.51º | 0.84% | 0.8% | - |
| XYZ | 34.77 | 17.58 | 52.01 | - |
| YUV | 101.48 | 179.65 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 193 | 0 | 0.84 | 0.05 | 0.20 | 303.51 | 0.73 | 0.46 |
| Hex | CB | 20 | C1 | 0 | 54 | 5 | 14 | 130 | 49 | 2E |
| Octal | 313 | 40 | 301 | 0 | 124 | 5 | 24 | 460 | 111 | 56 |
| Binary | 11001011 | 100000 | 11000001 | 0 | 1010100 | 101 | 10100 | 100110000 | 1001001 | 101110 |
Color Harmonies of #CB20C1
Complementary color
Monochromatic Colors of #CB20C1
Black with #CB20C1
Text Example
Text Example
White with #CB20C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB20C1; }
p { color: rgb(203,32,193); }
H1.HeaderClassName
{
color: #CB20C1;
}
.AnyTagClassName
{
color: #CB20C1;
}
</style>
background-color css
<style>
a { background-color: #CB20C1; }
a { background-color: rgb(203,32,193); }
div.DivClassName
{
background-color: #CB20C1;
}
.BgClassName
{
background-color: #CB20C1;
}
</style>
border-color css
<style>
span { border-color: #CB20C1; }
span { border-color: rgb(203,32,193); }
td.TdClassName
{
border-color: #CB20C1;
}
.TagClassName
{
border-color: #CB20C1;
}
</style>