Shades of Fuchsia #C95ECE
Tints of Fuchsia #C95ECE
RGB
CMYK
RGB Variations
Color information
#C95ECE (or 0xC95ECE) is known color: Fuchsia. HEX triplet: C9, 5E and CE. RGB value is (201,94,206). Sum of RGB (Red+Green+Blue) = 201+94+206=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #C95ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95ECE is #36A131. Grayscale: #8A8A8A. Windows color (decimal): -3580210 or 13524681. OLE color: 13524681.
HSL color Cylindrical-coordinate representation of color #C95ECE: hue angle of 297.32º 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 #C95ECE is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 94 | 206 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.19 |
| HSL | 297.32º | 0.53% | 0.59% | - |
| HSV(B) | 297.32º | 0.54% | 0.81% | - |
| XYZ | 39.23 | 24.88 | 61.13 | - |
| YUV | 138.76 | 165.95 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 206 | 0.02 | 0.54 | 0 | 0.19 | 297.32 | 0.53 | 0.59 |
| Hex | C9 | 5E | CE | 2 | 36 | 0 | 13 | 129 | 35 | 3B |
| Octal | 311 | 136 | 316 | 2 | 66 | 0 | 23 | 451 | 65 | 73 |
| Binary | 11001001 | 1011110 | 11001110 | 10 | 110110 | 0 | 10011 | 100101001 | 110101 | 111011 |
Color Harmonies of #C95ECE
Complementary color
Monochromatic Colors of #C95ECE
Black with #C95ECE
Text Example
Text Example
White with #C95ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95ECE; }
p { color: rgb(201,94,206); }
H1.HeaderClassName
{
color: #C95ECE;
}
.AnyTagClassName
{
color: #C95ECE;
}
</style>
background-color css
<style>
a { background-color: #C95ECE; }
a { background-color: rgb(201,94,206); }
div.DivClassName
{
background-color: #C95ECE;
}
.BgClassName
{
background-color: #C95ECE;
}
</style>
border-color css
<style>
span { border-color: #C95ECE; }
span { border-color: rgb(201,94,206); }
td.TdClassName
{
border-color: #C95ECE;
}
.TagClassName
{
border-color: #C95ECE;
}
</style>