Shades of Fuchsia #CE55C2
Tints of Fuchsia #CE55C2
RGB
CMYK
RGB Variations
Color information
#CE55C2 (or 0xCE55C2) is known color: Fuchsia. HEX triplet: CE, 55 and C2. RGB value is (206,85,194). Sum of RGB (Red+Green+Blue) = 206+85+194=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE55C2 is #31AA3D. Grayscale: #858585. Windows color (decimal): -3254846 or 12735950. OLE color: 12735950.
HSL color Cylindrical-coordinate representation of color #CE55C2: hue angle of 305.95º 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 #CE55C2 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 194 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.19 |
| HSL | 305.95º | 0.55% | 0.57% | - |
| HSV(B) | 305.95º | 0.59% | 0.81% | - |
| XYZ | 38.44 | 23.51 | 53.55 | - |
| YUV | 133.61 | 162.09 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 194 | 0 | 0.59 | 0.06 | 0.19 | 305.95 | 0.55 | 0.57 |
| Hex | CE | 55 | C2 | 0 | 3B | 6 | 13 | 132 | 37 | 39 |
| Octal | 316 | 125 | 302 | 0 | 73 | 6 | 23 | 462 | 67 | 71 |
| Binary | 11001110 | 1010101 | 11000010 | 0 | 111011 | 110 | 10011 | 100110010 | 110111 | 111001 |
Color Harmonies of #CE55C2
Complementary color
Monochromatic Colors of #CE55C2
Black with #CE55C2
Text Example
Text Example
White with #CE55C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE55C2; }
p { color: rgb(206,85,194); }
H1.HeaderClassName
{
color: #CE55C2;
}
.AnyTagClassName
{
color: #CE55C2;
}
</style>
background-color css
<style>
a { background-color: #CE55C2; }
a { background-color: rgb(206,85,194); }
div.DivClassName
{
background-color: #CE55C2;
}
.BgClassName
{
background-color: #CE55C2;
}
</style>
border-color css
<style>
span { border-color: #CE55C2; }
span { border-color: rgb(206,85,194); }
td.TdClassName
{
border-color: #CE55C2;
}
.TagClassName
{
border-color: #CE55C2;
}
</style>