Shades of Fuchsia #CE4AC6
Tints of Fuchsia #CE4AC6
RGB
CMYK
RGB Variations
Color information
#CE4AC6 (or 0xCE4AC6) is known color: Fuchsia. HEX triplet: CE, 4A and C6. RGB value is (206,74,198). Sum of RGB (Red+Green+Blue) = 206+74+198=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4AC6 is #31B539. Grayscale: #7F7F7F. Windows color (decimal): -3257658 or 12995278. OLE color: 12995278.
HSL color Cylindrical-coordinate representation of color #CE4AC6: hue angle of 303.64º 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 #CE4AC6 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 198 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.19 |
| HSL | 303.64º | 0.57% | 0.55% | - |
| HSV(B) | 303.64º | 0.64% | 0.81% | - |
| XYZ | 38.1 | 22.1 | 55.68 | - |
| YUV | 127.6 | 167.73 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 198 | 0 | 0.64 | 0.04 | 0.19 | 303.64 | 0.57 | 0.55 |
| Hex | CE | 4A | C6 | 0 | 40 | 4 | 13 | 130 | 39 | 37 |
| Octal | 316 | 112 | 306 | 0 | 100 | 4 | 23 | 460 | 71 | 67 |
| Binary | 11001110 | 1001010 | 11000110 | 0 | 1000000 | 100 | 10011 | 100110000 | 111001 | 110111 |
Color Harmonies of #CE4AC6
Complementary color
Monochromatic Colors of #CE4AC6
Black with #CE4AC6
Text Example
Text Example
White with #CE4AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4AC6; }
p { color: rgb(206,74,198); }
H1.HeaderClassName
{
color: #CE4AC6;
}
.AnyTagClassName
{
color: #CE4AC6;
}
</style>
background-color css
<style>
a { background-color: #CE4AC6; }
a { background-color: rgb(206,74,198); }
div.DivClassName
{
background-color: #CE4AC6;
}
.BgClassName
{
background-color: #CE4AC6;
}
</style>
border-color css
<style>
span { border-color: #CE4AC6; }
span { border-color: rgb(206,74,198); }
td.TdClassName
{
border-color: #CE4AC6;
}
.TagClassName
{
border-color: #CE4AC6;
}
</style>