Shades of Fuchsia #CE49AF
Tints of Fuchsia #CE49AF
RGB
CMYK
RGB Variations
Color information
#CE49AF (or 0xCE49AF) is known color: Fuchsia. HEX triplet: CE, 49 and AF. RGB value is (206,73,175). Sum of RGB (Red+Green+Blue) = 206+73+175=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE49AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE49AF is #31B650. Grayscale: #7C7C7C. Windows color (decimal): -3257937 or 11487694. OLE color: 11487694.
HSL color Cylindrical-coordinate representation of color #CE49AF: hue angle of 313.98º 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 #CE49AF is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 73 | 175 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.19 |
| HSL | 313.99º | 0.58% | 0.55% | - |
| HSV(B) | 313.99º | 0.65% | 0.81% | - |
| XYZ | 35.57 | 20.98 | 42.73 | - |
| YUV | 124.4 | 156.56 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 175 | 0 | 0.65 | 0.15 | 0.19 | 313.99 | 0.58 | 0.55 |
| Hex | CE | 49 | AF | 0 | 41 | F | 13 | 13A | 3A | 37 |
| Octal | 316 | 111 | 257 | 0 | 101 | 17 | 23 | 472 | 72 | 67 |
| Binary | 11001110 | 1001001 | 10101111 | 0 | 1000001 | 1111 | 10011 | 100111010 | 111010 | 110111 |
Color Harmonies of #CE49AF
Complementary color
Monochromatic Colors of #CE49AF
Black with #CE49AF
Text Example
Text Example
White with #CE49AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE49AF; }
p { color: rgb(206,73,175); }
H1.HeaderClassName
{
color: #CE49AF;
}
.AnyTagClassName
{
color: #CE49AF;
}
</style>
background-color css
<style>
a { background-color: #CE49AF; }
a { background-color: rgb(206,73,175); }
div.DivClassName
{
background-color: #CE49AF;
}
.BgClassName
{
background-color: #CE49AF;
}
</style>
border-color css
<style>
span { border-color: #CE49AF; }
span { border-color: rgb(206,73,175); }
td.TdClassName
{
border-color: #CE49AF;
}
.TagClassName
{
border-color: #CE49AF;
}
</style>