Shades of Fuchsia #CE60CA
Tints of Fuchsia #CE60CA
RGB
CMYK
RGB Variations
Color information
#CE60CA (or 0xCE60CA) is known color: Fuchsia. HEX triplet: CE, 60 and CA. RGB value is (206,96,202). Sum of RGB (Red+Green+Blue) = 206+96+202=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE60CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60CA is #319F35. Grayscale: #8C8C8C. Windows color (decimal): -3252022 or 13263054. OLE color: 13263054.
HSL color Cylindrical-coordinate representation of color #CE60CA: hue angle of 302.18º 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 #CE60CA is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 202 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.19 |
| HSL | 302.18º | 0.53% | 0.59% | - |
| HSV(B) | 302.18º | 0.53% | 0.81% | - |
| XYZ | 40.3 | 25.75 | 58.72 | - |
| YUV | 140.97 | 162.44 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 202 | 0 | 0.53 | 0.02 | 0.19 | 302.18 | 0.53 | 0.59 |
| Hex | CE | 60 | CA | 0 | 35 | 2 | 13 | 12E | 35 | 3B |
| Octal | 316 | 140 | 312 | 0 | 65 | 2 | 23 | 456 | 65 | 73 |
| Binary | 11001110 | 1100000 | 11001010 | 0 | 110101 | 10 | 10011 | 100101110 | 110101 | 111011 |
Color Harmonies of #CE60CA
Complementary color
Monochromatic Colors of #CE60CA
Black with #CE60CA
Text Example
Text Example
White with #CE60CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60CA; }
p { color: rgb(206,96,202); }
H1.HeaderClassName
{
color: #CE60CA;
}
.AnyTagClassName
{
color: #CE60CA;
}
</style>
background-color css
<style>
a { background-color: #CE60CA; }
a { background-color: rgb(206,96,202); }
div.DivClassName
{
background-color: #CE60CA;
}
.BgClassName
{
background-color: #CE60CA;
}
</style>
border-color css
<style>
span { border-color: #CE60CA; }
span { border-color: rgb(206,96,202); }
td.TdClassName
{
border-color: #CE60CA;
}
.TagClassName
{
border-color: #CE60CA;
}
</style>