Shades of Deep Magenta #CB21C1
Tints of Deep Magenta #CB21C1
RGB
CMYK
RGB Variations
Color information
#CB21C1 (or 0xCB21C1) is known color: Deep Magenta. HEX triplet: CB, 21 and C1. RGB value is (203,33,193). Sum of RGB (Red+Green+Blue) = 203+33+193=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 33 (13.28% from 255 or 7.69% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB21C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB21C1 is #34DE3E. Grayscale: #656565. Windows color (decimal): -3464767 or 12657099. OLE color: 12657099.
HSL color Cylindrical-coordinate representation of color #CB21C1: hue angle of 303.53º degrees, saturation: 0.72, 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 #CB21C1 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 193 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.20 |
| HSL | 303.53º | 0.72% | 0.46% | - |
| HSV(B) | 303.53º | 0.84% | 0.8% | - |
| XYZ | 34.8 | 17.63 | 52.02 | - |
| YUV | 102.07 | 179.32 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 193 | 0 | 0.84 | 0.05 | 0.20 | 303.53 | 0.72 | 0.46 |
| Hex | CB | 21 | C1 | 0 | 54 | 5 | 14 | 130 | 48 | 2E |
| Octal | 313 | 41 | 301 | 0 | 124 | 5 | 24 | 460 | 110 | 56 |
| Binary | 11001011 | 100001 | 11000001 | 0 | 1010100 | 101 | 10100 | 100110000 | 1001000 | 101110 |
Color Harmonies of #CB21C1
Complementary color
Monochromatic Colors of #CB21C1
Black with #CB21C1
Text Example
Text Example
White with #CB21C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB21C1; }
p { color: rgb(203,33,193); }
H1.HeaderClassName
{
color: #CB21C1;
}
.AnyTagClassName
{
color: #CB21C1;
}
</style>
background-color css
<style>
a { background-color: #CB21C1; }
a { background-color: rgb(203,33,193); }
div.DivClassName
{
background-color: #CB21C1;
}
.BgClassName
{
background-color: #CB21C1;
}
</style>
border-color css
<style>
span { border-color: #CB21C1; }
span { border-color: rgb(203,33,193); }
td.TdClassName
{
border-color: #CB21C1;
}
.TagClassName
{
border-color: #CB21C1;
}
</style>