Shades of Deep Magenta #BD14CC
Tints of Deep Magenta #BD14CC
RGB
CMYK
RGB Variations
Color information
#BD14CC (or 0xBD14CC) is known color: Deep Magenta. HEX triplet: BD, 14 and CC. RGB value is (189,20,204). Sum of RGB (Red+Green+Blue) = 189+20+204=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD14CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD14CC is #42EB33. Grayscale: #5A5A5A. Windows color (decimal): -4385588 or 13374653. OLE color: 13374653.
HSL color Cylindrical-coordinate representation of color #BD14CC: hue angle of 295.11º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD14CC is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 20 | 204 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.2 |
| HSL | 295.11º | 0.82% | 0.44% | - |
| HSV(B) | 295.11º | 0.9% | 0.8% | - |
| XYZ | 32.14 | 15.68 | 58.46 | - |
| YUV | 91.51 | 191.49 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 204 | 0.07 | 0.90 | 0 | 0.2 | 295.11 | 0.82 | 0.44 |
| Hex | BD | 14 | CC | 7 | 5A | 0 | 14 | 127 | 52 | 2C |
| Octal | 275 | 24 | 314 | 7 | 132 | 0 | 24 | 447 | 122 | 54 |
| Binary | 10111101 | 10100 | 11001100 | 111 | 1011010 | 0 | 10100 | 100100111 | 1010010 | 101100 |
Color Harmonies of #BD14CC
Complementary color
Monochromatic Colors of #BD14CC
Black with #BD14CC
Text Example
Text Example
White with #BD14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD14CC; }
p { color: rgb(189,20,204); }
H1.HeaderClassName
{
color: #BD14CC;
}
.AnyTagClassName
{
color: #BD14CC;
}
</style>
background-color css
<style>
a { background-color: #BD14CC; }
a { background-color: rgb(189,20,204); }
div.DivClassName
{
background-color: #BD14CC;
}
.BgClassName
{
background-color: #BD14CC;
}
</style>
border-color css
<style>
span { border-color: #BD14CC; }
span { border-color: rgb(189,20,204); }
td.TdClassName
{
border-color: #BD14CC;
}
.TagClassName
{
border-color: #BD14CC;
}
</style>