Shades of Fuchsia #CF2EB2
Tints of Fuchsia #CF2EB2
RGB
CMYK
RGB Variations
Color information
#CF2EB2 (or 0xCF2EB2) is known color: Fuchsia. HEX triplet: CF, 2E and B2. RGB value is (207,46,178). Sum of RGB (Red+Green+Blue) = 207+46+178=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2EB2 is #30D14D. Grayscale: #6C6C6C. Windows color (decimal): -3199310 or 11677391. OLE color: 11677391.
HSL color Cylindrical-coordinate representation of color #CF2EB2: hue angle of 310.81º 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 #CF2EB2 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 178 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.19 |
| HSL | 310.81º | 0.64% | 0.5% | - |
| HSV(B) | 310.81º | 0.78% | 0.81% | - |
| XYZ | 34.75 | 18.43 | 43.85 | - |
| YUV | 109.19 | 166.84 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 178 | 0 | 0.78 | 0.14 | 0.19 | 310.81 | 0.64 | 0.5 |
| Hex | CF | 2E | B2 | 0 | 4E | E | 13 | 137 | 40 | 32 |
| Octal | 317 | 56 | 262 | 0 | 116 | 16 | 23 | 467 | 100 | 62 |
| Binary | 11001111 | 101110 | 10110010 | 0 | 1001110 | 1110 | 10011 | 100110111 | 1000000 | 110010 |
Color Harmonies of #CF2EB2
Complementary color
Monochromatic Colors of #CF2EB2
Black with #CF2EB2
Text Example
Text Example
White with #CF2EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2EB2; }
p { color: rgb(207,46,178); }
H1.HeaderClassName
{
color: #CF2EB2;
}
.AnyTagClassName
{
color: #CF2EB2;
}
</style>
background-color css
<style>
a { background-color: #CF2EB2; }
a { background-color: rgb(207,46,178); }
div.DivClassName
{
background-color: #CF2EB2;
}
.BgClassName
{
background-color: #CF2EB2;
}
</style>
border-color css
<style>
span { border-color: #CF2EB2; }
span { border-color: rgb(207,46,178); }
td.TdClassName
{
border-color: #CF2EB2;
}
.TagClassName
{
border-color: #CF2EB2;
}
</style>