Shades of Fuchsia #CE58AF
Tints of Fuchsia #CE58AF
RGB
CMYK
RGB Variations
Color information
#CE58AF (or 0xCE58AF) is known color: Fuchsia. HEX triplet: CE, 58 and AF. RGB value is (206,88,175). Sum of RGB (Red+Green+Blue) = 206+88+175=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE58AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE58AF is #31A750. Grayscale: #848484. Windows color (decimal): -3254097 or 11491534. OLE color: 11491534.
HSL color Cylindrical-coordinate representation of color #CE58AF: hue angle of 315.76º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE58AF is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 175 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.19 |
| HSL | 315.76º | 0.55% | 0.58% | - |
| HSV(B) | 315.76º | 0.57% | 0.81% | - |
| XYZ | 36.68 | 23.2 | 43.1 | - |
| YUV | 133.2 | 151.59 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 175 | 0 | 0.57 | 0.15 | 0.19 | 315.76 | 0.55 | 0.58 |
| Hex | CE | 58 | AF | 0 | 39 | F | 13 | 13C | 37 | 3A |
| Octal | 316 | 130 | 257 | 0 | 71 | 17 | 23 | 474 | 67 | 72 |
| Binary | 11001110 | 1011000 | 10101111 | 0 | 111001 | 1111 | 10011 | 100111100 | 110111 | 111010 |
Color Harmonies of #CE58AF
Complementary color
Monochromatic Colors of #CE58AF
Black with #CE58AF
Text Example
Text Example
White with #CE58AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE58AF; }
p { color: rgb(206,88,175); }
H1.HeaderClassName
{
color: #CE58AF;
}
.AnyTagClassName
{
color: #CE58AF;
}
</style>
background-color css
<style>
a { background-color: #CE58AF; }
a { background-color: rgb(206,88,175); }
div.DivClassName
{
background-color: #CE58AF;
}
.BgClassName
{
background-color: #CE58AF;
}
</style>
border-color css
<style>
span { border-color: #CE58AF; }
span { border-color: rgb(206,88,175); }
td.TdClassName
{
border-color: #CE58AF;
}
.TagClassName
{
border-color: #CE58AF;
}
</style>