Shades of Deep Magenta #CF1FB6
Tints of Deep Magenta #CF1FB6
RGB
CMYK
RGB Variations
Color information
#CF1FB6 (or 0xCF1FB6) is known color: Deep Magenta. HEX triplet: CF, 1F and B6. RGB value is (207,31,182). Sum of RGB (Red+Green+Blue) = 207+31+182=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 31 (12.5% from 255 or 7.38% from 420); Blue value is 182 (71.48% from 255 or 43.33% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1FB6 is #30E049. Grayscale: #646464. Windows color (decimal): -3203146 or 11935695. OLE color: 11935695.
HSL color Cylindrical-coordinate representation of color #CF1FB6: hue angle of 308.52º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF1FB6 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 31 | 182 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.19 |
| HSL | 308.52º | 0.74% | 0.47% | - |
| HSV(B) | 308.52º | 0.85% | 0.81% | - |
| XYZ | 34.67 | 17.62 | 45.83 | - |
| YUV | 100.84 | 173.81 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 31 | 182 | 0 | 0.85 | 0.12 | 0.19 | 308.52 | 0.74 | 0.47 |
| Hex | CF | 1F | B6 | 0 | 55 | C | 13 | 135 | 4A | 2F |
| Octal | 317 | 37 | 266 | 0 | 125 | 14 | 23 | 465 | 112 | 57 |
| Binary | 11001111 | 11111 | 10110110 | 0 | 1010101 | 1100 | 10011 | 100110101 | 1001010 | 101111 |
Color Harmonies of #CF1FB6
Complementary color
Monochromatic Colors of #CF1FB6
Black with #CF1FB6
Text Example
Text Example
White with #CF1FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1FB6; }
p { color: rgb(207,31,182); }
H1.HeaderClassName
{
color: #CF1FB6;
}
.AnyTagClassName
{
color: #CF1FB6;
}
</style>
background-color css
<style>
a { background-color: #CF1FB6; }
a { background-color: rgb(207,31,182); }
div.DivClassName
{
background-color: #CF1FB6;
}
.BgClassName
{
background-color: #CF1FB6;
}
</style>
border-color css
<style>
span { border-color: #CF1FB6; }
span { border-color: rgb(207,31,182); }
td.TdClassName
{
border-color: #CF1FB6;
}
.TagClassName
{
border-color: #CF1FB6;
}
</style>