Shades of Deep Magenta #CF1CBE
Tints of Deep Magenta #CF1CBE
RGB
CMYK
RGB Variations
Color information
#CF1CBE (or 0xCF1CBE) is known color: Deep Magenta. HEX triplet: CF, 1C and BE. RGB value is (207,28,190). Sum of RGB (Red+Green+Blue) = 207+28+190=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1CBE is #30E341. Grayscale: #636363. Windows color (decimal): -3203906 or 12459215. OLE color: 12459215.
HSL color Cylindrical-coordinate representation of color #CF1CBE: hue angle of 305.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 #CF1CBE is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 28 | 190 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.19 |
| HSL | 305.7º | 0.76% | 0.46% | - |
| HSV(B) | 305.7º | 0.86% | 0.81% | - |
| XYZ | 35.44 | 17.81 | 50.29 | - |
| YUV | 99.99 | 178.8 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 28 | 190 | 0 | 0.86 | 0.08 | 0.19 | 305.7 | 0.76 | 0.46 |
| Hex | CF | 1C | BE | 0 | 56 | 8 | 13 | 132 | 4C | 2E |
| Octal | 317 | 34 | 276 | 0 | 126 | 10 | 23 | 462 | 114 | 56 |
| Binary | 11001111 | 11100 | 10111110 | 0 | 1010110 | 1000 | 10011 | 100110010 | 1001100 | 101110 |
Color Harmonies of #CF1CBE
Complementary color
Monochromatic Colors of #CF1CBE
Black with #CF1CBE
Text Example
Text Example
White with #CF1CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1CBE; }
p { color: rgb(207,28,190); }
H1.HeaderClassName
{
color: #CF1CBE;
}
.AnyTagClassName
{
color: #CF1CBE;
}
</style>
background-color css
<style>
a { background-color: #CF1CBE; }
a { background-color: rgb(207,28,190); }
div.DivClassName
{
background-color: #CF1CBE;
}
.BgClassName
{
background-color: #CF1CBE;
}
</style>
border-color css
<style>
span { border-color: #CF1CBE; }
span { border-color: rgb(207,28,190); }
td.TdClassName
{
border-color: #CF1CBE;
}
.TagClassName
{
border-color: #CF1CBE;
}
</style>