Shades of Fuchsia #CE2DC6
Tints of Fuchsia #CE2DC6
RGB
CMYK
RGB Variations
Color information
#CE2DC6 (or 0xCE2DC6) is known color: Fuchsia. HEX triplet: CE, 2D and C6. RGB value is (206,45,198). Sum of RGB (Red+Green+Blue) = 206+45+198=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2DC6 is #31D239. Grayscale: #6E6E6E. Windows color (decimal): -3265082 or 12987854. OLE color: 12987854.
HSL color Cylindrical-coordinate representation of color #CE2DC6: hue angle of 302.98º 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 #CE2DC6 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 198 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.19 |
| HSL | 302.98º | 0.64% | 0.49% | - |
| HSV(B) | 302.98º | 0.78% | 0.81% | - |
| XYZ | 36.59 | 19.08 | 55.18 | - |
| YUV | 110.58 | 177.34 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 198 | 0 | 0.78 | 0.04 | 0.19 | 302.98 | 0.64 | 0.49 |
| Hex | CE | 2D | C6 | 0 | 4E | 4 | 13 | 12F | 40 | 31 |
| Octal | 316 | 55 | 306 | 0 | 116 | 4 | 23 | 457 | 100 | 61 |
| Binary | 11001110 | 101101 | 11000110 | 0 | 1001110 | 100 | 10011 | 100101111 | 1000000 | 110001 |
Color Harmonies of #CE2DC6
Complementary color
Monochromatic Colors of #CE2DC6
Black with #CE2DC6
Text Example
Text Example
White with #CE2DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2DC6; }
p { color: rgb(206,45,198); }
H1.HeaderClassName
{
color: #CE2DC6;
}
.AnyTagClassName
{
color: #CE2DC6;
}
</style>
background-color css
<style>
a { background-color: #CE2DC6; }
a { background-color: rgb(206,45,198); }
div.DivClassName
{
background-color: #CE2DC6;
}
.BgClassName
{
background-color: #CE2DC6;
}
</style>
border-color css
<style>
span { border-color: #CE2DC6; }
span { border-color: rgb(206,45,198); }
td.TdClassName
{
border-color: #CE2DC6;
}
.TagClassName
{
border-color: #CE2DC6;
}
</style>