Shades of Fuchsia #CE2DC1
Tints of Fuchsia #CE2DC1
RGB
CMYK
RGB Variations
Color information
#CE2DC1 (or 0xCE2DC1) is known color: Fuchsia. HEX triplet: CE, 2D and C1. RGB value is (206,45,193). Sum of RGB (Red+Green+Blue) = 206+45+193=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2DC1 is #31D23E. Grayscale: #6D6D6D. Windows color (decimal): -3265087 or 12660174. OLE color: 12660174.
HSL color Cylindrical-coordinate representation of color #CE2DC1: hue angle of 304.84º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2DC1 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 193 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.19 |
| HSL | 304.84º | 0.64% | 0.49% | - |
| HSV(B) | 304.84º | 0.78% | 0.81% | - |
| XYZ | 36.02 | 18.85 | 52.19 | - |
| YUV | 110.01 | 174.84 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 193 | 0 | 0.78 | 0.06 | 0.19 | 304.84 | 0.64 | 0.49 |
| Hex | CE | 2D | C1 | 0 | 4E | 6 | 13 | 131 | 40 | 31 |
| Octal | 316 | 55 | 301 | 0 | 116 | 6 | 23 | 461 | 100 | 61 |
| Binary | 11001110 | 101101 | 11000001 | 0 | 1001110 | 110 | 10011 | 100110001 | 1000000 | 110001 |
Color Harmonies of #CE2DC1
Complementary color
Monochromatic Colors of #CE2DC1
Black with #CE2DC1
Text Example
Text Example
White with #CE2DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2DC1; }
p { color: rgb(206,45,193); }
H1.HeaderClassName
{
color: #CE2DC1;
}
.AnyTagClassName
{
color: #CE2DC1;
}
</style>
background-color css
<style>
a { background-color: #CE2DC1; }
a { background-color: rgb(206,45,193); }
div.DivClassName
{
background-color: #CE2DC1;
}
.BgClassName
{
background-color: #CE2DC1;
}
</style>
border-color css
<style>
span { border-color: #CE2DC1; }
span { border-color: rgb(206,45,193); }
td.TdClassName
{
border-color: #CE2DC1;
}
.TagClassName
{
border-color: #CE2DC1;
}
</style>