Shades of Deep Magenta #CF00BE
Tints of Deep Magenta #CF00BE
RGB
CMYK
RGB Variations
Color information
#CF00BE (or 0xCF00BE) is known color: Deep Magenta. HEX triplet: CF, 00 and BE. RGB value is (207,0,190). Sum of RGB (Red+Green+Blue) = 207+0+190=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF00BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF00BE is #30FF41. Grayscale: #535353. Windows color (decimal): -3211074 or 12452047. OLE color: 12452047.
HSL color Cylindrical-coordinate representation of color #CF00BE: hue angle of 304.93º 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 #CF00BE is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 190 | - |
| CMYK | 0 | 1 | 0.08 | 0.19 |
| HSL | 304.93º | 1% | 0.41% | - |
| HSV(B) | 304.93º | 1% | 0.81% | - |
| XYZ | 35.03 | 16.98 | 50.15 | - |
| YUV | 83.55 | 188.08 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 190 | 0 | 1 | 0.08 | 0.19 | 304.93 | 1 | 0.41 |
| Hex | CF | 0 | BE | 0 | 64 | 8 | 13 | 131 | 64 | 29 |
| Octal | 317 | 0 | 276 | 0 | 144 | 10 | 23 | 461 | 144 | 51 |
| Binary | 11001111 | 0 | 10111110 | 0 | 1100100 | 1000 | 10011 | 100110001 | 1100100 | 101001 |
Color Harmonies of #CF00BE
Complementary color
Monochromatic Colors of #CF00BE
Black with #CF00BE
Text Example
Text Example
White with #CF00BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF00BE; }
p { color: rgb(207,0,190); }
H1.HeaderClassName
{
color: #CF00BE;
}
.AnyTagClassName
{
color: #CF00BE;
}
</style>
background-color css
<style>
a { background-color: #CF00BE; }
a { background-color: rgb(207,0,190); }
div.DivClassName
{
background-color: #CF00BE;
}
.BgClassName
{
background-color: #CF00BE;
}
</style>
border-color css
<style>
span { border-color: #CF00BE; }
span { border-color: rgb(207,0,190); }
td.TdClassName
{
border-color: #CF00BE;
}
.TagClassName
{
border-color: #CF00BE;
}
</style>