Shades of Fuchsia #CE4AC8
Tints of Fuchsia #CE4AC8
RGB
CMYK
RGB Variations
Color information
#CE4AC8 (or 0xCE4AC8) is known color: Fuchsia. HEX triplet: CE, 4A and C8. RGB value is (206,74,200). Sum of RGB (Red+Green+Blue) = 206+74+200=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 74 (29.30% from 255 or 15.42% from 480); Blue value is 200 (78.52% from 255 or 41.67% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4AC8 is #31B537. Grayscale: #7F7F7F. Windows color (decimal): -3257656 or 13126350. OLE color: 13126350.
HSL color Cylindrical-coordinate representation of color #CE4AC8: hue angle of 302.73º 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 #CE4AC8 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 200 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.19 |
| HSL | 302.73º | 0.57% | 0.55% | - |
| HSV(B) | 302.73º | 0.64% | 0.81% | - |
| XYZ | 38.33 | 22.19 | 56.91 | - |
| YUV | 127.83 | 168.73 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 200 | 0 | 0.64 | 0.03 | 0.19 | 302.73 | 0.57 | 0.55 |
| Hex | CE | 4A | C8 | 0 | 40 | 3 | 13 | 12F | 39 | 37 |
| Octal | 316 | 112 | 310 | 0 | 100 | 3 | 23 | 457 | 71 | 67 |
| Binary | 11001110 | 1001010 | 11001000 | 0 | 1000000 | 11 | 10011 | 100101111 | 111001 | 110111 |
Color Harmonies of #CE4AC8
Complementary color
Monochromatic Colors of #CE4AC8
Black with #CE4AC8
Text Example
Text Example
White with #CE4AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4AC8; }
p { color: rgb(206,74,200); }
H1.HeaderClassName
{
color: #CE4AC8;
}
.AnyTagClassName
{
color: #CE4AC8;
}
</style>
background-color css
<style>
a { background-color: #CE4AC8; }
a { background-color: rgb(206,74,200); }
div.DivClassName
{
background-color: #CE4AC8;
}
.BgClassName
{
background-color: #CE4AC8;
}
</style>
border-color css
<style>
span { border-color: #CE4AC8; }
span { border-color: rgb(206,74,200); }
td.TdClassName
{
border-color: #CE4AC8;
}
.TagClassName
{
border-color: #CE4AC8;
}
</style>