Shades of Fuchsia #CE3AC4
Tints of Fuchsia #CE3AC4
RGB
CMYK
RGB Variations
Color information
#CE3AC4 (or 0xCE3AC4) is known color: Fuchsia. HEX triplet: CE, 3A and C4. RGB value is (206,58,196). Sum of RGB (Red+Green+Blue) = 206+58+196=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 58 (23.05% from 255 or 12.61% from 460); Blue value is 196 (76.95% from 255 or 42.61% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3AC4 is #31C53B. Grayscale: #757575. Windows color (decimal): -3261756 or 12860110. OLE color: 12860110.
HSL color Cylindrical-coordinate representation of color #CE3AC4: hue angle of 304.05º 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 #CE3AC4 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 196 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.19 |
| HSL | 304.05º | 0.6% | 0.52% | - |
| HSV(B) | 304.05º | 0.72% | 0.81% | - |
| XYZ | 36.93 | 20.13 | 54.16 | - |
| YUV | 117.98 | 172.03 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 196 | 0 | 0.72 | 0.05 | 0.19 | 304.05 | 0.6 | 0.52 |
| Hex | CE | 3A | C4 | 0 | 48 | 5 | 13 | 130 | 3C | 34 |
| Octal | 316 | 72 | 304 | 0 | 110 | 5 | 23 | 460 | 74 | 64 |
| Binary | 11001110 | 111010 | 11000100 | 0 | 1001000 | 101 | 10011 | 100110000 | 111100 | 110100 |
Color Harmonies of #CE3AC4
Complementary color
Monochromatic Colors of #CE3AC4
Black with #CE3AC4
Text Example
Text Example
White with #CE3AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3AC4; }
p { color: rgb(206,58,196); }
H1.HeaderClassName
{
color: #CE3AC4;
}
.AnyTagClassName
{
color: #CE3AC4;
}
</style>
background-color css
<style>
a { background-color: #CE3AC4; }
a { background-color: rgb(206,58,196); }
div.DivClassName
{
background-color: #CE3AC4;
}
.BgClassName
{
background-color: #CE3AC4;
}
</style>
border-color css
<style>
span { border-color: #CE3AC4; }
span { border-color: rgb(206,58,196); }
td.TdClassName
{
border-color: #CE3AC4;
}
.TagClassName
{
border-color: #CE3AC4;
}
</style>