Shades of Fuchsia #CF2EBC
Tints of Fuchsia #CF2EBC
RGB
CMYK
RGB Variations
Color information
#CF2EBC (or 0xCF2EBC) is known color: Fuchsia. HEX triplet: CF, 2E and BC. RGB value is (207,46,188). Sum of RGB (Red+Green+Blue) = 207+46+188=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 46 (18.36% from 255 or 10.43% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2EBC is #30D143. Grayscale: #6D6D6D. Windows color (decimal): -3199300 or 12332751. OLE color: 12332751.
HSL color Cylindrical-coordinate representation of color #CF2EBC: hue angle of 307.08º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2EBC is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 188 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.19 |
| HSL | 307.08º | 0.64% | 0.5% | - |
| HSV(B) | 307.08º | 0.78% | 0.81% | - |
| XYZ | 35.79 | 18.85 | 49.33 | - |
| YUV | 110.33 | 171.84 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 188 | 0 | 0.78 | 0.09 | 0.19 | 307.08 | 0.64 | 0.5 |
| Hex | CF | 2E | BC | 0 | 4E | 9 | 13 | 133 | 40 | 32 |
| Octal | 317 | 56 | 274 | 0 | 116 | 11 | 23 | 463 | 100 | 62 |
| Binary | 11001111 | 101110 | 10111100 | 0 | 1001110 | 1001 | 10011 | 100110011 | 1000000 | 110010 |
Color Harmonies of #CF2EBC
Complementary color
Monochromatic Colors of #CF2EBC
Black with #CF2EBC
Text Example
Text Example
White with #CF2EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2EBC; }
p { color: rgb(207,46,188); }
H1.HeaderClassName
{
color: #CF2EBC;
}
.AnyTagClassName
{
color: #CF2EBC;
}
</style>
background-color css
<style>
a { background-color: #CF2EBC; }
a { background-color: rgb(207,46,188); }
div.DivClassName
{
background-color: #CF2EBC;
}
.BgClassName
{
background-color: #CF2EBC;
}
</style>
border-color css
<style>
span { border-color: #CF2EBC; }
span { border-color: rgb(207,46,188); }
td.TdClassName
{
border-color: #CF2EBC;
}
.TagClassName
{
border-color: #CF2EBC;
}
</style>