Shades of Fuchsia #CE5DC1
Tints of Fuchsia #CE5DC1
RGB
CMYK
RGB Variations
Color information
#CE5DC1 (or 0xCE5DC1) is known color: Fuchsia. HEX triplet: CE, 5D and C1. RGB value is (206,93,193). Sum of RGB (Red+Green+Blue) = 206+93+193=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DC1 is #31A23E. Grayscale: #898989. Windows color (decimal): -3252799 or 12672462. OLE color: 12672462.
HSL color Cylindrical-coordinate representation of color #CE5DC1: hue angle of 306.9º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5DC1 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 193 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.19 |
| HSL | 306.9º | 0.54% | 0.59% | - |
| HSV(B) | 306.9º | 0.55% | 0.81% | - |
| XYZ | 38.99 | 24.8 | 53.18 | - |
| YUV | 138.19 | 158.94 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 193 | 0 | 0.55 | 0.06 | 0.19 | 306.9 | 0.54 | 0.59 |
| Hex | CE | 5D | C1 | 0 | 37 | 6 | 13 | 133 | 36 | 3B |
| Octal | 316 | 135 | 301 | 0 | 67 | 6 | 23 | 463 | 66 | 73 |
| Binary | 11001110 | 1011101 | 11000001 | 0 | 110111 | 110 | 10011 | 100110011 | 110110 | 111011 |
Color Harmonies of #CE5DC1
Complementary color
Monochromatic Colors of #CE5DC1
Black with #CE5DC1
Text Example
Text Example
White with #CE5DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5DC1; }
p { color: rgb(206,93,193); }
H1.HeaderClassName
{
color: #CE5DC1;
}
.AnyTagClassName
{
color: #CE5DC1;
}
</style>
background-color css
<style>
a { background-color: #CE5DC1; }
a { background-color: rgb(206,93,193); }
div.DivClassName
{
background-color: #CE5DC1;
}
.BgClassName
{
background-color: #CE5DC1;
}
</style>
border-color css
<style>
span { border-color: #CE5DC1; }
span { border-color: rgb(206,93,193); }
td.TdClassName
{
border-color: #CE5DC1;
}
.TagClassName
{
border-color: #CE5DC1;
}
</style>