Shades of Fuchsia #CE4DC9
Tints of Fuchsia #CE4DC9
RGB
CMYK
RGB Variations
Color information
#CE4DC9 (or 0xCE4DC9) is known color: Fuchsia. HEX triplet: CE, 4D and C9. RGB value is (206,77,201). Sum of RGB (Red+Green+Blue) = 206+77+201=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4DC9 is #31B236. Grayscale: #818181. Windows color (decimal): -3256887 or 13192654. OLE color: 13192654.
HSL color Cylindrical-coordinate representation of color #CE4DC9: hue angle of 302.33º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4DC9 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 77 | 201 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.19 |
| HSL | 302.33º | 0.57% | 0.55% | - |
| HSV(B) | 302.33º | 0.63% | 0.81% | - |
| XYZ | 38.65 | 22.65 | 57.59 | - |
| YUV | 129.71 | 168.24 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 201 | 0 | 0.63 | 0.02 | 0.19 | 302.33 | 0.57 | 0.55 |
| Hex | CE | 4D | C9 | 0 | 3F | 2 | 13 | 12E | 39 | 37 |
| Octal | 316 | 115 | 311 | 0 | 77 | 2 | 23 | 456 | 71 | 67 |
| Binary | 11001110 | 1001101 | 11001001 | 0 | 111111 | 10 | 10011 | 100101110 | 111001 | 110111 |
Color Harmonies of #CE4DC9
Complementary color
Monochromatic Colors of #CE4DC9
Black with #CE4DC9
Text Example
Text Example
White with #CE4DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4DC9; }
p { color: rgb(206,77,201); }
H1.HeaderClassName
{
color: #CE4DC9;
}
.AnyTagClassName
{
color: #CE4DC9;
}
</style>
background-color css
<style>
a { background-color: #CE4DC9; }
a { background-color: rgb(206,77,201); }
div.DivClassName
{
background-color: #CE4DC9;
}
.BgClassName
{
background-color: #CE4DC9;
}
</style>
border-color css
<style>
span { border-color: #CE4DC9; }
span { border-color: rgb(206,77,201); }
td.TdClassName
{
border-color: #CE4DC9;
}
.TagClassName
{
border-color: #CE4DC9;
}
</style>