Shades of Fuchsia #CF2ECB
Tints of Fuchsia #CF2ECB
RGB
CMYK
RGB Variations
Color information
#CF2ECB (or 0xCF2ECB) is known color: Fuchsia. HEX triplet: CF, 2E and CB. RGB value is (207,46,203). Sum of RGB (Red+Green+Blue) = 207+46+203=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 46 (18.36% from 255 or 10.09% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2ECB is #30D134. Grayscale: #6F6F6F. Windows color (decimal): -3199285 or 13315791. OLE color: 13315791.
HSL color Cylindrical-coordinate representation of color #CF2ECB: hue angle of 301.49º 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 #CF2ECB is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 203 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.19 |
| HSL | 301.49º | 0.64% | 0.5% | - |
| HSV(B) | 301.49º | 0.78% | 0.81% | - |
| XYZ | 37.49 | 19.53 | 58.29 | - |
| YUV | 112.04 | 179.34 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 203 | 0 | 0.78 | 0.02 | 0.19 | 301.49 | 0.64 | 0.5 |
| Hex | CF | 2E | CB | 0 | 4E | 2 | 13 | 12D | 40 | 32 |
| Octal | 317 | 56 | 313 | 0 | 116 | 2 | 23 | 455 | 100 | 62 |
| Binary | 11001111 | 101110 | 11001011 | 0 | 1001110 | 10 | 10011 | 100101101 | 1000000 | 110010 |
Color Harmonies of #CF2ECB
Complementary color
Monochromatic Colors of #CF2ECB
Black with #CF2ECB
Text Example
Text Example
White with #CF2ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2ECB; }
p { color: rgb(207,46,203); }
H1.HeaderClassName
{
color: #CF2ECB;
}
.AnyTagClassName
{
color: #CF2ECB;
}
</style>
background-color css
<style>
a { background-color: #CF2ECB; }
a { background-color: rgb(207,46,203); }
div.DivClassName
{
background-color: #CF2ECB;
}
.BgClassName
{
background-color: #CF2ECB;
}
</style>
border-color css
<style>
span { border-color: #CF2ECB; }
span { border-color: rgb(207,46,203); }
td.TdClassName
{
border-color: #CF2ECB;
}
.TagClassName
{
border-color: #CF2ECB;
}
</style>