Shades of Deep Magenta #CF1BC7
Tints of Deep Magenta #CF1BC7
RGB
CMYK
RGB Variations
Color information
#CF1BC7 (or 0xCF1BC7) is known color: Deep Magenta. HEX triplet: CF, 1B and C7. RGB value is (207,27,199). Sum of RGB (Red+Green+Blue) = 207+27+199=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1BC7 is #30E438. Grayscale: #636363. Windows color (decimal): -3204153 or 13048783. OLE color: 13048783.
HSL color Cylindrical-coordinate representation of color #CF1BC7: hue angle of 302.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1BC7 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 27 | 199 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.19 |
| HSL | 302.67º | 0.77% | 0.46% | - |
| HSV(B) | 302.67º | 0.87% | 0.81% | - |
| XYZ | 36.43 | 18.17 | 55.62 | - |
| YUV | 100.43 | 183.63 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 27 | 199 | 0 | 0.87 | 0.04 | 0.19 | 302.67 | 0.77 | 0.46 |
| Hex | CF | 1B | C7 | 0 | 57 | 4 | 13 | 12F | 4D | 2E |
| Octal | 317 | 33 | 307 | 0 | 127 | 4 | 23 | 457 | 115 | 56 |
| Binary | 11001111 | 11011 | 11000111 | 0 | 1010111 | 100 | 10011 | 100101111 | 1001101 | 101110 |
Color Harmonies of #CF1BC7
Complementary color
Monochromatic Colors of #CF1BC7
Black with #CF1BC7
Text Example
Text Example
White with #CF1BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1BC7; }
p { color: rgb(207,27,199); }
H1.HeaderClassName
{
color: #CF1BC7;
}
.AnyTagClassName
{
color: #CF1BC7;
}
</style>
background-color css
<style>
a { background-color: #CF1BC7; }
a { background-color: rgb(207,27,199); }
div.DivClassName
{
background-color: #CF1BC7;
}
.BgClassName
{
background-color: #CF1BC7;
}
</style>
border-color css
<style>
span { border-color: #CF1BC7; }
span { border-color: rgb(207,27,199); }
td.TdClassName
{
border-color: #CF1BC7;
}
.TagClassName
{
border-color: #CF1BC7;
}
</style>