Shades of Fuchsia #CE49C0
Tints of Fuchsia #CE49C0
RGB
CMYK
RGB Variations
Color information
#CE49C0 (or 0xCE49C0) is known color: Fuchsia. HEX triplet: CE, 49 and C0. RGB value is (206,73,192). Sum of RGB (Red+Green+Blue) = 206+73+192=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE49C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE49C0 is #31B63F. Grayscale: #7D7D7D. Windows color (decimal): -3257920 or 12601806. OLE color: 12601806.
HSL color Cylindrical-coordinate representation of color #CE49C0: hue angle of 306.32º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE49C0 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 73 | 192 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.19 |
| HSL | 306.32º | 0.58% | 0.55% | - |
| HSV(B) | 306.32º | 0.65% | 0.81% | - |
| XYZ | 37.35 | 21.69 | 52.09 | - |
| YUV | 126.33 | 165.06 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 192 | 0 | 0.65 | 0.07 | 0.19 | 306.32 | 0.58 | 0.55 |
| Hex | CE | 49 | C0 | 0 | 41 | 7 | 13 | 132 | 3A | 37 |
| Octal | 316 | 111 | 300 | 0 | 101 | 7 | 23 | 462 | 72 | 67 |
| Binary | 11001110 | 1001001 | 11000000 | 0 | 1000001 | 111 | 10011 | 100110010 | 111010 | 110111 |
Color Harmonies of #CE49C0
Complementary color
Monochromatic Colors of #CE49C0
Black with #CE49C0
Text Example
Text Example
White with #CE49C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE49C0; }
p { color: rgb(206,73,192); }
H1.HeaderClassName
{
color: #CE49C0;
}
.AnyTagClassName
{
color: #CE49C0;
}
</style>
background-color css
<style>
a { background-color: #CE49C0; }
a { background-color: rgb(206,73,192); }
div.DivClassName
{
background-color: #CE49C0;
}
.BgClassName
{
background-color: #CE49C0;
}
</style>
border-color css
<style>
span { border-color: #CE49C0; }
span { border-color: rgb(206,73,192); }
td.TdClassName
{
border-color: #CE49C0;
}
.TagClassName
{
border-color: #CE49C0;
}
</style>