Shades of Fuchsia #CE60C9
Tints of Fuchsia #CE60C9
RGB
CMYK
RGB Variations
Color information
#CE60C9 (or 0xCE60C9) is known color: Fuchsia. HEX triplet: CE, 60 and C9. RGB value is (206,96,201). Sum of RGB (Red+Green+Blue) = 206+96+201=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60C9 is #319F36. Grayscale: #8C8C8C. Windows color (decimal): -3252023 or 13197518. OLE color: 13197518.
HSL color Cylindrical-coordinate representation of color #CE60C9: hue angle of 302.73º 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 #CE60C9 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 201 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.19 |
| HSL | 302.73º | 0.53% | 0.59% | - |
| HSV(B) | 302.73º | 0.53% | 0.81% | - |
| XYZ | 40.18 | 25.7 | 58.1 | - |
| YUV | 140.86 | 161.94 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 201 | 0 | 0.53 | 0.02 | 0.19 | 302.73 | 0.53 | 0.59 |
| Hex | CE | 60 | C9 | 0 | 35 | 2 | 13 | 12F | 35 | 3B |
| Octal | 316 | 140 | 311 | 0 | 65 | 2 | 23 | 457 | 65 | 73 |
| Binary | 11001110 | 1100000 | 11001001 | 0 | 110101 | 10 | 10011 | 100101111 | 110101 | 111011 |
Color Harmonies of #CE60C9
Complementary color
Monochromatic Colors of #CE60C9
Black with #CE60C9
Text Example
Text Example
White with #CE60C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60C9; }
p { color: rgb(206,96,201); }
H1.HeaderClassName
{
color: #CE60C9;
}
.AnyTagClassName
{
color: #CE60C9;
}
</style>
background-color css
<style>
a { background-color: #CE60C9; }
a { background-color: rgb(206,96,201); }
div.DivClassName
{
background-color: #CE60C9;
}
.BgClassName
{
background-color: #CE60C9;
}
</style>
border-color css
<style>
span { border-color: #CE60C9; }
span { border-color: rgb(206,96,201); }
td.TdClassName
{
border-color: #CE60C9;
}
.TagClassName
{
border-color: #CE60C9;
}
</style>