Shades of Fuchsia #CE5FC9
Tints of Fuchsia #CE5FC9
RGB
CMYK
RGB Variations
Color information
#CE5FC9 (or 0xCE5FC9) is known color: Fuchsia. HEX triplet: CE, 5F and C9. RGB value is (206,95,201). Sum of RGB (Red+Green+Blue) = 206+95+201=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5FC9 is #31A036. Grayscale: #8B8B8B. Windows color (decimal): -3252279 or 13197262. OLE color: 13197262.
HSL color Cylindrical-coordinate representation of color #CE5FC9: hue angle of 302.7º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE5FC9 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 95 | 201 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.19 |
| HSL | 302.7º | 0.53% | 0.59% | - |
| HSV(B) | 302.7º | 0.54% | 0.81% | - |
| XYZ | 40.09 | 25.52 | 58.07 | - |
| YUV | 140.27 | 162.27 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 95 | 201 | 0 | 0.54 | 0.02 | 0.19 | 302.7 | 0.53 | 0.59 |
| Hex | CE | 5F | C9 | 0 | 36 | 2 | 13 | 12F | 35 | 3B |
| Octal | 316 | 137 | 311 | 0 | 66 | 2 | 23 | 457 | 65 | 73 |
| Binary | 11001110 | 1011111 | 11001001 | 0 | 110110 | 10 | 10011 | 100101111 | 110101 | 111011 |
Color Harmonies of #CE5FC9
Complementary color
Monochromatic Colors of #CE5FC9
Black with #CE5FC9
Text Example
Text Example
White with #CE5FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5FC9; }
p { color: rgb(206,95,201); }
H1.HeaderClassName
{
color: #CE5FC9;
}
.AnyTagClassName
{
color: #CE5FC9;
}
</style>
background-color css
<style>
a { background-color: #CE5FC9; }
a { background-color: rgb(206,95,201); }
div.DivClassName
{
background-color: #CE5FC9;
}
.BgClassName
{
background-color: #CE5FC9;
}
</style>
border-color css
<style>
span { border-color: #CE5FC9; }
span { border-color: rgb(206,95,201); }
td.TdClassName
{
border-color: #CE5FC9;
}
.TagClassName
{
border-color: #CE5FC9;
}
</style>