Shades of Fuchsia #CE60C0
Tints of Fuchsia #CE60C0
RGB
CMYK
RGB Variations
Color information
#CE60C0 (or 0xCE60C0) is known color: Fuchsia. HEX triplet: CE, 60 and C0. RGB value is (206,96,192). Sum of RGB (Red+Green+Blue) = 206+96+192=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60C0 is #319F3F. Grayscale: #8B8B8B. Windows color (decimal): -3252032 or 12607694. OLE color: 12607694.
HSL color Cylindrical-coordinate representation of color #CE60C0: hue angle of 307.64º 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 #CE60C0 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 192 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.19 |
| HSL | 307.64º | 0.53% | 0.59% | - |
| HSV(B) | 307.64º | 0.53% | 0.81% | - |
| XYZ | 39.15 | 25.29 | 52.69 | - |
| YUV | 139.83 | 157.44 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 192 | 0 | 0.53 | 0.07 | 0.19 | 307.64 | 0.53 | 0.59 |
| Hex | CE | 60 | C0 | 0 | 35 | 7 | 13 | 134 | 35 | 3B |
| Octal | 316 | 140 | 300 | 0 | 65 | 7 | 23 | 464 | 65 | 73 |
| Binary | 11001110 | 1100000 | 11000000 | 0 | 110101 | 111 | 10011 | 100110100 | 110101 | 111011 |
Color Harmonies of #CE60C0
Complementary color
Monochromatic Colors of #CE60C0
Black with #CE60C0
Text Example
Text Example
White with #CE60C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60C0; }
p { color: rgb(206,96,192); }
H1.HeaderClassName
{
color: #CE60C0;
}
.AnyTagClassName
{
color: #CE60C0;
}
</style>
background-color css
<style>
a { background-color: #CE60C0; }
a { background-color: rgb(206,96,192); }
div.DivClassName
{
background-color: #CE60C0;
}
.BgClassName
{
background-color: #CE60C0;
}
</style>
border-color css
<style>
span { border-color: #CE60C0; }
span { border-color: rgb(206,96,192); }
td.TdClassName
{
border-color: #CE60C0;
}
.TagClassName
{
border-color: #CE60C0;
}
</style>