Shades of Fuchsia #CF2EB8
Tints of Fuchsia #CF2EB8
RGB
CMYK
RGB Variations
Color information
#CF2EB8 (or 0xCF2EB8) is known color: Fuchsia. HEX triplet: CF, 2E and B8. RGB value is (207,46,184). Sum of RGB (Red+Green+Blue) = 207+46+184=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 46 (18.36% from 255 or 10.53% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2EB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2EB8 is #30D147. Grayscale: #6D6D6D. Windows color (decimal): -3199304 or 12070607. OLE color: 12070607.
HSL color Cylindrical-coordinate representation of color #CF2EB8: hue angle of 308.57º 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 #CF2EB8 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 184 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.19 |
| HSL | 308.57º | 0.64% | 0.5% | - |
| HSV(B) | 308.57º | 0.78% | 0.81% | - |
| XYZ | 35.36 | 18.68 | 47.09 | - |
| YUV | 109.87 | 169.84 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 184 | 0 | 0.78 | 0.11 | 0.19 | 308.57 | 0.64 | 0.5 |
| Hex | CF | 2E | B8 | 0 | 4E | B | 13 | 135 | 40 | 32 |
| Octal | 317 | 56 | 270 | 0 | 116 | 13 | 23 | 465 | 100 | 62 |
| Binary | 11001111 | 101110 | 10111000 | 0 | 1001110 | 1011 | 10011 | 100110101 | 1000000 | 110010 |
Color Harmonies of #CF2EB8
Complementary color
Monochromatic Colors of #CF2EB8
Black with #CF2EB8
Text Example
Text Example
White with #CF2EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2EB8; }
p { color: rgb(207,46,184); }
H1.HeaderClassName
{
color: #CF2EB8;
}
.AnyTagClassName
{
color: #CF2EB8;
}
</style>
background-color css
<style>
a { background-color: #CF2EB8; }
a { background-color: rgb(207,46,184); }
div.DivClassName
{
background-color: #CF2EB8;
}
.BgClassName
{
background-color: #CF2EB8;
}
</style>
border-color css
<style>
span { border-color: #CF2EB8; }
span { border-color: rgb(207,46,184); }
td.TdClassName
{
border-color: #CF2EB8;
}
.TagClassName
{
border-color: #CF2EB8;
}
</style>