Shades of Fuchsia #CE3AC2
Tints of Fuchsia #CE3AC2
RGB
CMYK
RGB Variations
Color information
#CE3AC2 (or 0xCE3AC2) is known color: Fuchsia. HEX triplet: CE, 3A and C2. RGB value is (206,58,194). Sum of RGB (Red+Green+Blue) = 206+58+194=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 194 (76.17% from 255 or 42.36% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3AC2 is #31C53D. Grayscale: #757575. Windows color (decimal): -3261758 or 12729038. OLE color: 12729038.
HSL color Cylindrical-coordinate representation of color #CE3AC2: hue angle of 304.86º 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 #CE3AC2 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 194 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.19 |
| HSL | 304.86º | 0.6% | 0.52% | - |
| HSV(B) | 304.86º | 0.72% | 0.81% | - |
| XYZ | 36.7 | 20.04 | 52.97 | - |
| YUV | 117.76 | 171.03 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 194 | 0 | 0.72 | 0.06 | 0.19 | 304.86 | 0.6 | 0.52 |
| Hex | CE | 3A | C2 | 0 | 48 | 6 | 13 | 131 | 3C | 34 |
| Octal | 316 | 72 | 302 | 0 | 110 | 6 | 23 | 461 | 74 | 64 |
| Binary | 11001110 | 111010 | 11000010 | 0 | 1001000 | 110 | 10011 | 100110001 | 111100 | 110100 |
Color Harmonies of #CE3AC2
Complementary color
Monochromatic Colors of #CE3AC2
Black with #CE3AC2
Text Example
Text Example
White with #CE3AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3AC2; }
p { color: rgb(206,58,194); }
H1.HeaderClassName
{
color: #CE3AC2;
}
.AnyTagClassName
{
color: #CE3AC2;
}
</style>
background-color css
<style>
a { background-color: #CE3AC2; }
a { background-color: rgb(206,58,194); }
div.DivClassName
{
background-color: #CE3AC2;
}
.BgClassName
{
background-color: #CE3AC2;
}
</style>
border-color css
<style>
span { border-color: #CE3AC2; }
span { border-color: rgb(206,58,194); }
td.TdClassName
{
border-color: #CE3AC2;
}
.TagClassName
{
border-color: #CE3AC2;
}
</style>