Shades of Fuchsia #CF2ECE
Tints of Fuchsia #CF2ECE
RGB
CMYK
RGB Variations
Color information
#CF2ECE (or 0xCF2ECE) is known color: Fuchsia. HEX triplet: CF, 2E and CE. RGB value is (207,46,206). Sum of RGB (Red+Green+Blue) = 207+46+206=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 46 (18.36% from 255 or 10.02% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2ECE is #30D131. Grayscale: #6F6F6F. Windows color (decimal): -3199282 or 13512399. OLE color: 13512399.
HSL color Cylindrical-coordinate representation of color #CF2ECE: hue angle of 300.37º 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 #CF2ECE is Cyan = 0, Magento = 0.78, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 206 | - |
| CMYK | 0 | 0.78 | 0.00 | 0.19 |
| HSL | 300.37º | 0.64% | 0.5% | - |
| HSV(B) | 300.37º | 0.78% | 0.81% | - |
| XYZ | 37.85 | 19.68 | 60.2 | - |
| YUV | 112.38 | 180.84 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 206 | 0 | 0.78 | 0.00 | 0.19 | 300.37 | 0.64 | 0.5 |
| Hex | CF | 2E | CE | 0 | 4E | 0 | 13 | 12C | 40 | 32 |
| Octal | 317 | 56 | 316 | 0 | 116 | 0 | 23 | 454 | 100 | 62 |
| Binary | 11001111 | 101110 | 11001110 | 0 | 1001110 | 0 | 10011 | 100101100 | 1000000 | 110010 |
Color Harmonies of #CF2ECE
Complementary color
Monochromatic Colors of #CF2ECE
Black with #CF2ECE
Text Example
Text Example
White with #CF2ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2ECE; }
p { color: rgb(207,46,206); }
H1.HeaderClassName
{
color: #CF2ECE;
}
.AnyTagClassName
{
color: #CF2ECE;
}
</style>
background-color css
<style>
a { background-color: #CF2ECE; }
a { background-color: rgb(207,46,206); }
div.DivClassName
{
background-color: #CF2ECE;
}
.BgClassName
{
background-color: #CF2ECE;
}
</style>
border-color css
<style>
span { border-color: #CF2ECE; }
span { border-color: rgb(207,46,206); }
td.TdClassName
{
border-color: #CF2ECE;
}
.TagClassName
{
border-color: #CF2ECE;
}
</style>