Shades of Fuchsia #CE39AF
Tints of Fuchsia #CE39AF
RGB
CMYK
RGB Variations
Color information
#CE39AF (or 0xCE39AF) is known color: Fuchsia. HEX triplet: CE, 39 and AF. RGB value is (206,57,175). Sum of RGB (Red+Green+Blue) = 206+57+175=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 57 (22.66% from 255 or 13.01% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE39AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE39AF is #31C650. Grayscale: #727272. Windows color (decimal): -3262033 or 11483598. OLE color: 11483598.
HSL color Cylindrical-coordinate representation of color #CE39AF: hue angle of 312.48º 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 #CE39AF is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 175 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.19 |
| HSL | 312.48º | 0.6% | 0.52% | - |
| HSV(B) | 312.48º | 0.72% | 0.81% | - |
| XYZ | 34.65 | 19.14 | 42.43 | - |
| YUV | 115 | 161.86 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 175 | 0 | 0.72 | 0.15 | 0.19 | 312.48 | 0.6 | 0.52 |
| Hex | CE | 39 | AF | 0 | 48 | F | 13 | 138 | 3C | 34 |
| Octal | 316 | 71 | 257 | 0 | 110 | 17 | 23 | 470 | 74 | 64 |
| Binary | 11001110 | 111001 | 10101111 | 0 | 1001000 | 1111 | 10011 | 100111000 | 111100 | 110100 |
Color Harmonies of #CE39AF
Complementary color
Monochromatic Colors of #CE39AF
Black with #CE39AF
Text Example
Text Example
White with #CE39AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE39AF; }
p { color: rgb(206,57,175); }
H1.HeaderClassName
{
color: #CE39AF;
}
.AnyTagClassName
{
color: #CE39AF;
}
</style>
background-color css
<style>
a { background-color: #CE39AF; }
a { background-color: rgb(206,57,175); }
div.DivClassName
{
background-color: #CE39AF;
}
.BgClassName
{
background-color: #CE39AF;
}
</style>
border-color css
<style>
span { border-color: #CE39AF; }
span { border-color: rgb(206,57,175); }
td.TdClassName
{
border-color: #CE39AF;
}
.TagClassName
{
border-color: #CE39AF;
}
</style>