Shades of Fuchsia #C95EC2
Tints of Fuchsia #C95EC2
RGB
CMYK
RGB Variations
Color information
#C95EC2 (or 0xC95EC2) is known color: Fuchsia. HEX triplet: C9, 5E and C2. RGB value is (201,94,194). Sum of RGB (Red+Green+Blue) = 201+94+194=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 194 (76.17% from 255 or 39.67% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C95EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95EC2 is #36A13D. Grayscale: #898989. Windows color (decimal): -3580222 or 12738249. OLE color: 12738249.
HSL color Cylindrical-coordinate representation of color #C95EC2: hue angle of 303.93º 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 #C95EC2 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 94 | 194 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.21 |
| HSL | 303.93º | 0.5% | 0.58% | - |
| HSV(B) | 303.93º | 0.53% | 0.79% | - |
| XYZ | 37.83 | 24.32 | 53.74 | - |
| YUV | 137.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 194 | 0 | 0.53 | 0.03 | 0.21 | 303.93 | 0.5 | 0.58 |
| Hex | C9 | 5E | C2 | 0 | 35 | 3 | 15 | 130 | 32 | 3A |
| Octal | 311 | 136 | 302 | 0 | 65 | 3 | 25 | 460 | 62 | 72 |
| Binary | 11001001 | 1011110 | 11000010 | 0 | 110101 | 11 | 10101 | 100110000 | 110010 | 111010 |
Color Harmonies of #C95EC2
Complementary color
Monochromatic Colors of #C95EC2
Black with #C95EC2
Text Example
Text Example
White with #C95EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95EC2; }
p { color: rgb(201,94,194); }
H1.HeaderClassName
{
color: #C95EC2;
}
.AnyTagClassName
{
color: #C95EC2;
}
</style>
background-color css
<style>
a { background-color: #C95EC2; }
a { background-color: rgb(201,94,194); }
div.DivClassName
{
background-color: #C95EC2;
}
.BgClassName
{
background-color: #C95EC2;
}
</style>
border-color css
<style>
span { border-color: #C95EC2; }
span { border-color: rgb(201,94,194); }
td.TdClassName
{
border-color: #C95EC2;
}
.TagClassName
{
border-color: #C95EC2;
}
</style>