Shades of Fuchsia #CE2FCB
Tints of Fuchsia #CE2FCB
RGB
CMYK
RGB Variations
Color information
#CE2FCB (or 0xCE2FCB) is known color: Fuchsia. HEX triplet: CE, 2F and CB. RGB value is (206,47,203). Sum of RGB (Red+Green+Blue) = 206+47+203=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2FCB is #31D034. Grayscale: #6F6F6F. Windows color (decimal): -3264565 or 13316046. OLE color: 13316046.
HSL color Cylindrical-coordinate representation of color #CE2FCB: hue angle of 301.13º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE2FCB is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 203 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.19 |
| HSL | 301.13º | 0.63% | 0.5% | - |
| HSV(B) | 301.13º | 0.77% | 0.81% | - |
| XYZ | 37.25 | 19.47 | 58.29 | - |
| YUV | 112.33 | 179.18 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 203 | 0 | 0.77 | 0.01 | 0.19 | 301.13 | 0.63 | 0.5 |
| Hex | CE | 2F | CB | 0 | 4D | 1 | 13 | 12D | 3F | 32 |
| Octal | 316 | 57 | 313 | 0 | 115 | 1 | 23 | 455 | 77 | 62 |
| Binary | 11001110 | 101111 | 11001011 | 0 | 1001101 | 1 | 10011 | 100101101 | 111111 | 110010 |
Color Harmonies of #CE2FCB
Complementary color
Monochromatic Colors of #CE2FCB
Black with #CE2FCB
Text Example
Text Example
White with #CE2FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2FCB; }
p { color: rgb(206,47,203); }
H1.HeaderClassName
{
color: #CE2FCB;
}
.AnyTagClassName
{
color: #CE2FCB;
}
</style>
background-color css
<style>
a { background-color: #CE2FCB; }
a { background-color: rgb(206,47,203); }
div.DivClassName
{
background-color: #CE2FCB;
}
.BgClassName
{
background-color: #CE2FCB;
}
</style>
border-color css
<style>
span { border-color: #CE2FCB; }
span { border-color: rgb(206,47,203); }
td.TdClassName
{
border-color: #CE2FCB;
}
.TagClassName
{
border-color: #CE2FCB;
}
</style>