Shades of Fuchsia #CE2DCE
Tints of Fuchsia #CE2DCE
RGB
CMYK
RGB Variations
Color information
#CE2DCE (or 0xCE2DCE) is known color: Fuchsia. HEX triplet: CE, 2D and CE. RGB value is (206,45,206). Sum of RGB (Red+Green+Blue) = 206+45+206=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 45 (17.97% from 255 or 9.85% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE2DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2DCE is #31D231. Grayscale: #6F6F6F. Windows color (decimal): -3265074 or 13512142. OLE color: 13512142.
HSL color Cylindrical-coordinate representation of color #CE2DCE: hue angle of 300º 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 #CE2DCE is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 206 | - |
| CMYK | 0 | 0.78 | 0 | 0.19 |
| HSL | 300º | 0.64% | 0.49% | - |
| HSV(B) | 300º | 0.78% | 0.81% | - |
| XYZ | 37.53 | 19.45 | 60.17 | - |
| YUV | 111.49 | 181.34 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 206 | 0 | 0.78 | 0 | 0.19 | 300 | 0.64 | 0.49 |
| Hex | CE | 2D | CE | 0 | 4E | 0 | 13 | 12C | 40 | 31 |
| Octal | 316 | 55 | 316 | 0 | 116 | 0 | 23 | 454 | 100 | 61 |
| Binary | 11001110 | 101101 | 11001110 | 0 | 1001110 | 0 | 10011 | 100101100 | 1000000 | 110001 |
Color Harmonies of #CE2DCE
Complementary color
Monochromatic Colors of #CE2DCE
Black with #CE2DCE
Text Example
Text Example
White with #CE2DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2DCE; }
p { color: rgb(206,45,206); }
H1.HeaderClassName
{
color: #CE2DCE;
}
.AnyTagClassName
{
color: #CE2DCE;
}
</style>
background-color css
<style>
a { background-color: #CE2DCE; }
a { background-color: rgb(206,45,206); }
div.DivClassName
{
background-color: #CE2DCE;
}
.BgClassName
{
background-color: #CE2DCE;
}
</style>
border-color css
<style>
span { border-color: #CE2DCE; }
span { border-color: rgb(206,45,206); }
td.TdClassName
{
border-color: #CE2DCE;
}
.TagClassName
{
border-color: #CE2DCE;
}
</style>