Shades of Fuchsia #CE4AAC
Tints of Fuchsia #CE4AAC
RGB
CMYK
RGB Variations
Color information
#CE4AAC (or 0xCE4AAC) is known color: Fuchsia. HEX triplet: CE, 4A and AC. RGB value is (206,74,172). Sum of RGB (Red+Green+Blue) = 206+74+172=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4AAC is #31B553. Grayscale: #7C7C7C. Windows color (decimal): -3257684 or 11291342. OLE color: 11291342.
HSL color Cylindrical-coordinate representation of color #CE4AAC: hue angle of 315.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4AAC is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 172 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.19 |
| HSL | 315.45º | 0.57% | 0.55% | - |
| HSV(B) | 315.45º | 0.64% | 0.81% | - |
| XYZ | 35.35 | 21 | 41.22 | - |
| YUV | 124.64 | 154.73 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 172 | 0 | 0.64 | 0.17 | 0.19 | 315.45 | 0.57 | 0.55 |
| Hex | CE | 4A | AC | 0 | 40 | 11 | 13 | 13B | 39 | 37 |
| Octal | 316 | 112 | 254 | 0 | 100 | 21 | 23 | 473 | 71 | 67 |
| Binary | 11001110 | 1001010 | 10101100 | 0 | 1000000 | 10001 | 10011 | 100111011 | 111001 | 110111 |
Color Harmonies of #CE4AAC
Complementary color
Monochromatic Colors of #CE4AAC
Black with #CE4AAC
Text Example
Text Example
White with #CE4AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4AAC; }
p { color: rgb(206,74,172); }
H1.HeaderClassName
{
color: #CE4AAC;
}
.AnyTagClassName
{
color: #CE4AAC;
}
</style>
background-color css
<style>
a { background-color: #CE4AAC; }
a { background-color: rgb(206,74,172); }
div.DivClassName
{
background-color: #CE4AAC;
}
.BgClassName
{
background-color: #CE4AAC;
}
</style>
border-color css
<style>
span { border-color: #CE4AAC; }
span { border-color: rgb(206,74,172); }
td.TdClassName
{
border-color: #CE4AAC;
}
.TagClassName
{
border-color: #CE4AAC;
}
</style>