Shades of Deep Magenta #CF1CBF
Tints of Deep Magenta #CF1CBF
RGB
CMYK
RGB Variations
Color information
#CF1CBF (or 0xCF1CBF) is known color: Deep Magenta. HEX triplet: CF, 1C and BF. RGB value is (207,28,191). Sum of RGB (Red+Green+Blue) = 207+28+191=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1CBF is #30E340. Grayscale: #636363. Windows color (decimal): -3203905 or 12524751. OLE color: 12524751.
HSL color Cylindrical-coordinate representation of color #CF1CBF: hue angle of 305.36º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1CBF is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 28 | 191 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.19 |
| HSL | 305.36º | 0.76% | 0.46% | - |
| HSV(B) | 305.36º | 0.86% | 0.81% | - |
| XYZ | 35.55 | 17.86 | 50.86 | - |
| YUV | 100.1 | 179.3 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 28 | 191 | 0 | 0.86 | 0.08 | 0.19 | 305.36 | 0.76 | 0.46 |
| Hex | CF | 1C | BF | 0 | 56 | 8 | 13 | 131 | 4C | 2E |
| Octal | 317 | 34 | 277 | 0 | 126 | 10 | 23 | 461 | 114 | 56 |
| Binary | 11001111 | 11100 | 10111111 | 0 | 1010110 | 1000 | 10011 | 100110001 | 1001100 | 101110 |
Color Harmonies of #CF1CBF
Complementary color
Monochromatic Colors of #CF1CBF
Black with #CF1CBF
Text Example
Text Example
White with #CF1CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1CBF; }
p { color: rgb(207,28,191); }
H1.HeaderClassName
{
color: #CF1CBF;
}
.AnyTagClassName
{
color: #CF1CBF;
}
</style>
background-color css
<style>
a { background-color: #CF1CBF; }
a { background-color: rgb(207,28,191); }
div.DivClassName
{
background-color: #CF1CBF;
}
.BgClassName
{
background-color: #CF1CBF;
}
</style>
border-color css
<style>
span { border-color: #CF1CBF; }
span { border-color: rgb(207,28,191); }
td.TdClassName
{
border-color: #CF1CBF;
}
.TagClassName
{
border-color: #CF1CBF;
}
</style>