Shades of Deep Magenta #CF1CBC
Tints of Deep Magenta #CF1CBC
RGB
CMYK
RGB Variations
Color information
#CF1CBC (or 0xCF1CBC) is known color: Deep Magenta. HEX triplet: CF, 1C and BC. RGB value is (207,28,188). Sum of RGB (Red+Green+Blue) = 207+28+188=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1CBC is #30E343. Grayscale: #636363. Windows color (decimal): -3203908 or 12328143. OLE color: 12328143.
HSL color Cylindrical-coordinate representation of color #CF1CBC: hue angle of 306.37º 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 #CF1CBC is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 28 | 188 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.19 |
| HSL | 306.37º | 0.76% | 0.46% | - |
| HSV(B) | 306.37º | 0.86% | 0.81% | - |
| XYZ | 35.22 | 17.73 | 49.14 | - |
| YUV | 99.76 | 177.8 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 28 | 188 | 0 | 0.86 | 0.09 | 0.19 | 306.37 | 0.76 | 0.46 |
| Hex | CF | 1C | BC | 0 | 56 | 9 | 13 | 132 | 4C | 2E |
| Octal | 317 | 34 | 274 | 0 | 126 | 11 | 23 | 462 | 114 | 56 |
| Binary | 11001111 | 11100 | 10111100 | 0 | 1010110 | 1001 | 10011 | 100110010 | 1001100 | 101110 |
Color Harmonies of #CF1CBC
Complementary color
Monochromatic Colors of #CF1CBC
Black with #CF1CBC
Text Example
Text Example
White with #CF1CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1CBC; }
p { color: rgb(207,28,188); }
H1.HeaderClassName
{
color: #CF1CBC;
}
.AnyTagClassName
{
color: #CF1CBC;
}
</style>
background-color css
<style>
a { background-color: #CF1CBC; }
a { background-color: rgb(207,28,188); }
div.DivClassName
{
background-color: #CF1CBC;
}
.BgClassName
{
background-color: #CF1CBC;
}
</style>
border-color css
<style>
span { border-color: #CF1CBC; }
span { border-color: rgb(207,28,188); }
td.TdClassName
{
border-color: #CF1CBC;
}
.TagClassName
{
border-color: #CF1CBC;
}
</style>