Shades of Deep Magenta #BD24CC
Tints of Deep Magenta #BD24CC
RGB
CMYK
RGB Variations
Color information
#BD24CC (or 0xBD24CC) is known color: Deep Magenta. HEX triplet: BD, 24 and CC. RGB value is (189,36,204). Sum of RGB (Red+Green+Blue) = 189+36+204=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 36 (14.45% from 255 or 8.39% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD24CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD24CC is #42DB33. Grayscale: #646464. Windows color (decimal): -4381492 or 13378749. OLE color: 13378749.
HSL color Cylindrical-coordinate representation of color #BD24CC: hue angle of 294.64º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD24CC is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 36 | 204 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.2 |
| HSL | 294.64º | 0.7% | 0.47% | - |
| HSV(B) | 294.64º | 0.82% | 0.8% | - |
| XYZ | 32.52 | 16.44 | 58.59 | - |
| YUV | 100.9 | 186.19 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 204 | 0.07 | 0.82 | 0 | 0.2 | 294.64 | 0.7 | 0.47 |
| Hex | BD | 24 | CC | 7 | 52 | 0 | 14 | 127 | 46 | 2F |
| Octal | 275 | 44 | 314 | 7 | 122 | 0 | 24 | 447 | 106 | 57 |
| Binary | 10111101 | 100100 | 11001100 | 111 | 1010010 | 0 | 10100 | 100100111 | 1000110 | 101111 |
Color Harmonies of #BD24CC
Complementary color
Monochromatic Colors of #BD24CC
Black with #BD24CC
Text Example
Text Example
White with #BD24CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD24CC; }
p { color: rgb(189,36,204); }
H1.HeaderClassName
{
color: #BD24CC;
}
.AnyTagClassName
{
color: #BD24CC;
}
</style>
background-color css
<style>
a { background-color: #BD24CC; }
a { background-color: rgb(189,36,204); }
div.DivClassName
{
background-color: #BD24CC;
}
.BgClassName
{
background-color: #BD24CC;
}
</style>
border-color css
<style>
span { border-color: #BD24CC; }
span { border-color: rgb(189,36,204); }
td.TdClassName
{
border-color: #BD24CC;
}
.TagClassName
{
border-color: #BD24CC;
}
</style>