Shades of Fuchsia #CE60C5
Tints of Fuchsia #CE60C5
RGB
CMYK
RGB Variations
Color information
#CE60C5 (or 0xCE60C5) is known color: Fuchsia. HEX triplet: CE, 60 and C5. RGB value is (206,96,197). Sum of RGB (Red+Green+Blue) = 206+96+197=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60C5 is #319F3A. Grayscale: #8C8C8C. Windows color (decimal): -3252027 or 12935374. OLE color: 12935374.
HSL color Cylindrical-coordinate representation of color #CE60C5: hue angle of 304.91º 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 #CE60C5 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 197 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.19 |
| HSL | 304.91º | 0.53% | 0.59% | - |
| HSV(B) | 304.91º | 0.53% | 0.81% | - |
| XYZ | 39.71 | 25.52 | 55.66 | - |
| YUV | 140.4 | 159.94 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 197 | 0 | 0.53 | 0.04 | 0.19 | 304.91 | 0.53 | 0.59 |
| Hex | CE | 60 | C5 | 0 | 35 | 4 | 13 | 131 | 35 | 3B |
| Octal | 316 | 140 | 305 | 0 | 65 | 4 | 23 | 461 | 65 | 73 |
| Binary | 11001110 | 1100000 | 11000101 | 0 | 110101 | 100 | 10011 | 100110001 | 110101 | 111011 |
Color Harmonies of #CE60C5
Complementary color
Monochromatic Colors of #CE60C5
Black with #CE60C5
Text Example
Text Example
White with #CE60C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60C5; }
p { color: rgb(206,96,197); }
H1.HeaderClassName
{
color: #CE60C5;
}
.AnyTagClassName
{
color: #CE60C5;
}
</style>
background-color css
<style>
a { background-color: #CE60C5; }
a { background-color: rgb(206,96,197); }
div.DivClassName
{
background-color: #CE60C5;
}
.BgClassName
{
background-color: #CE60C5;
}
</style>
border-color css
<style>
span { border-color: #CE60C5; }
span { border-color: rgb(206,96,197); }
td.TdClassName
{
border-color: #CE60C5;
}
.TagClassName
{
border-color: #CE60C5;
}
</style>