Shades of Fuchsia #CE3AC7
Tints of Fuchsia #CE3AC7
RGB
CMYK
RGB Variations
Color information
#CE3AC7 (or 0xCE3AC7) is known color: Fuchsia. HEX triplet: CE, 3A and C7. RGB value is (206,58,199). Sum of RGB (Red+Green+Blue) = 206+58+199=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3AC7 is #31C538. Grayscale: #757575. Windows color (decimal): -3261753 or 13056718. OLE color: 13056718.
HSL color Cylindrical-coordinate representation of color #CE3AC7: hue angle of 302.84º 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 #CE3AC7 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 199 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.19 |
| HSL | 302.84º | 0.6% | 0.52% | - |
| HSV(B) | 302.84º | 0.72% | 0.81% | - |
| XYZ | 37.28 | 20.27 | 55.98 | - |
| YUV | 118.33 | 173.53 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 199 | 0 | 0.72 | 0.03 | 0.19 | 302.84 | 0.6 | 0.52 |
| Hex | CE | 3A | C7 | 0 | 48 | 3 | 13 | 12F | 3C | 34 |
| Octal | 316 | 72 | 307 | 0 | 110 | 3 | 23 | 457 | 74 | 64 |
| Binary | 11001110 | 111010 | 11000111 | 0 | 1001000 | 11 | 10011 | 100101111 | 111100 | 110100 |
Color Harmonies of #CE3AC7
Complementary color
Monochromatic Colors of #CE3AC7
Black with #CE3AC7
Text Example
Text Example
White with #CE3AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3AC7; }
p { color: rgb(206,58,199); }
H1.HeaderClassName
{
color: #CE3AC7;
}
.AnyTagClassName
{
color: #CE3AC7;
}
</style>
background-color css
<style>
a { background-color: #CE3AC7; }
a { background-color: rgb(206,58,199); }
div.DivClassName
{
background-color: #CE3AC7;
}
.BgClassName
{
background-color: #CE3AC7;
}
</style>
border-color css
<style>
span { border-color: #CE3AC7; }
span { border-color: rgb(206,58,199); }
td.TdClassName
{
border-color: #CE3AC7;
}
.TagClassName
{
border-color: #CE3AC7;
}
</style>