Shades of Deep Magenta #BD21CC
Tints of Deep Magenta #BD21CC
RGB
CMYK
RGB Variations
Color information
#BD21CC (or 0xBD21CC) is known color: Deep Magenta. HEX triplet: BD, 21 and CC. RGB value is (189,33,204). Sum of RGB (Red+Green+Blue) = 189+33+204=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 33 (13.28% from 255 or 7.75% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD21CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD21CC is #42DE33. Grayscale: #626262. Windows color (decimal): -4382260 or 13377981. OLE color: 13377981.
HSL color Cylindrical-coordinate representation of color #BD21CC: hue angle of 294.74º 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 #BD21CC is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 33 | 204 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.2 |
| HSL | 294.74º | 0.72% | 0.46% | - |
| HSV(B) | 294.74º | 0.84% | 0.8% | - |
| XYZ | 32.43 | 16.27 | 58.56 | - |
| YUV | 99.14 | 187.18 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 204 | 0.07 | 0.84 | 0 | 0.2 | 294.74 | 0.72 | 0.46 |
| Hex | BD | 21 | CC | 7 | 54 | 0 | 14 | 127 | 48 | 2E |
| Octal | 275 | 41 | 314 | 7 | 124 | 0 | 24 | 447 | 110 | 56 |
| Binary | 10111101 | 100001 | 11001100 | 111 | 1010100 | 0 | 10100 | 100100111 | 1001000 | 101110 |
Color Harmonies of #BD21CC
Complementary color
Monochromatic Colors of #BD21CC
Black with #BD21CC
Text Example
Text Example
White with #BD21CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD21CC; }
p { color: rgb(189,33,204); }
H1.HeaderClassName
{
color: #BD21CC;
}
.AnyTagClassName
{
color: #BD21CC;
}
</style>
background-color css
<style>
a { background-color: #BD21CC; }
a { background-color: rgb(189,33,204); }
div.DivClassName
{
background-color: #BD21CC;
}
.BgClassName
{
background-color: #BD21CC;
}
</style>
border-color css
<style>
span { border-color: #BD21CC; }
span { border-color: rgb(189,33,204); }
td.TdClassName
{
border-color: #BD21CC;
}
.TagClassName
{
border-color: #BD21CC;
}
</style>