Shades of Fuchsia #CF2EAF
Tints of Fuchsia #CF2EAF
RGB
CMYK
RGB Variations
Color information
#CF2EAF (or 0xCF2EAF) is known color: Fuchsia. HEX triplet: CF, 2E and AF. RGB value is (207,46,175). Sum of RGB (Red+Green+Blue) = 207+46+175=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 46 (18.36% from 255 or 10.75% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2EAF is #30D150. Grayscale: #6C6C6C. Windows color (decimal): -3199313 or 11480783. OLE color: 11480783.
HSL color Cylindrical-coordinate representation of color #CF2EAF: hue angle of 311.93º 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 #CF2EAF is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 175 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.19 |
| HSL | 311.93º | 0.64% | 0.5% | - |
| HSV(B) | 311.93º | 0.78% | 0.81% | - |
| XYZ | 34.45 | 18.31 | 42.28 | - |
| YUV | 108.85 | 165.34 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 175 | 0 | 0.78 | 0.15 | 0.19 | 311.93 | 0.64 | 0.5 |
| Hex | CF | 2E | AF | 0 | 4E | F | 13 | 138 | 40 | 32 |
| Octal | 317 | 56 | 257 | 0 | 116 | 17 | 23 | 470 | 100 | 62 |
| Binary | 11001111 | 101110 | 10101111 | 0 | 1001110 | 1111 | 10011 | 100111000 | 1000000 | 110010 |
Color Harmonies of #CF2EAF
Complementary color
Monochromatic Colors of #CF2EAF
Black with #CF2EAF
Text Example
Text Example
White with #CF2EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2EAF; }
p { color: rgb(207,46,175); }
H1.HeaderClassName
{
color: #CF2EAF;
}
.AnyTagClassName
{
color: #CF2EAF;
}
</style>
background-color css
<style>
a { background-color: #CF2EAF; }
a { background-color: rgb(207,46,175); }
div.DivClassName
{
background-color: #CF2EAF;
}
.BgClassName
{
background-color: #CF2EAF;
}
</style>
border-color css
<style>
span { border-color: #CF2EAF; }
span { border-color: rgb(207,46,175); }
td.TdClassName
{
border-color: #CF2EAF;
}
.TagClassName
{
border-color: #CF2EAF;
}
</style>