Shades of Deep Magenta #CF1BBD
Tints of Deep Magenta #CF1BBD
RGB
CMYK
RGB Variations
Color information
#CF1BBD (or 0xCF1BBD) is known color: Deep Magenta. HEX triplet: CF, 1B and BD. RGB value is (207,27,189). Sum of RGB (Red+Green+Blue) = 207+27+189=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 27 (10.94% from 255 or 6.38% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1BBD is #30E442. Grayscale: #626262. Windows color (decimal): -3204163 or 12393423. OLE color: 12393423.
HSL color Cylindrical-coordinate representation of color #CF1BBD: hue angle of 306º 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 #CF1BBD is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 27 | 189 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.19 |
| HSL | 306º | 0.77% | 0.46% | - |
| HSV(B) | 306º | 0.87% | 0.81% | - |
| XYZ | 35.31 | 17.72 | 49.7 | - |
| YUV | 99.29 | 178.63 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 27 | 189 | 0 | 0.87 | 0.09 | 0.19 | 306 | 0.77 | 0.46 |
| Hex | CF | 1B | BD | 0 | 57 | 9 | 13 | 132 | 4D | 2E |
| Octal | 317 | 33 | 275 | 0 | 127 | 11 | 23 | 462 | 115 | 56 |
| Binary | 11001111 | 11011 | 10111101 | 0 | 1010111 | 1001 | 10011 | 100110010 | 1001101 | 101110 |
Color Harmonies of #CF1BBD
Complementary color
Monochromatic Colors of #CF1BBD
Black with #CF1BBD
Text Example
Text Example
White with #CF1BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1BBD; }
p { color: rgb(207,27,189); }
H1.HeaderClassName
{
color: #CF1BBD;
}
.AnyTagClassName
{
color: #CF1BBD;
}
</style>
background-color css
<style>
a { background-color: #CF1BBD; }
a { background-color: rgb(207,27,189); }
div.DivClassName
{
background-color: #CF1BBD;
}
.BgClassName
{
background-color: #CF1BBD;
}
</style>
border-color css
<style>
span { border-color: #CF1BBD; }
span { border-color: rgb(207,27,189); }
td.TdClassName
{
border-color: #CF1BBD;
}
.TagClassName
{
border-color: #CF1BBD;
}
</style>