Shades of Fuchsia #CE55CD
Tints of Fuchsia #CE55CD
RGB
CMYK
RGB Variations
Color information
#CE55CD (or 0xCE55CD) is known color: Fuchsia. HEX triplet: CE, 55 and CD. RGB value is (206,85,205). Sum of RGB (Red+Green+Blue) = 206+85+205=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE55CD is #31AA32. Grayscale: #868686. Windows color (decimal): -3254835 or 13456846. OLE color: 13456846.
HSL color Cylindrical-coordinate representation of color #CE55CD: hue angle of 300.5º 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 #CE55CD is Cyan = 0, Magento = 0.59, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 205 | - |
| CMYK | 0 | 0.59 | 0.00 | 0.19 |
| HSL | 300.5º | 0.55% | 0.57% | - |
| HSV(B) | 300.5º | 0.59% | 0.81% | - |
| XYZ | 39.72 | 24.03 | 60.3 | - |
| YUV | 134.86 | 167.59 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 205 | 0 | 0.59 | 0.00 | 0.19 | 300.5 | 0.55 | 0.57 |
| Hex | CE | 55 | CD | 0 | 3B | 0 | 13 | 12C | 37 | 39 |
| Octal | 316 | 125 | 315 | 0 | 73 | 0 | 23 | 454 | 67 | 71 |
| Binary | 11001110 | 1010101 | 11001101 | 0 | 111011 | 0 | 10011 | 100101100 | 110111 | 111001 |
Color Harmonies of #CE55CD
Complementary color
Monochromatic Colors of #CE55CD
Black with #CE55CD
Text Example
Text Example
White with #CE55CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE55CD; }
p { color: rgb(206,85,205); }
H1.HeaderClassName
{
color: #CE55CD;
}
.AnyTagClassName
{
color: #CE55CD;
}
</style>
background-color css
<style>
a { background-color: #CE55CD; }
a { background-color: rgb(206,85,205); }
div.DivClassName
{
background-color: #CE55CD;
}
.BgClassName
{
background-color: #CE55CD;
}
</style>
border-color css
<style>
span { border-color: #CE55CD; }
span { border-color: rgb(206,85,205); }
td.TdClassName
{
border-color: #CE55CD;
}
.TagClassName
{
border-color: #CE55CD;
}
</style>