Shades of Fuchsia #C95EC1
Tints of Fuchsia #C95EC1
RGB
CMYK
RGB Variations
Color information
#C95EC1 (or 0xC95EC1) is known color: Fuchsia. HEX triplet: C9, 5E and C1. RGB value is (201,94,193). Sum of RGB (Red+Green+Blue) = 201+94+193=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C95EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95EC1 is #36A13E. Grayscale: #888888. Windows color (decimal): -3580223 or 12672713. OLE color: 12672713.
HSL color Cylindrical-coordinate representation of color #C95EC1: hue angle of 304.49º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C95EC1 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 94 | 193 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.21 |
| HSL | 304.49º | 0.5% | 0.58% | - |
| HSV(B) | 304.49º | 0.53% | 0.79% | - |
| XYZ | 37.72 | 24.27 | 53.15 | - |
| YUV | 137.28 | 159.45 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 193 | 0 | 0.53 | 0.04 | 0.21 | 304.49 | 0.5 | 0.58 |
| Hex | C9 | 5E | C1 | 0 | 35 | 4 | 15 | 130 | 32 | 3A |
| Octal | 311 | 136 | 301 | 0 | 65 | 4 | 25 | 460 | 62 | 72 |
| Binary | 11001001 | 1011110 | 11000001 | 0 | 110101 | 100 | 10101 | 100110000 | 110010 | 111010 |
Color Harmonies of #C95EC1
Complementary color
Monochromatic Colors of #C95EC1
Black with #C95EC1
Text Example
Text Example
White with #C95EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95EC1; }
p { color: rgb(201,94,193); }
H1.HeaderClassName
{
color: #C95EC1;
}
.AnyTagClassName
{
color: #C95EC1;
}
</style>
background-color css
<style>
a { background-color: #C95EC1; }
a { background-color: rgb(201,94,193); }
div.DivClassName
{
background-color: #C95EC1;
}
.BgClassName
{
background-color: #C95EC1;
}
</style>
border-color css
<style>
span { border-color: #C95EC1; }
span { border-color: rgb(201,94,193); }
td.TdClassName
{
border-color: #C95EC1;
}
.TagClassName
{
border-color: #C95EC1;
}
</style>