Shades of Fuchsia #CE55C1
Tints of Fuchsia #CE55C1
RGB
CMYK
RGB Variations
Color information
#CE55C1 (or 0xCE55C1) is known color: Fuchsia. HEX triplet: CE, 55 and C1. RGB value is (206,85,193). Sum of RGB (Red+Green+Blue) = 206+85+193=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE55C1 is #31AA3E. Grayscale: #858585. Windows color (decimal): -3254847 or 12670414. OLE color: 12670414.
HSL color Cylindrical-coordinate representation of color #CE55C1: hue angle of 306.45º 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 #CE55C1 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 193 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.19 |
| HSL | 306.45º | 0.55% | 0.57% | - |
| HSV(B) | 306.45º | 0.59% | 0.81% | - |
| XYZ | 38.33 | 23.47 | 52.96 | - |
| YUV | 133.49 | 161.59 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 193 | 0 | 0.59 | 0.06 | 0.19 | 306.45 | 0.55 | 0.57 |
| Hex | CE | 55 | C1 | 0 | 3B | 6 | 13 | 132 | 37 | 39 |
| Octal | 316 | 125 | 301 | 0 | 73 | 6 | 23 | 462 | 67 | 71 |
| Binary | 11001110 | 1010101 | 11000001 | 0 | 111011 | 110 | 10011 | 100110010 | 110111 | 111001 |
Color Harmonies of #CE55C1
Complementary color
Monochromatic Colors of #CE55C1
Black with #CE55C1
Text Example
Text Example
White with #CE55C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE55C1; }
p { color: rgb(206,85,193); }
H1.HeaderClassName
{
color: #CE55C1;
}
.AnyTagClassName
{
color: #CE55C1;
}
</style>
background-color css
<style>
a { background-color: #CE55C1; }
a { background-color: rgb(206,85,193); }
div.DivClassName
{
background-color: #CE55C1;
}
.BgClassName
{
background-color: #CE55C1;
}
</style>
border-color css
<style>
span { border-color: #CE55C1; }
span { border-color: rgb(206,85,193); }
td.TdClassName
{
border-color: #CE55C1;
}
.TagClassName
{
border-color: #CE55C1;
}
</style>