Shades of Fuchsia #CE60AD
Tints of Fuchsia #CE60AD
RGB
CMYK
RGB Variations
Color information
#CE60AD (or 0xCE60AD) is known color: Fuchsia. HEX triplet: CE, 60 and AD. RGB value is (206,96,173). Sum of RGB (Red+Green+Blue) = 206+96+173=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE60AD is #319F52. Grayscale: #898989. Windows color (decimal): -3252051 or 11362510. OLE color: 11362510.
HSL color Cylindrical-coordinate representation of color #CE60AD: hue angle of 318º 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 #CE60AD is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 173 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.19 |
| HSL | 318º | 0.53% | 0.59% | - |
| HSV(B) | 318º | 0.53% | 0.81% | - |
| XYZ | 37.18 | 24.5 | 42.31 | - |
| YUV | 137.67 | 147.94 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 173 | 0 | 0.53 | 0.16 | 0.19 | 318 | 0.53 | 0.59 |
| Hex | CE | 60 | AD | 0 | 35 | 10 | 13 | 13E | 35 | 3B |
| Octal | 316 | 140 | 255 | 0 | 65 | 20 | 23 | 476 | 65 | 73 |
| Binary | 11001110 | 1100000 | 10101101 | 0 | 110101 | 10000 | 10011 | 100111110 | 110101 | 111011 |
Color Harmonies of #CE60AD
Complementary color
Monochromatic Colors of #CE60AD
Black with #CE60AD
Text Example
Text Example
White with #CE60AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60AD; }
p { color: rgb(206,96,173); }
H1.HeaderClassName
{
color: #CE60AD;
}
.AnyTagClassName
{
color: #CE60AD;
}
</style>
background-color css
<style>
a { background-color: #CE60AD; }
a { background-color: rgb(206,96,173); }
div.DivClassName
{
background-color: #CE60AD;
}
.BgClassName
{
background-color: #CE60AD;
}
</style>
border-color css
<style>
span { border-color: #CE60AD; }
span { border-color: rgb(206,96,173); }
td.TdClassName
{
border-color: #CE60AD;
}
.TagClassName
{
border-color: #CE60AD;
}
</style>