Shades of Deep Magenta #CB21B3
Tints of Deep Magenta #CB21B3
RGB
CMYK
RGB Variations
Color information
#CB21B3 (or 0xCB21B3) is known color: Deep Magenta. HEX triplet: CB, 21 and B3. RGB value is (203,33,179). Sum of RGB (Red+Green+Blue) = 203+33+179=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 179 (70.31% from 255 or 43.13% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB21B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB21B3 is #34DE4C. Grayscale: #646464. Windows color (decimal): -3464781 or 11739595. OLE color: 11739595.
HSL color Cylindrical-coordinate representation of color #CB21B3: hue angle of 308.47º 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 #CB21B3 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 179 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.20 |
| HSL | 308.47º | 0.72% | 0.46% | - |
| HSV(B) | 308.47º | 0.84% | 0.8% | - |
| XYZ | 33.31 | 17.04 | 44.18 | - |
| YUV | 100.47 | 172.32 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 179 | 0 | 0.84 | 0.12 | 0.20 | 308.47 | 0.72 | 0.46 |
| Hex | CB | 21 | B3 | 0 | 54 | C | 14 | 134 | 48 | 2E |
| Octal | 313 | 41 | 263 | 0 | 124 | 14 | 24 | 464 | 110 | 56 |
| Binary | 11001011 | 100001 | 10110011 | 0 | 1010100 | 1100 | 10100 | 100110100 | 1001000 | 101110 |
Color Harmonies of #CB21B3
Complementary color
Monochromatic Colors of #CB21B3
Black with #CB21B3
Text Example
Text Example
White with #CB21B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB21B3; }
p { color: rgb(203,33,179); }
H1.HeaderClassName
{
color: #CB21B3;
}
.AnyTagClassName
{
color: #CB21B3;
}
</style>
background-color css
<style>
a { background-color: #CB21B3; }
a { background-color: rgb(203,33,179); }
div.DivClassName
{
background-color: #CB21B3;
}
.BgClassName
{
background-color: #CB21B3;
}
</style>
border-color css
<style>
span { border-color: #CB21B3; }
span { border-color: rgb(203,33,179); }
td.TdClassName
{
border-color: #CB21B3;
}
.TagClassName
{
border-color: #CB21B3;
}
</style>