Shades of Deep Magenta #CD00BC
Tints of Deep Magenta #CD00BC
RGB
CMYK
RGB Variations
Color information
#CD00BC (or 0xCD00BC) is known color: Deep Magenta. HEX triplet: CD, 00 and BC. RGB value is (205,0,188). Sum of RGB (Red+Green+Blue) = 205+0+188=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD00BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD00BC is #32FF43. Grayscale: #525252. Windows color (decimal): -3342148 or 12320973. OLE color: 12320973.
HSL color Cylindrical-coordinate representation of color #CD00BC: hue angle of 304.98º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD00BC is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 188 | - |
| CMYK | 0 | 1 | 0.08 | 0.20 |
| HSL | 304.98º | 1% | 0.4% | - |
| HSV(B) | 304.98º | 1% | 0.8% | - |
| XYZ | 34.25 | 16.61 | 48.98 | - |
| YUV | 82.73 | 187.42 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 188 | 0 | 1 | 0.08 | 0.20 | 304.98 | 1 | 0.4 |
| Hex | CD | 0 | BC | 0 | 64 | 8 | 14 | 131 | 64 | 28 |
| Octal | 315 | 0 | 274 | 0 | 144 | 10 | 24 | 461 | 144 | 50 |
| Binary | 11001101 | 0 | 10111100 | 0 | 1100100 | 1000 | 10100 | 100110001 | 1100100 | 101000 |
Color Harmonies of #CD00BC
Complementary color
Monochromatic Colors of #CD00BC
Black with #CD00BC
Text Example
Text Example
White with #CD00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD00BC; }
p { color: rgb(205,0,188); }
H1.HeaderClassName
{
color: #CD00BC;
}
.AnyTagClassName
{
color: #CD00BC;
}
</style>
background-color css
<style>
a { background-color: #CD00BC; }
a { background-color: rgb(205,0,188); }
div.DivClassName
{
background-color: #CD00BC;
}
.BgClassName
{
background-color: #CD00BC;
}
</style>
border-color css
<style>
span { border-color: #CD00BC; }
span { border-color: rgb(205,0,188); }
td.TdClassName
{
border-color: #CD00BC;
}
.TagClassName
{
border-color: #CD00BC;
}
</style>