Shades of Deep Magenta #BD1CCC
Tints of Deep Magenta #BD1CCC
RGB
CMYK
RGB Variations
Color information
#BD1CCC (or 0xBD1CCC) is known color: Deep Magenta. HEX triplet: BD, 1C and CC. RGB value is (189,28,204). Sum of RGB (Red+Green+Blue) = 189+28+204=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 28 (11.33% from 255 or 6.65% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD1CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1CCC is #42E333. Grayscale: #5F5F5F. Windows color (decimal): -4383540 or 13376701. OLE color: 13376701.
HSL color Cylindrical-coordinate representation of color #BD1CCC: hue angle of 294.89º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1CCC is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 28 | 204 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.2 |
| HSL | 294.89º | 0.76% | 0.45% | - |
| HSV(B) | 294.89º | 0.86% | 0.8% | - |
| XYZ | 32.3 | 16.01 | 58.51 | - |
| YUV | 96.2 | 188.84 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 28 | 204 | 0.07 | 0.86 | 0 | 0.2 | 294.89 | 0.76 | 0.45 |
| Hex | BD | 1C | CC | 7 | 56 | 0 | 14 | 127 | 4C | 2D |
| Octal | 275 | 34 | 314 | 7 | 126 | 0 | 24 | 447 | 114 | 55 |
| Binary | 10111101 | 11100 | 11001100 | 111 | 1010110 | 0 | 10100 | 100100111 | 1001100 | 101101 |
Color Harmonies of #BD1CCC
Complementary color
Monochromatic Colors of #BD1CCC
Black with #BD1CCC
Text Example
Text Example
White with #BD1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1CCC; }
p { color: rgb(189,28,204); }
H1.HeaderClassName
{
color: #BD1CCC;
}
.AnyTagClassName
{
color: #BD1CCC;
}
</style>
background-color css
<style>
a { background-color: #BD1CCC; }
a { background-color: rgb(189,28,204); }
div.DivClassName
{
background-color: #BD1CCC;
}
.BgClassName
{
background-color: #BD1CCC;
}
</style>
border-color css
<style>
span { border-color: #BD1CCC; }
span { border-color: rgb(189,28,204); }
td.TdClassName
{
border-color: #BD1CCC;
}
.TagClassName
{
border-color: #BD1CCC;
}
</style>