Shades of Deep Magenta #CF1BBB
Tints of Deep Magenta #CF1BBB
RGB
CMYK
RGB Variations
Color information
#CF1BBB (or 0xCF1BBB) is known color: Deep Magenta. HEX triplet: CF, 1B and BB. RGB value is (207,27,187). Sum of RGB (Red+Green+Blue) = 207+27+187=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 27 (10.94% from 255 or 6.41% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1BBB is #30E444. Grayscale: #626262. Windows color (decimal): -3204165 or 12262351. OLE color: 12262351.
HSL color Cylindrical-coordinate representation of color #CF1BBB: hue angle of 306.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 #CF1BBB is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 27 | 187 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.19 |
| HSL | 306.67º | 0.77% | 0.46% | - |
| HSV(B) | 306.67º | 0.87% | 0.81% | - |
| XYZ | 35.09 | 17.64 | 48.57 | - |
| YUV | 99.06 | 177.63 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 27 | 187 | 0 | 0.87 | 0.10 | 0.19 | 306.67 | 0.77 | 0.46 |
| Hex | CF | 1B | BB | 0 | 57 | A | 13 | 133 | 4D | 2E |
| Octal | 317 | 33 | 273 | 0 | 127 | 12 | 23 | 463 | 115 | 56 |
| Binary | 11001111 | 11011 | 10111011 | 0 | 1010111 | 1010 | 10011 | 100110011 | 1001101 | 101110 |
Color Harmonies of #CF1BBB
Complementary color
Monochromatic Colors of #CF1BBB
Black with #CF1BBB
Text Example
Text Example
White with #CF1BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1BBB; }
p { color: rgb(207,27,187); }
H1.HeaderClassName
{
color: #CF1BBB;
}
.AnyTagClassName
{
color: #CF1BBB;
}
</style>
background-color css
<style>
a { background-color: #CF1BBB; }
a { background-color: rgb(207,27,187); }
div.DivClassName
{
background-color: #CF1BBB;
}
.BgClassName
{
background-color: #CF1BBB;
}
</style>
border-color css
<style>
span { border-color: #CF1BBB; }
span { border-color: rgb(207,27,187); }
td.TdClassName
{
border-color: #CF1BBB;
}
.TagClassName
{
border-color: #CF1BBB;
}
</style>