Shades of Fuchsia #CE5EC2
Tints of Fuchsia #CE5EC2
RGB
CMYK
RGB Variations
Color information
#CE5EC2 (or 0xCE5EC2) is known color: Fuchsia. HEX triplet: CE, 5E and C2. RGB value is (206,94,194). Sum of RGB (Red+Green+Blue) = 206+94+194=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5EC2 is #31A13D. Grayscale: #8A8A8A. Windows color (decimal): -3252542 or 12738254. OLE color: 12738254.
HSL color Cylindrical-coordinate representation of color #CE5EC2: hue angle of 306.43º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE5EC2 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 194 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.19 |
| HSL | 306.43º | 0.53% | 0.59% | - |
| HSV(B) | 306.43º | 0.54% | 0.81% | - |
| XYZ | 39.19 | 25.02 | 53.8 | - |
| YUV | 138.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 194 | 0 | 0.54 | 0.06 | 0.19 | 306.43 | 0.53 | 0.59 |
| Hex | CE | 5E | C2 | 0 | 36 | 6 | 13 | 132 | 35 | 3B |
| Octal | 316 | 136 | 302 | 0 | 66 | 6 | 23 | 462 | 65 | 73 |
| Binary | 11001110 | 1011110 | 11000010 | 0 | 110110 | 110 | 10011 | 100110010 | 110101 | 111011 |
Color Harmonies of #CE5EC2
Complementary color
Monochromatic Colors of #CE5EC2
Black with #CE5EC2
Text Example
Text Example
White with #CE5EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5EC2; }
p { color: rgb(206,94,194); }
H1.HeaderClassName
{
color: #CE5EC2;
}
.AnyTagClassName
{
color: #CE5EC2;
}
</style>
background-color css
<style>
a { background-color: #CE5EC2; }
a { background-color: rgb(206,94,194); }
div.DivClassName
{
background-color: #CE5EC2;
}
.BgClassName
{
background-color: #CE5EC2;
}
</style>
border-color css
<style>
span { border-color: #CE5EC2; }
span { border-color: rgb(206,94,194); }
td.TdClassName
{
border-color: #CE5EC2;
}
.TagClassName
{
border-color: #CE5EC2;
}
</style>