Shades of Deep Magenta #BD14CF
Tints of Deep Magenta #BD14CF
RGB
CMYK
RGB Variations
Color information
#BD14CF (or 0xBD14CF) is known color: Deep Magenta. HEX triplet: BD, 14 and CF. RGB value is (189,20,207). Sum of RGB (Red+Green+Blue) = 189+20+207=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD14CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD14CF is #42EB30. Grayscale: #5B5B5B. Windows color (decimal): -4385585 or 13571261. OLE color: 13571261.
HSL color Cylindrical-coordinate representation of color #BD14CF: hue angle of 294.22º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD14CF is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 20 | 207 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.19 |
| HSL | 294.22º | 0.82% | 0.45% | - |
| HSV(B) | 294.22º | 0.9% | 0.81% | - |
| XYZ | 32.5 | 15.82 | 60.37 | - |
| YUV | 91.85 | 192.99 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 207 | 0.09 | 0.90 | 0 | 0.19 | 294.22 | 0.82 | 0.45 |
| Hex | BD | 14 | CF | 9 | 5A | 0 | 13 | 126 | 52 | 2D |
| Octal | 275 | 24 | 317 | 11 | 132 | 0 | 23 | 446 | 122 | 55 |
| Binary | 10111101 | 10100 | 11001111 | 1001 | 1011010 | 0 | 10011 | 100100110 | 1010010 | 101101 |
Color Harmonies of #BD14CF
Complementary color
Monochromatic Colors of #BD14CF
Black with #BD14CF
Text Example
Text Example
White with #BD14CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD14CF; }
p { color: rgb(189,20,207); }
H1.HeaderClassName
{
color: #BD14CF;
}
.AnyTagClassName
{
color: #BD14CF;
}
</style>
background-color css
<style>
a { background-color: #BD14CF; }
a { background-color: rgb(189,20,207); }
div.DivClassName
{
background-color: #BD14CF;
}
.BgClassName
{
background-color: #BD14CF;
}
</style>
border-color css
<style>
span { border-color: #BD14CF; }
span { border-color: rgb(189,20,207); }
td.TdClassName
{
border-color: #BD14CF;
}
.TagClassName
{
border-color: #BD14CF;
}
</style>