Shades of Fuchsia #CE5BAF
Tints of Fuchsia #CE5BAF
RGB
CMYK
RGB Variations
Color information
#CE5BAF (or 0xCE5BAF) is known color: Fuchsia. HEX triplet: CE, 5B and AF. RGB value is (206,91,175). Sum of RGB (Red+Green+Blue) = 206+91+175=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5BAF is #31A450. Grayscale: #868686. Windows color (decimal): -3253329 or 11492302. OLE color: 11492302.
HSL color Cylindrical-coordinate representation of color #CE5BAF: hue angle of 316.17º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5BAF is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 175 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.19 |
| HSL | 316.17º | 0.54% | 0.58% | - |
| HSV(B) | 316.17º | 0.56% | 0.81% | - |
| XYZ | 36.93 | 23.7 | 43.19 | - |
| YUV | 134.96 | 150.6 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 175 | 0 | 0.56 | 0.15 | 0.19 | 316.17 | 0.54 | 0.58 |
| Hex | CE | 5B | AF | 0 | 38 | F | 13 | 13C | 36 | 3A |
| Octal | 316 | 133 | 257 | 0 | 70 | 17 | 23 | 474 | 66 | 72 |
| Binary | 11001110 | 1011011 | 10101111 | 0 | 111000 | 1111 | 10011 | 100111100 | 110110 | 111010 |
Color Harmonies of #CE5BAF
Complementary color
Monochromatic Colors of #CE5BAF
Black with #CE5BAF
Text Example
Text Example
White with #CE5BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5BAF; }
p { color: rgb(206,91,175); }
H1.HeaderClassName
{
color: #CE5BAF;
}
.AnyTagClassName
{
color: #CE5BAF;
}
</style>
background-color css
<style>
a { background-color: #CE5BAF; }
a { background-color: rgb(206,91,175); }
div.DivClassName
{
background-color: #CE5BAF;
}
.BgClassName
{
background-color: #CE5BAF;
}
</style>
border-color css
<style>
span { border-color: #CE5BAF; }
span { border-color: rgb(206,91,175); }
td.TdClassName
{
border-color: #CE5BAF;
}
.TagClassName
{
border-color: #CE5BAF;
}
</style>