Shades of Deep Magenta #CF00BD
Tints of Deep Magenta #CF00BD
RGB
CMYK
RGB Variations
Color information
#CF00BD (or 0xCF00BD) is known color: Deep Magenta. HEX triplet: CF, 00 and BD. RGB value is (207,0,189). Sum of RGB (Red+Green+Blue) = 207+0+189=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF00BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF00BD is #30FF42. Grayscale: #525252. Windows color (decimal): -3211075 or 12386511. OLE color: 12386511.
HSL color Cylindrical-coordinate representation of color #CF00BD: hue angle of 305.22º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF00BD is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 189 | - |
| CMYK | 0 | 1 | 0.09 | 0.19 |
| HSL | 305.22º | 1% | 0.41% | - |
| HSV(B) | 305.22º | 1% | 0.81% | - |
| XYZ | 34.92 | 16.94 | 49.57 | - |
| YUV | 83.44 | 187.58 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 189 | 0 | 1 | 0.09 | 0.19 | 305.22 | 1 | 0.41 |
| Hex | CF | 0 | BD | 0 | 64 | 9 | 13 | 131 | 64 | 29 |
| Octal | 317 | 0 | 275 | 0 | 144 | 11 | 23 | 461 | 144 | 51 |
| Binary | 11001111 | 0 | 10111101 | 0 | 1100100 | 1001 | 10011 | 100110001 | 1100100 | 101001 |
Color Harmonies of #CF00BD
Complementary color
Monochromatic Colors of #CF00BD
Black with #CF00BD
Text Example
Text Example
White with #CF00BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF00BD; }
p { color: rgb(207,0,189); }
H1.HeaderClassName
{
color: #CF00BD;
}
.AnyTagClassName
{
color: #CF00BD;
}
</style>
background-color css
<style>
a { background-color: #CF00BD; }
a { background-color: rgb(207,0,189); }
div.DivClassName
{
background-color: #CF00BD;
}
.BgClassName
{
background-color: #CF00BD;
}
</style>
border-color css
<style>
span { border-color: #CF00BD; }
span { border-color: rgb(207,0,189); }
td.TdClassName
{
border-color: #CF00BD;
}
.TagClassName
{
border-color: #CF00BD;
}
</style>