Shades of Fuchsia #CE2DC3
Tints of Fuchsia #CE2DC3
RGB
CMYK
RGB Variations
Color information
#CE2DC3 (or 0xCE2DC3) is known color: Fuchsia. HEX triplet: CE, 2D and C3. RGB value is (206,45,195). Sum of RGB (Red+Green+Blue) = 206+45+195=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 195 (76.56% from 255 or 43.72% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2DC3 is #31D23C. Grayscale: #6D6D6D. Windows color (decimal): -3265085 or 12791246. OLE color: 12791246.
HSL color Cylindrical-coordinate representation of color #CE2DC3: hue angle of 304.1º 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 #CE2DC3 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 195 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.19 |
| HSL | 304.1º | 0.64% | 0.49% | - |
| HSV(B) | 304.1º | 0.78% | 0.81% | - |
| XYZ | 36.24 | 18.94 | 53.38 | - |
| YUV | 110.24 | 175.84 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 195 | 0 | 0.78 | 0.05 | 0.19 | 304.1 | 0.64 | 0.49 |
| Hex | CE | 2D | C3 | 0 | 4E | 5 | 13 | 130 | 40 | 31 |
| Octal | 316 | 55 | 303 | 0 | 116 | 5 | 23 | 460 | 100 | 61 |
| Binary | 11001110 | 101101 | 11000011 | 0 | 1001110 | 101 | 10011 | 100110000 | 1000000 | 110001 |
Color Harmonies of #CE2DC3
Complementary color
Monochromatic Colors of #CE2DC3
Black with #CE2DC3
Text Example
Text Example
White with #CE2DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2DC3; }
p { color: rgb(206,45,195); }
H1.HeaderClassName
{
color: #CE2DC3;
}
.AnyTagClassName
{
color: #CE2DC3;
}
</style>
background-color css
<style>
a { background-color: #CE2DC3; }
a { background-color: rgb(206,45,195); }
div.DivClassName
{
background-color: #CE2DC3;
}
.BgClassName
{
background-color: #CE2DC3;
}
</style>
border-color css
<style>
span { border-color: #CE2DC3; }
span { border-color: rgb(206,45,195); }
td.TdClassName
{
border-color: #CE2DC3;
}
.TagClassName
{
border-color: #CE2DC3;
}
</style>