Shades of Deep Magenta #CF0CBF
Tints of Deep Magenta #CF0CBF
RGB
CMYK
RGB Variations
Color information
#CF0CBF (or 0xCF0CBF) is known color: Deep Magenta. HEX triplet: CF, 0C and BF. RGB value is (207,12,191). Sum of RGB (Red+Green+Blue) = 207+12+191=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 12 (5.08% from 255 or 2.93% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0CBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0CBF is #30F340. Grayscale: #5A5A5A. Windows color (decimal): -3208001 or 12520655. OLE color: 12520655.
HSL color Cylindrical-coordinate representation of color #CF0CBF: hue angle of 304.92º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0CBF is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 12 | 191 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.19 |
| HSL | 304.92º | 0.89% | 0.43% | - |
| HSV(B) | 304.92º | 0.94% | 0.81% | - |
| XYZ | 35.27 | 17.29 | 50.77 | - |
| YUV | 90.71 | 184.6 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 12 | 191 | 0 | 0.94 | 0.08 | 0.19 | 304.92 | 0.89 | 0.43 |
| Hex | CF | C | BF | 0 | 5E | 8 | 13 | 131 | 59 | 2B |
| Octal | 317 | 14 | 277 | 0 | 136 | 10 | 23 | 461 | 131 | 53 |
| Binary | 11001111 | 1100 | 10111111 | 0 | 1011110 | 1000 | 10011 | 100110001 | 1011001 | 101011 |
Color Harmonies of #CF0CBF
Complementary color
Monochromatic Colors of #CF0CBF
Black with #CF0CBF
Text Example
Text Example
White with #CF0CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0CBF; }
p { color: rgb(207,12,191); }
H1.HeaderClassName
{
color: #CF0CBF;
}
.AnyTagClassName
{
color: #CF0CBF;
}
</style>
background-color css
<style>
a { background-color: #CF0CBF; }
a { background-color: rgb(207,12,191); }
div.DivClassName
{
background-color: #CF0CBF;
}
.BgClassName
{
background-color: #CF0CBF;
}
</style>
border-color css
<style>
span { border-color: #CF0CBF; }
span { border-color: rgb(207,12,191); }
td.TdClassName
{
border-color: #CF0CBF;
}
.TagClassName
{
border-color: #CF0CBF;
}
</style>