Shades of Fuchsia #CE5CC2
Tints of Fuchsia #CE5CC2
RGB
CMYK
RGB Variations
Color information
#CE5CC2 (or 0xCE5CC2) is known color: Fuchsia. HEX triplet: CE, 5C and C2. RGB value is (206,92,194). Sum of RGB (Red+Green+Blue) = 206+92+194=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5CC2 is #31A33D. Grayscale: #898989. Windows color (decimal): -3253054 or 12737742. OLE color: 12737742.
HSL color Cylindrical-coordinate representation of color #CE5CC2: hue angle of 306.32º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5CC2 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 194 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.19 |
| HSL | 306.32º | 0.54% | 0.58% | - |
| HSV(B) | 306.32º | 0.55% | 0.81% | - |
| XYZ | 39.02 | 24.67 | 53.74 | - |
| YUV | 137.71 | 159.77 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 194 | 0 | 0.55 | 0.06 | 0.19 | 306.32 | 0.54 | 0.58 |
| Hex | CE | 5C | C2 | 0 | 37 | 6 | 13 | 132 | 36 | 3A |
| Octal | 316 | 134 | 302 | 0 | 67 | 6 | 23 | 462 | 66 | 72 |
| Binary | 11001110 | 1011100 | 11000010 | 0 | 110111 | 110 | 10011 | 100110010 | 110110 | 111010 |
Color Harmonies of #CE5CC2
Complementary color
Monochromatic Colors of #CE5CC2
Black with #CE5CC2
Text Example
Text Example
White with #CE5CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5CC2; }
p { color: rgb(206,92,194); }
H1.HeaderClassName
{
color: #CE5CC2;
}
.AnyTagClassName
{
color: #CE5CC2;
}
</style>
background-color css
<style>
a { background-color: #CE5CC2; }
a { background-color: rgb(206,92,194); }
div.DivClassName
{
background-color: #CE5CC2;
}
.BgClassName
{
background-color: #CE5CC2;
}
</style>
border-color css
<style>
span { border-color: #CE5CC2; }
span { border-color: rgb(206,92,194); }
td.TdClassName
{
border-color: #CE5CC2;
}
.TagClassName
{
border-color: #CE5CC2;
}
</style>