Shades of Fuchsia #CF2EC3
Tints of Fuchsia #CF2EC3
RGB
CMYK
RGB Variations
Color information
#CF2EC3 (or 0xCF2EC3) is known color: Fuchsia. HEX triplet: CF, 2E and C3. RGB value is (207,46,195). Sum of RGB (Red+Green+Blue) = 207+46+195=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 46 (18.36% from 255 or 10.27% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2EC3 is #30D13C. Grayscale: #6E6E6E. Windows color (decimal): -3199293 or 12791503. OLE color: 12791503.
HSL color Cylindrical-coordinate representation of color #CF2EC3: hue angle of 304.47º 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 #CF2EC3 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 195 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.19 |
| HSL | 304.47º | 0.64% | 0.5% | - |
| HSV(B) | 304.47º | 0.78% | 0.81% | - |
| XYZ | 36.56 | 19.16 | 53.4 | - |
| YUV | 111.13 | 175.34 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 195 | 0 | 0.78 | 0.06 | 0.19 | 304.47 | 0.64 | 0.5 |
| Hex | CF | 2E | C3 | 0 | 4E | 6 | 13 | 130 | 40 | 32 |
| Octal | 317 | 56 | 303 | 0 | 116 | 6 | 23 | 460 | 100 | 62 |
| Binary | 11001111 | 101110 | 11000011 | 0 | 1001110 | 110 | 10011 | 100110000 | 1000000 | 110010 |
Color Harmonies of #CF2EC3
Complementary color
Monochromatic Colors of #CF2EC3
Black with #CF2EC3
Text Example
Text Example
White with #CF2EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2EC3; }
p { color: rgb(207,46,195); }
H1.HeaderClassName
{
color: #CF2EC3;
}
.AnyTagClassName
{
color: #CF2EC3;
}
</style>
background-color css
<style>
a { background-color: #CF2EC3; }
a { background-color: rgb(207,46,195); }
div.DivClassName
{
background-color: #CF2EC3;
}
.BgClassName
{
background-color: #CF2EC3;
}
</style>
border-color css
<style>
span { border-color: #CF2EC3; }
span { border-color: rgb(207,46,195); }
td.TdClassName
{
border-color: #CF2EC3;
}
.TagClassName
{
border-color: #CF2EC3;
}
</style>