Shades of Fuchsia #CE49CA
Tints of Fuchsia #CE49CA
RGB
CMYK
RGB Variations
Color information
#CE49CA (or 0xCE49CA) is known color: Fuchsia. HEX triplet: CE, 49 and CA. RGB value is (206,73,202). Sum of RGB (Red+Green+Blue) = 206+73+202=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE49CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE49CA is #31B635. Grayscale: #7F7F7F. Windows color (decimal): -3257910 or 13257166. OLE color: 13257166.
HSL color Cylindrical-coordinate representation of color #CE49CA: hue angle of 301.8º 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 #CE49CA is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 73 | 202 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.19 |
| HSL | 301.8º | 0.58% | 0.55% | - |
| HSV(B) | 301.8º | 0.65% | 0.81% | - |
| XYZ | 38.5 | 22.15 | 58.12 | - |
| YUV | 127.47 | 170.06 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 202 | 0 | 0.65 | 0.02 | 0.19 | 301.8 | 0.58 | 0.55 |
| Hex | CE | 49 | CA | 0 | 41 | 2 | 13 | 12E | 3A | 37 |
| Octal | 316 | 111 | 312 | 0 | 101 | 2 | 23 | 456 | 72 | 67 |
| Binary | 11001110 | 1001001 | 11001010 | 0 | 1000001 | 10 | 10011 | 100101110 | 111010 | 110111 |
Color Harmonies of #CE49CA
Complementary color
Monochromatic Colors of #CE49CA
Black with #CE49CA
Text Example
Text Example
White with #CE49CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE49CA; }
p { color: rgb(206,73,202); }
H1.HeaderClassName
{
color: #CE49CA;
}
.AnyTagClassName
{
color: #CE49CA;
}
</style>
background-color css
<style>
a { background-color: #CE49CA; }
a { background-color: rgb(206,73,202); }
div.DivClassName
{
background-color: #CE49CA;
}
.BgClassName
{
background-color: #CE49CA;
}
</style>
border-color css
<style>
span { border-color: #CE49CA; }
span { border-color: rgb(206,73,202); }
td.TdClassName
{
border-color: #CE49CA;
}
.TagClassName
{
border-color: #CE49CA;
}
</style>