Shades of Fuchsia #CE3AC5
Tints of Fuchsia #CE3AC5
RGB
CMYK
RGB Variations
Color information
#CE3AC5 (or 0xCE3AC5) is known color: Fuchsia. HEX triplet: CE, 3A and C5. RGB value is (206,58,197). Sum of RGB (Red+Green+Blue) = 206+58+197=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3AC5 is #31C53A. Grayscale: #757575. Windows color (decimal): -3261755 or 12925646. OLE color: 12925646.
HSL color Cylindrical-coordinate representation of color #CE3AC5: hue angle of 303.65º 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 #CE3AC5 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 197 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.19 |
| HSL | 303.65º | 0.6% | 0.52% | - |
| HSV(B) | 303.65º | 0.72% | 0.81% | - |
| XYZ | 37.04 | 20.18 | 54.77 | - |
| YUV | 118.1 | 172.53 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 197 | 0 | 0.72 | 0.04 | 0.19 | 303.65 | 0.6 | 0.52 |
| Hex | CE | 3A | C5 | 0 | 48 | 4 | 13 | 130 | 3C | 34 |
| Octal | 316 | 72 | 305 | 0 | 110 | 4 | 23 | 460 | 74 | 64 |
| Binary | 11001110 | 111010 | 11000101 | 0 | 1001000 | 100 | 10011 | 100110000 | 111100 | 110100 |
Color Harmonies of #CE3AC5
Complementary color
Monochromatic Colors of #CE3AC5
Black with #CE3AC5
Text Example
Text Example
White with #CE3AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3AC5; }
p { color: rgb(206,58,197); }
H1.HeaderClassName
{
color: #CE3AC5;
}
.AnyTagClassName
{
color: #CE3AC5;
}
</style>
background-color css
<style>
a { background-color: #CE3AC5; }
a { background-color: rgb(206,58,197); }
div.DivClassName
{
background-color: #CE3AC5;
}
.BgClassName
{
background-color: #CE3AC5;
}
</style>
border-color css
<style>
span { border-color: #CE3AC5; }
span { border-color: rgb(206,58,197); }
td.TdClassName
{
border-color: #CE3AC5;
}
.TagClassName
{
border-color: #CE3AC5;
}
</style>