Shades of Fuchsia #CE49C2
Tints of Fuchsia #CE49C2
RGB
CMYK
RGB Variations
Color information
#CE49C2 (or 0xCE49C2) is known color: Fuchsia. HEX triplet: CE, 49 and C2. RGB value is (206,73,194). Sum of RGB (Red+Green+Blue) = 206+73+194=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE49C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE49C2 is #31B63D. Grayscale: #7E7E7E. Windows color (decimal): -3257918 or 12732878. OLE color: 12732878.
HSL color Cylindrical-coordinate representation of color #CE49C2: hue angle of 305.41º 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 #CE49C2 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 73 | 194 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.19 |
| HSL | 305.41º | 0.58% | 0.55% | - |
| HSV(B) | 305.41º | 0.65% | 0.81% | - |
| XYZ | 37.57 | 21.78 | 53.26 | - |
| YUV | 126.56 | 166.06 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 194 | 0 | 0.65 | 0.06 | 0.19 | 305.41 | 0.58 | 0.55 |
| Hex | CE | 49 | C2 | 0 | 41 | 6 | 13 | 131 | 3A | 37 |
| Octal | 316 | 111 | 302 | 0 | 101 | 6 | 23 | 461 | 72 | 67 |
| Binary | 11001110 | 1001001 | 11000010 | 0 | 1000001 | 110 | 10011 | 100110001 | 111010 | 110111 |
Color Harmonies of #CE49C2
Complementary color
Monochromatic Colors of #CE49C2
Black with #CE49C2
Text Example
Text Example
White with #CE49C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE49C2; }
p { color: rgb(206,73,194); }
H1.HeaderClassName
{
color: #CE49C2;
}
.AnyTagClassName
{
color: #CE49C2;
}
</style>
background-color css
<style>
a { background-color: #CE49C2; }
a { background-color: rgb(206,73,194); }
div.DivClassName
{
background-color: #CE49C2;
}
.BgClassName
{
background-color: #CE49C2;
}
</style>
border-color css
<style>
span { border-color: #CE49C2; }
span { border-color: rgb(206,73,194); }
td.TdClassName
{
border-color: #CE49C2;
}
.TagClassName
{
border-color: #CE49C2;
}
</style>