Shades of Deep Magenta #BD1CC1
Tints of Deep Magenta #BD1CC1
RGB
CMYK
RGB Variations
Color information
#BD1CC1 (or 0xBD1CC1) is known color: Deep Magenta. HEX triplet: BD, 1C and C1. RGB value is (189,28,193). Sum of RGB (Red+Green+Blue) = 189+28+193=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD1CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1CC1 is #42E33E. Grayscale: #5E5E5E. Windows color (decimal): -4383551 or 12655805. OLE color: 12655805.
HSL color Cylindrical-coordinate representation of color #BD1CC1: hue angle of 298.55º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1CC1 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 28 | 193 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.24 |
| HSL | 298.55º | 0.75% | 0.43% | - |
| HSV(B) | 298.55º | 0.85% | 0.76% | - |
| XYZ | 31.03 | 15.5 | 51.81 | - |
| YUV | 94.95 | 183.34 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 28 | 193 | 0.02 | 0.85 | 0 | 0.24 | 298.55 | 0.75 | 0.43 |
| Hex | BD | 1C | C1 | 2 | 55 | 0 | 18 | 12B | 4B | 2B |
| Octal | 275 | 34 | 301 | 2 | 125 | 0 | 30 | 453 | 113 | 53 |
| Binary | 10111101 | 11100 | 11000001 | 10 | 1010101 | 0 | 11000 | 100101011 | 1001011 | 101011 |
Color Harmonies of #BD1CC1
Complementary color
Monochromatic Colors of #BD1CC1
Black with #BD1CC1
Text Example
Text Example
White with #BD1CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1CC1; }
p { color: rgb(189,28,193); }
H1.HeaderClassName
{
color: #BD1CC1;
}
.AnyTagClassName
{
color: #BD1CC1;
}
</style>
background-color css
<style>
a { background-color: #BD1CC1; }
a { background-color: rgb(189,28,193); }
div.DivClassName
{
background-color: #BD1CC1;
}
.BgClassName
{
background-color: #BD1CC1;
}
</style>
border-color css
<style>
span { border-color: #BD1CC1; }
span { border-color: rgb(189,28,193); }
td.TdClassName
{
border-color: #BD1CC1;
}
.TagClassName
{
border-color: #BD1CC1;
}
</style>