Shades of Fuchsia #CE4ACC
Tints of Fuchsia #CE4ACC
RGB
CMYK
RGB Variations
Color information
#CE4ACC (or 0xCE4ACC) is known color: Fuchsia. HEX triplet: CE, 4A and CC. RGB value is (206,74,204). Sum of RGB (Red+Green+Blue) = 206+74+204=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4ACC is #31B533. Grayscale: #7F7F7F. Windows color (decimal): -3257652 or 13388494. OLE color: 13388494.
HSL color Cylindrical-coordinate representation of color #CE4ACC: hue angle of 300.91º 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 #CE4ACC is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 204 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.19 |
| HSL | 300.91º | 0.57% | 0.55% | - |
| HSV(B) | 300.91º | 0.64% | 0.81% | - |
| XYZ | 38.8 | 22.38 | 59.4 | - |
| YUV | 128.29 | 170.73 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 204 | 0 | 0.64 | 0.01 | 0.19 | 300.91 | 0.57 | 0.55 |
| Hex | CE | 4A | CC | 0 | 40 | 1 | 13 | 12D | 39 | 37 |
| Octal | 316 | 112 | 314 | 0 | 100 | 1 | 23 | 455 | 71 | 67 |
| Binary | 11001110 | 1001010 | 11001100 | 0 | 1000000 | 1 | 10011 | 100101101 | 111001 | 110111 |
Color Harmonies of #CE4ACC
Complementary color
Monochromatic Colors of #CE4ACC
Black with #CE4ACC
Text Example
Text Example
White with #CE4ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4ACC; }
p { color: rgb(206,74,204); }
H1.HeaderClassName
{
color: #CE4ACC;
}
.AnyTagClassName
{
color: #CE4ACC;
}
</style>
background-color css
<style>
a { background-color: #CE4ACC; }
a { background-color: rgb(206,74,204); }
div.DivClassName
{
background-color: #CE4ACC;
}
.BgClassName
{
background-color: #CE4ACC;
}
</style>
border-color css
<style>
span { border-color: #CE4ACC; }
span { border-color: rgb(206,74,204); }
td.TdClassName
{
border-color: #CE4ACC;
}
.TagClassName
{
border-color: #CE4ACC;
}
</style>