Shades of Fuchsia #CE61C9
Tints of Fuchsia #CE61C9
RGB
CMYK
RGB Variations
Color information
#CE61C9 (or 0xCE61C9) is known color: Fuchsia. HEX triplet: CE, 61 and C9. RGB value is (206,97,201). Sum of RGB (Red+Green+Blue) = 206+97+201=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE61C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE61C9 is #319E36. Grayscale: #8D8D8D. Windows color (decimal): -3251767 or 13197774. OLE color: 13197774.
HSL color Cylindrical-coordinate representation of color #CE61C9: hue angle of 302.75º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE61C9 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 97 | 201 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.19 |
| HSL | 302.75º | 0.53% | 0.59% | - |
| HSV(B) | 302.75º | 0.53% | 0.81% | - |
| XYZ | 40.27 | 25.89 | 58.13 | - |
| YUV | 141.45 | 161.61 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 201 | 0 | 0.53 | 0.02 | 0.19 | 302.75 | 0.53 | 0.59 |
| Hex | CE | 61 | C9 | 0 | 35 | 2 | 13 | 12F | 35 | 3B |
| Octal | 316 | 141 | 311 | 0 | 65 | 2 | 23 | 457 | 65 | 73 |
| Binary | 11001110 | 1100001 | 11001001 | 0 | 110101 | 10 | 10011 | 100101111 | 110101 | 111011 |
Color Harmonies of #CE61C9
Complementary color
Monochromatic Colors of #CE61C9
Black with #CE61C9
Text Example
Text Example
White with #CE61C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE61C9; }
p { color: rgb(206,97,201); }
H1.HeaderClassName
{
color: #CE61C9;
}
.AnyTagClassName
{
color: #CE61C9;
}
</style>
background-color css
<style>
a { background-color: #CE61C9; }
a { background-color: rgb(206,97,201); }
div.DivClassName
{
background-color: #CE61C9;
}
.BgClassName
{
background-color: #CE61C9;
}
</style>
border-color css
<style>
span { border-color: #CE61C9; }
span { border-color: rgb(206,97,201); }
td.TdClassName
{
border-color: #CE61C9;
}
.TagClassName
{
border-color: #CE61C9;
}
</style>