Shades of Deep Magenta #BD19CC
Tints of Deep Magenta #BD19CC
RGB
CMYK
RGB Variations
Color information
#BD19CC (or 0xBD19CC) is known color: Deep Magenta. HEX triplet: BD, 19 and CC. RGB value is (189,25,204). Sum of RGB (Red+Green+Blue) = 189+25+204=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD19CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD19CC is #42E633. Grayscale: #5D5D5D. Windows color (decimal): -4384308 or 13375933. OLE color: 13375933.
HSL color Cylindrical-coordinate representation of color #BD19CC: hue angle of 294.97º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD19CC is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 25 | 204 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.2 |
| HSL | 294.97º | 0.78% | 0.45% | - |
| HSV(B) | 294.97º | 0.88% | 0.8% | - |
| XYZ | 32.23 | 15.87 | 58.49 | - |
| YUV | 94.44 | 189.83 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 204 | 0.07 | 0.88 | 0 | 0.2 | 294.97 | 0.78 | 0.45 |
| Hex | BD | 19 | CC | 7 | 58 | 0 | 14 | 127 | 4E | 2D |
| Octal | 275 | 31 | 314 | 7 | 130 | 0 | 24 | 447 | 116 | 55 |
| Binary | 10111101 | 11001 | 11001100 | 111 | 1011000 | 0 | 10100 | 100100111 | 1001110 | 101101 |
Color Harmonies of #BD19CC
Complementary color
Monochromatic Colors of #BD19CC
Black with #BD19CC
Text Example
Text Example
White with #BD19CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD19CC; }
p { color: rgb(189,25,204); }
H1.HeaderClassName
{
color: #BD19CC;
}
.AnyTagClassName
{
color: #BD19CC;
}
</style>
background-color css
<style>
a { background-color: #BD19CC; }
a { background-color: rgb(189,25,204); }
div.DivClassName
{
background-color: #BD19CC;
}
.BgClassName
{
background-color: #BD19CC;
}
</style>
border-color css
<style>
span { border-color: #BD19CC; }
span { border-color: rgb(189,25,204); }
td.TdClassName
{
border-color: #BD19CC;
}
.TagClassName
{
border-color: #BD19CC;
}
</style>