Shades of Fuchsia #C95ECD
Tints of Fuchsia #C95ECD
RGB
CMYK
RGB Variations
Color information
#C95ECD (or 0xC95ECD) is known color: Fuchsia. HEX triplet: C9, 5E and CD. RGB value is (201,94,205). Sum of RGB (Red+Green+Blue) = 201+94+205=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 94 (37.11% from 255 or 18.8% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #C95ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95ECD is #36A132. Grayscale: #8A8A8A. Windows color (decimal): -3580211 or 13459145. OLE color: 13459145.
HSL color Cylindrical-coordinate representation of color #C95ECD: hue angle of 297.84º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95ECD is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 94 | 205 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.20 |
| HSL | 297.84º | 0.53% | 0.59% | - |
| HSV(B) | 297.84º | 0.54% | 0.8% | - |
| XYZ | 39.11 | 24.83 | 60.49 | - |
| YUV | 138.65 | 165.45 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 205 | 0.02 | 0.54 | 0 | 0.20 | 297.84 | 0.53 | 0.59 |
| Hex | C9 | 5E | CD | 2 | 36 | 0 | 14 | 12A | 35 | 3B |
| Octal | 311 | 136 | 315 | 2 | 66 | 0 | 24 | 452 | 65 | 73 |
| Binary | 11001001 | 1011110 | 11001101 | 10 | 110110 | 0 | 10100 | 100101010 | 110101 | 111011 |
Color Harmonies of #C95ECD
Complementary color
Monochromatic Colors of #C95ECD
Black with #C95ECD
Text Example
Text Example
White with #C95ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95ECD; }
p { color: rgb(201,94,205); }
H1.HeaderClassName
{
color: #C95ECD;
}
.AnyTagClassName
{
color: #C95ECD;
}
</style>
background-color css
<style>
a { background-color: #C95ECD; }
a { background-color: rgb(201,94,205); }
div.DivClassName
{
background-color: #C95ECD;
}
.BgClassName
{
background-color: #C95ECD;
}
</style>
border-color css
<style>
span { border-color: #C95ECD; }
span { border-color: rgb(201,94,205); }
td.TdClassName
{
border-color: #C95ECD;
}
.TagClassName
{
border-color: #C95ECD;
}
</style>