Shades of Deep Magenta #CF1BD0
Tints of Deep Magenta #CF1BD0
RGB
CMYK
RGB Variations
Color information
#CF1BD0 (or 0xCF1BD0) is known color: Deep Magenta. HEX triplet: CF, 1B and D0. RGB value is (207,27,208). Sum of RGB (Red+Green+Blue) = 207+27+208=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 27 (10.94% from 255 or 6.11% from 442); Blue value is 208 (81.64% from 255 or 47.06% from 442); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF1BD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1BD0 is #30E42F. Grayscale: #646464. Windows color (decimal): -3204144 or 13638607. OLE color: 13638607.
HSL color Cylindrical-coordinate representation of color #CF1BD0: hue angle of 299.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1BD0 is Cyan = 0.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 27 | 208 | - |
| CMYK | 0.00 | 0.87 | 0 | 0.18 |
| HSL | 299.67º | 0.77% | 0.46% | - |
| HSV(B) | 299.67º | 0.87% | 0.82% | - |
| XYZ | 37.51 | 18.6 | 61.29 | - |
| YUV | 101.45 | 188.13 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 27 | 208 | 0.00 | 0.87 | 0 | 0.18 | 299.67 | 0.77 | 0.46 |
| Hex | CF | 1B | D0 | 0 | 57 | 0 | 12 | 12C | 4D | 2E |
| Octal | 317 | 33 | 320 | 0 | 127 | 0 | 22 | 454 | 115 | 56 |
| Binary | 11001111 | 11011 | 11010000 | 0 | 1010111 | 0 | 10010 | 100101100 | 1001101 | 101110 |
Color Harmonies of #CF1BD0
Complementary color
Monochromatic Colors of #CF1BD0
Black with #CF1BD0
Text Example
Text Example
White with #CF1BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1BD0; }
p { color: rgb(207,27,208); }
H1.HeaderClassName
{
color: #CF1BD0;
}
.AnyTagClassName
{
color: #CF1BD0;
}
</style>
background-color css
<style>
a { background-color: #CF1BD0; }
a { background-color: rgb(207,27,208); }
div.DivClassName
{
background-color: #CF1BD0;
}
.BgClassName
{
background-color: #CF1BD0;
}
</style>
border-color css
<style>
span { border-color: #CF1BD0; }
span { border-color: rgb(207,27,208); }
td.TdClassName
{
border-color: #CF1BD0;
}
.TagClassName
{
border-color: #CF1BD0;
}
</style>