Shades of Fuchsia #CE5DAF
Tints of Fuchsia #CE5DAF
RGB
CMYK
RGB Variations
Color information
#CE5DAF (or 0xCE5DAF) is known color: Fuchsia. HEX triplet: CE, 5D and AF. RGB value is (206,93,175). Sum of RGB (Red+Green+Blue) = 206+93+175=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5DAF is #31A250. Grayscale: #878787. Windows color (decimal): -3252817 or 11492814. OLE color: 11492814.
HSL color Cylindrical-coordinate representation of color #CE5DAF: hue angle of 316.46º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5DAF is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 175 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.19 |
| HSL | 316.46º | 0.54% | 0.59% | - |
| HSV(B) | 316.46º | 0.55% | 0.81% | - |
| XYZ | 37.11 | 24.05 | 43.24 | - |
| YUV | 136.14 | 149.94 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 175 | 0 | 0.55 | 0.15 | 0.19 | 316.46 | 0.54 | 0.59 |
| Hex | CE | 5D | AF | 0 | 37 | F | 13 | 13C | 36 | 3B |
| Octal | 316 | 135 | 257 | 0 | 67 | 17 | 23 | 474 | 66 | 73 |
| Binary | 11001110 | 1011101 | 10101111 | 0 | 110111 | 1111 | 10011 | 100111100 | 110110 | 111011 |
Color Harmonies of #CE5DAF
Complementary color
Monochromatic Colors of #CE5DAF
Black with #CE5DAF
Text Example
Text Example
White with #CE5DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5DAF; }
p { color: rgb(206,93,175); }
H1.HeaderClassName
{
color: #CE5DAF;
}
.AnyTagClassName
{
color: #CE5DAF;
}
</style>
background-color css
<style>
a { background-color: #CE5DAF; }
a { background-color: rgb(206,93,175); }
div.DivClassName
{
background-color: #CE5DAF;
}
.BgClassName
{
background-color: #CE5DAF;
}
</style>
border-color css
<style>
span { border-color: #CE5DAF; }
span { border-color: rgb(206,93,175); }
td.TdClassName
{
border-color: #CE5DAF;
}
.TagClassName
{
border-color: #CE5DAF;
}
</style>