Shades of Fuchsia #CE2DCC
Tints of Fuchsia #CE2DCC
RGB
CMYK
RGB Variations
Color information
#CE2DCC (or 0xCE2DCC) is known color: Fuchsia. HEX triplet: CE, 2D and CC. RGB value is (206,45,204). Sum of RGB (Red+Green+Blue) = 206+45+204=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 45 (17.97% from 255 or 9.89% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2DCC is #31D233. Grayscale: #6E6E6E. Windows color (decimal): -3265076 or 13381070. OLE color: 13381070.
HSL color Cylindrical-coordinate representation of color #CE2DCC: hue angle of 300.75º 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 #CE2DCC is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 204 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.19 |
| HSL | 300.75º | 0.64% | 0.49% | - |
| HSV(B) | 300.75º | 0.78% | 0.81% | - |
| XYZ | 37.29 | 19.36 | 58.9 | - |
| YUV | 111.27 | 180.34 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 204 | 0 | 0.78 | 0.01 | 0.19 | 300.75 | 0.64 | 0.49 |
| Hex | CE | 2D | CC | 0 | 4E | 1 | 13 | 12D | 40 | 31 |
| Octal | 316 | 55 | 314 | 0 | 116 | 1 | 23 | 455 | 100 | 61 |
| Binary | 11001110 | 101101 | 11001100 | 0 | 1001110 | 1 | 10011 | 100101101 | 1000000 | 110001 |
Color Harmonies of #CE2DCC
Complementary color
Monochromatic Colors of #CE2DCC
Black with #CE2DCC
Text Example
Text Example
White with #CE2DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2DCC; }
p { color: rgb(206,45,204); }
H1.HeaderClassName
{
color: #CE2DCC;
}
.AnyTagClassName
{
color: #CE2DCC;
}
</style>
background-color css
<style>
a { background-color: #CE2DCC; }
a { background-color: rgb(206,45,204); }
div.DivClassName
{
background-color: #CE2DCC;
}
.BgClassName
{
background-color: #CE2DCC;
}
</style>
border-color css
<style>
span { border-color: #CE2DCC; }
span { border-color: rgb(206,45,204); }
td.TdClassName
{
border-color: #CE2DCC;
}
.TagClassName
{
border-color: #CE2DCC;
}
</style>