Shades of Fuchsia #CE3ACC
Tints of Fuchsia #CE3ACC
RGB
CMYK
RGB Variations
Color information
#CE3ACC (or 0xCE3ACC) is known color: Fuchsia. HEX triplet: CE, 3A and CC. RGB value is (206,58,204). Sum of RGB (Red+Green+Blue) = 206+58+204=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 58 (23.05% from 255 or 12.39% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3ACC is #31C533. Grayscale: #767676. Windows color (decimal): -3261748 or 13384398. OLE color: 13384398.
HSL color Cylindrical-coordinate representation of color #CE3ACC: hue angle of 300.81º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3ACC is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 204 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.19 |
| HSL | 300.81º | 0.6% | 0.52% | - |
| HSV(B) | 300.81º | 0.72% | 0.81% | - |
| XYZ | 37.87 | 20.51 | 59.09 | - |
| YUV | 118.9 | 176.03 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 204 | 0 | 0.72 | 0.01 | 0.19 | 300.81 | 0.6 | 0.52 |
| Hex | CE | 3A | CC | 0 | 48 | 1 | 13 | 12D | 3C | 34 |
| Octal | 316 | 72 | 314 | 0 | 110 | 1 | 23 | 455 | 74 | 64 |
| Binary | 11001110 | 111010 | 11001100 | 0 | 1001000 | 1 | 10011 | 100101101 | 111100 | 110100 |
Color Harmonies of #CE3ACC
Complementary color
Monochromatic Colors of #CE3ACC
Black with #CE3ACC
Text Example
Text Example
White with #CE3ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3ACC; }
p { color: rgb(206,58,204); }
H1.HeaderClassName
{
color: #CE3ACC;
}
.AnyTagClassName
{
color: #CE3ACC;
}
</style>
background-color css
<style>
a { background-color: #CE3ACC; }
a { background-color: rgb(206,58,204); }
div.DivClassName
{
background-color: #CE3ACC;
}
.BgClassName
{
background-color: #CE3ACC;
}
</style>
border-color css
<style>
span { border-color: #CE3ACC; }
span { border-color: rgb(206,58,204); }
td.TdClassName
{
border-color: #CE3ACC;
}
.TagClassName
{
border-color: #CE3ACC;
}
</style>