Shades of Fuchsia #CE55CA
Tints of Fuchsia #CE55CA
RGB
CMYK
RGB Variations
Color information
#CE55CA (or 0xCE55CA) is known color: Fuchsia. HEX triplet: CE, 55 and CA. RGB value is (206,85,202). Sum of RGB (Red+Green+Blue) = 206+85+202=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE55CA is #31AA35. Grayscale: #868686. Windows color (decimal): -3254838 or 13260238. OLE color: 13260238.
HSL color Cylindrical-coordinate representation of color #CE55CA: hue angle of 301.98º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE55CA is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 202 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.19 |
| HSL | 301.98º | 0.55% | 0.57% | - |
| HSV(B) | 301.98º | 0.59% | 0.81% | - |
| XYZ | 39.36 | 23.88 | 58.41 | - |
| YUV | 134.52 | 166.09 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 202 | 0 | 0.59 | 0.02 | 0.19 | 301.98 | 0.55 | 0.57 |
| Hex | CE | 55 | CA | 0 | 3B | 2 | 13 | 12E | 37 | 39 |
| Octal | 316 | 125 | 312 | 0 | 73 | 2 | 23 | 456 | 67 | 71 |
| Binary | 11001110 | 1010101 | 11001010 | 0 | 111011 | 10 | 10011 | 100101110 | 110111 | 111001 |
Color Harmonies of #CE55CA
Complementary color
Monochromatic Colors of #CE55CA
Black with #CE55CA
Text Example
Text Example
White with #CE55CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE55CA; }
p { color: rgb(206,85,202); }
H1.HeaderClassName
{
color: #CE55CA;
}
.AnyTagClassName
{
color: #CE55CA;
}
</style>
background-color css
<style>
a { background-color: #CE55CA; }
a { background-color: rgb(206,85,202); }
div.DivClassName
{
background-color: #CE55CA;
}
.BgClassName
{
background-color: #CE55CA;
}
</style>
border-color css
<style>
span { border-color: #CE55CA; }
span { border-color: rgb(206,85,202); }
td.TdClassName
{
border-color: #CE55CA;
}
.TagClassName
{
border-color: #CE55CA;
}
</style>