Shades of Fuchsia #CE3AAF
Tints of Fuchsia #CE3AAF
RGB
CMYK
RGB Variations
Color information
#CE3AAF (or 0xCE3AAF) is known color: Fuchsia. HEX triplet: CE, 3A and AF. RGB value is (206,58,175). Sum of RGB (Red+Green+Blue) = 206+58+175=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3AAF is #31C550. Grayscale: #737373. Windows color (decimal): -3261777 or 11483854. OLE color: 11483854.
HSL color Cylindrical-coordinate representation of color #CE3AAF: hue angle of 312.57º 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 #CE3AAF is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 175 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.19 |
| HSL | 312.57º | 0.6% | 0.52% | - |
| HSV(B) | 312.57º | 0.72% | 0.81% | - |
| XYZ | 34.7 | 19.24 | 42.44 | - |
| YUV | 115.59 | 161.53 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 175 | 0 | 0.72 | 0.15 | 0.19 | 312.57 | 0.6 | 0.52 |
| Hex | CE | 3A | AF | 0 | 48 | F | 13 | 139 | 3C | 34 |
| Octal | 316 | 72 | 257 | 0 | 110 | 17 | 23 | 471 | 74 | 64 |
| Binary | 11001110 | 111010 | 10101111 | 0 | 1001000 | 1111 | 10011 | 100111001 | 111100 | 110100 |
Color Harmonies of #CE3AAF
Complementary color
Monochromatic Colors of #CE3AAF
Black with #CE3AAF
Text Example
Text Example
White with #CE3AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3AAF; }
p { color: rgb(206,58,175); }
H1.HeaderClassName
{
color: #CE3AAF;
}
.AnyTagClassName
{
color: #CE3AAF;
}
</style>
background-color css
<style>
a { background-color: #CE3AAF; }
a { background-color: rgb(206,58,175); }
div.DivClassName
{
background-color: #CE3AAF;
}
.BgClassName
{
background-color: #CE3AAF;
}
</style>
border-color css
<style>
span { border-color: #CE3AAF; }
span { border-color: rgb(206,58,175); }
td.TdClassName
{
border-color: #CE3AAF;
}
.TagClassName
{
border-color: #CE3AAF;
}
</style>