Shades of Fuchsia #CF2EBA
Tints of Fuchsia #CF2EBA
RGB
CMYK
RGB Variations
Color information
#CF2EBA (or 0xCF2EBA) is known color: Fuchsia. HEX triplet: CF, 2E and BA. RGB value is (207,46,186). Sum of RGB (Red+Green+Blue) = 207+46+186=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 46 (18.36% from 255 or 10.48% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2EBA is #30D145. Grayscale: #6D6D6D. Windows color (decimal): -3199302 or 12201679. OLE color: 12201679.
HSL color Cylindrical-coordinate representation of color #CF2EBA: hue angle of 307.83º 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 #CF2EBA is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 186 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.19 |
| HSL | 307.83º | 0.64% | 0.5% | - |
| HSV(B) | 307.83º | 0.78% | 0.81% | - |
| XYZ | 35.57 | 18.76 | 48.2 | - |
| YUV | 110.1 | 170.84 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 186 | 0 | 0.78 | 0.10 | 0.19 | 307.83 | 0.64 | 0.5 |
| Hex | CF | 2E | BA | 0 | 4E | A | 13 | 134 | 40 | 32 |
| Octal | 317 | 56 | 272 | 0 | 116 | 12 | 23 | 464 | 100 | 62 |
| Binary | 11001111 | 101110 | 10111010 | 0 | 1001110 | 1010 | 10011 | 100110100 | 1000000 | 110010 |
Color Harmonies of #CF2EBA
Complementary color
Monochromatic Colors of #CF2EBA
Black with #CF2EBA
Text Example
Text Example
White with #CF2EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2EBA; }
p { color: rgb(207,46,186); }
H1.HeaderClassName
{
color: #CF2EBA;
}
.AnyTagClassName
{
color: #CF2EBA;
}
</style>
background-color css
<style>
a { background-color: #CF2EBA; }
a { background-color: rgb(207,46,186); }
div.DivClassName
{
background-color: #CF2EBA;
}
.BgClassName
{
background-color: #CF2EBA;
}
</style>
border-color css
<style>
span { border-color: #CF2EBA; }
span { border-color: rgb(207,46,186); }
td.TdClassName
{
border-color: #CF2EBA;
}
.TagClassName
{
border-color: #CF2EBA;
}
</style>