Shades of Fuchsia #CE2FBD
Tints of Fuchsia #CE2FBD
RGB
CMYK
RGB Variations
Color information
#CE2FBD (or 0xCE2FBD) is known color: Fuchsia. HEX triplet: CE, 2F and BD. RGB value is (206,47,189). Sum of RGB (Red+Green+Blue) = 206+47+189=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 47 (18.75% from 255 or 10.63% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2FBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2FBD is #31D042. Grayscale: #6E6E6E. Windows color (decimal): -3264579 or 12398542. OLE color: 12398542.
HSL color Cylindrical-coordinate representation of color #CE2FBD: hue angle of 306.42º 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 #CE2FBD is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 189 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.19 |
| HSL | 306.42º | 0.63% | 0.5% | - |
| HSV(B) | 306.42º | 0.77% | 0.81% | - |
| XYZ | 35.66 | 18.83 | 49.9 | - |
| YUV | 110.73 | 172.18 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 189 | 0 | 0.77 | 0.08 | 0.19 | 306.42 | 0.63 | 0.5 |
| Hex | CE | 2F | BD | 0 | 4D | 8 | 13 | 132 | 3F | 32 |
| Octal | 316 | 57 | 275 | 0 | 115 | 10 | 23 | 462 | 77 | 62 |
| Binary | 11001110 | 101111 | 10111101 | 0 | 1001101 | 1000 | 10011 | 100110010 | 111111 | 110010 |
Color Harmonies of #CE2FBD
Complementary color
Monochromatic Colors of #CE2FBD
Black with #CE2FBD
Text Example
Text Example
White with #CE2FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2FBD; }
p { color: rgb(206,47,189); }
H1.HeaderClassName
{
color: #CE2FBD;
}
.AnyTagClassName
{
color: #CE2FBD;
}
</style>
background-color css
<style>
a { background-color: #CE2FBD; }
a { background-color: rgb(206,47,189); }
div.DivClassName
{
background-color: #CE2FBD;
}
.BgClassName
{
background-color: #CE2FBD;
}
</style>
border-color css
<style>
span { border-color: #CE2FBD; }
span { border-color: rgb(206,47,189); }
td.TdClassName
{
border-color: #CE2FBD;
}
.TagClassName
{
border-color: #CE2FBD;
}
</style>