Shades of Fuchsia #CE5CC9
Tints of Fuchsia #CE5CC9
RGB
CMYK
RGB Variations
Color information
#CE5CC9 (or 0xCE5CC9) is known color: Fuchsia. HEX triplet: CE, 5C and C9. RGB value is (206,92,201). Sum of RGB (Red+Green+Blue) = 206+92+201=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 92 (36.33% from 255 or 18.44% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5CC9 is #31A336. Grayscale: #8A8A8A. Windows color (decimal): -3253047 or 13196494. OLE color: 13196494.
HSL color Cylindrical-coordinate representation of color #CE5CC9: hue angle of 302.63º 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 #CE5CC9 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 201 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.19 |
| HSL | 302.63º | 0.54% | 0.58% | - |
| HSV(B) | 302.63º | 0.55% | 0.81% | - |
| XYZ | 39.82 | 24.99 | 57.98 | - |
| YUV | 138.51 | 163.27 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 201 | 0 | 0.55 | 0.02 | 0.19 | 302.63 | 0.54 | 0.58 |
| Hex | CE | 5C | C9 | 0 | 37 | 2 | 13 | 12F | 36 | 3A |
| Octal | 316 | 134 | 311 | 0 | 67 | 2 | 23 | 457 | 66 | 72 |
| Binary | 11001110 | 1011100 | 11001001 | 0 | 110111 | 10 | 10011 | 100101111 | 110110 | 111010 |
Color Harmonies of #CE5CC9
Complementary color
Monochromatic Colors of #CE5CC9
Black with #CE5CC9
Text Example
Text Example
White with #CE5CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5CC9; }
p { color: rgb(206,92,201); }
H1.HeaderClassName
{
color: #CE5CC9;
}
.AnyTagClassName
{
color: #CE5CC9;
}
</style>
background-color css
<style>
a { background-color: #CE5CC9; }
a { background-color: rgb(206,92,201); }
div.DivClassName
{
background-color: #CE5CC9;
}
.BgClassName
{
background-color: #CE5CC9;
}
</style>
border-color css
<style>
span { border-color: #CE5CC9; }
span { border-color: rgb(206,92,201); }
td.TdClassName
{
border-color: #CE5CC9;
}
.TagClassName
{
border-color: #CE5CC9;
}
</style>