Shades of Fuchsia #CE5CB0
Tints of Fuchsia #CE5CB0
RGB
CMYK
RGB Variations
Color information
#CE5CB0 (or 0xCE5CB0) is known color: Fuchsia. HEX triplet: CE, 5C and B0. RGB value is (206,92,176). Sum of RGB (Red+Green+Blue) = 206+92+176=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5CB0 is #31A34F. Grayscale: #878787. Windows color (decimal): -3253072 or 11558094. OLE color: 11558094.
HSL color Cylindrical-coordinate representation of color #CE5CB0: hue angle of 315.79º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5CB0 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 176 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.19 |
| HSL | 315.79º | 0.54% | 0.58% | - |
| HSV(B) | 315.79º | 0.55% | 0.81% | - |
| XYZ | 37.12 | 23.91 | 43.73 | - |
| YUV | 135.66 | 150.77 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 176 | 0 | 0.55 | 0.15 | 0.19 | 315.79 | 0.54 | 0.58 |
| Hex | CE | 5C | B0 | 0 | 37 | F | 13 | 13C | 36 | 3A |
| Octal | 316 | 134 | 260 | 0 | 67 | 17 | 23 | 474 | 66 | 72 |
| Binary | 11001110 | 1011100 | 10110000 | 0 | 110111 | 1111 | 10011 | 100111100 | 110110 | 111010 |
Color Harmonies of #CE5CB0
Complementary color
Monochromatic Colors of #CE5CB0
Black with #CE5CB0
Text Example
Text Example
White with #CE5CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5CB0; }
p { color: rgb(206,92,176); }
H1.HeaderClassName
{
color: #CE5CB0;
}
.AnyTagClassName
{
color: #CE5CB0;
}
</style>
background-color css
<style>
a { background-color: #CE5CB0; }
a { background-color: rgb(206,92,176); }
div.DivClassName
{
background-color: #CE5CB0;
}
.BgClassName
{
background-color: #CE5CB0;
}
</style>
border-color css
<style>
span { border-color: #CE5CB0; }
span { border-color: rgb(206,92,176); }
td.TdClassName
{
border-color: #CE5CB0;
}
.TagClassName
{
border-color: #CE5CB0;
}
</style>