Shades of Fuchsia #CF2ECA
Tints of Fuchsia #CF2ECA
RGB
CMYK
RGB Variations
Color information
#CF2ECA (or 0xCF2ECA) is known color: Fuchsia. HEX triplet: CF, 2E and CA. RGB value is (207,46,202). Sum of RGB (Red+Green+Blue) = 207+46+202=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 46 (18.36% from 255 or 10.11% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2ECA is #30D135. Grayscale: #6F6F6F. Windows color (decimal): -3199286 or 13250255. OLE color: 13250255.
HSL color Cylindrical-coordinate representation of color #CF2ECA: hue angle of 301.86º 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 #CF2ECA is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 202 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.19 |
| HSL | 301.86º | 0.64% | 0.5% | - |
| HSV(B) | 301.86º | 0.78% | 0.81% | - |
| XYZ | 37.37 | 19.48 | 57.67 | - |
| YUV | 111.92 | 178.84 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 202 | 0 | 0.78 | 0.02 | 0.19 | 301.86 | 0.64 | 0.5 |
| Hex | CF | 2E | CA | 0 | 4E | 2 | 13 | 12E | 40 | 32 |
| Octal | 317 | 56 | 312 | 0 | 116 | 2 | 23 | 456 | 100 | 62 |
| Binary | 11001111 | 101110 | 11001010 | 0 | 1001110 | 10 | 10011 | 100101110 | 1000000 | 110010 |
Color Harmonies of #CF2ECA
Complementary color
Monochromatic Colors of #CF2ECA
Black with #CF2ECA
Text Example
Text Example
White with #CF2ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2ECA; }
p { color: rgb(207,46,202); }
H1.HeaderClassName
{
color: #CF2ECA;
}
.AnyTagClassName
{
color: #CF2ECA;
}
</style>
background-color css
<style>
a { background-color: #CF2ECA; }
a { background-color: rgb(207,46,202); }
div.DivClassName
{
background-color: #CF2ECA;
}
.BgClassName
{
background-color: #CF2ECA;
}
</style>
border-color css
<style>
span { border-color: #CF2ECA; }
span { border-color: rgb(207,46,202); }
td.TdClassName
{
border-color: #CF2ECA;
}
.TagClassName
{
border-color: #CF2ECA;
}
</style>