Shades of Deep Magenta #CF1CBB
Tints of Deep Magenta #CF1CBB
RGB
CMYK
RGB Variations
Color information
#CF1CBB (or 0xCF1CBB) is known color: Deep Magenta. HEX triplet: CF, 1C and BB. RGB value is (207,28,187). Sum of RGB (Red+Green+Blue) = 207+28+187=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 28 (11.33% from 255 or 6.64% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1CBB is #30E344. Grayscale: #636363. Windows color (decimal): -3203909 or 12262607. OLE color: 12262607.
HSL color Cylindrical-coordinate representation of color #CF1CBB: hue angle of 306.7º 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 #CF1CBB is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 28 | 187 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.19 |
| HSL | 306.7º | 0.76% | 0.46% | - |
| HSV(B) | 306.7º | 0.86% | 0.81% | - |
| XYZ | 35.12 | 17.68 | 48.58 | - |
| YUV | 99.65 | 177.3 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 28 | 187 | 0 | 0.86 | 0.10 | 0.19 | 306.7 | 0.76 | 0.46 |
| Hex | CF | 1C | BB | 0 | 56 | A | 13 | 133 | 4C | 2E |
| Octal | 317 | 34 | 273 | 0 | 126 | 12 | 23 | 463 | 114 | 56 |
| Binary | 11001111 | 11100 | 10111011 | 0 | 1010110 | 1010 | 10011 | 100110011 | 1001100 | 101110 |
Color Harmonies of #CF1CBB
Complementary color
Monochromatic Colors of #CF1CBB
Black with #CF1CBB
Text Example
Text Example
White with #CF1CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1CBB; }
p { color: rgb(207,28,187); }
H1.HeaderClassName
{
color: #CF1CBB;
}
.AnyTagClassName
{
color: #CF1CBB;
}
</style>
background-color css
<style>
a { background-color: #CF1CBB; }
a { background-color: rgb(207,28,187); }
div.DivClassName
{
background-color: #CF1CBB;
}
.BgClassName
{
background-color: #CF1CBB;
}
</style>
border-color css
<style>
span { border-color: #CF1CBB; }
span { border-color: rgb(207,28,187); }
td.TdClassName
{
border-color: #CF1CBB;
}
.TagClassName
{
border-color: #CF1CBB;
}
</style>