Shades of Fuchsia #CF2EB1
Tints of Fuchsia #CF2EB1
RGB
CMYK
RGB Variations
Color information
#CF2EB1 (or 0xCF2EB1) is known color: Fuchsia. HEX triplet: CF, 2E and B1. RGB value is (207,46,177). Sum of RGB (Red+Green+Blue) = 207+46+177=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 46 (18.36% from 255 or 10.70% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2EB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2EB1 is #30D14E. Grayscale: #6C6C6C. Windows color (decimal): -3199311 or 11611855. OLE color: 11611855.
HSL color Cylindrical-coordinate representation of color #CF2EB1: hue angle of 311.18º 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 #CF2EB1 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 177 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.19 |
| HSL | 311.18º | 0.64% | 0.5% | - |
| HSV(B) | 311.18º | 0.78% | 0.81% | - |
| XYZ | 34.64 | 18.39 | 43.32 | - |
| YUV | 109.07 | 166.34 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 177 | 0 | 0.78 | 0.14 | 0.19 | 311.18 | 0.64 | 0.5 |
| Hex | CF | 2E | B1 | 0 | 4E | E | 13 | 137 | 40 | 32 |
| Octal | 317 | 56 | 261 | 0 | 116 | 16 | 23 | 467 | 100 | 62 |
| Binary | 11001111 | 101110 | 10110001 | 0 | 1001110 | 1110 | 10011 | 100110111 | 1000000 | 110010 |
Color Harmonies of #CF2EB1
Complementary color
Monochromatic Colors of #CF2EB1
Black with #CF2EB1
Text Example
Text Example
White with #CF2EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2EB1; }
p { color: rgb(207,46,177); }
H1.HeaderClassName
{
color: #CF2EB1;
}
.AnyTagClassName
{
color: #CF2EB1;
}
</style>
background-color css
<style>
a { background-color: #CF2EB1; }
a { background-color: rgb(207,46,177); }
div.DivClassName
{
background-color: #CF2EB1;
}
.BgClassName
{
background-color: #CF2EB1;
}
</style>
border-color css
<style>
span { border-color: #CF2EB1; }
span { border-color: rgb(207,46,177); }
td.TdClassName
{
border-color: #CF2EB1;
}
.TagClassName
{
border-color: #CF2EB1;
}
</style>