Shades of Fuchsia #C94EC1
Tints of Fuchsia #C94EC1
RGB
CMYK
RGB Variations
Color information
#C94EC1 (or 0xC94EC1) is known color: Fuchsia. HEX triplet: C9, 4E and C1. RGB value is (201,78,193). Sum of RGB (Red+Green+Blue) = 201+78+193=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C94EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94EC1 is #36B13E. Grayscale: #7F7F7F. Windows color (decimal): -3584319 or 12668617. OLE color: 12668617.
HSL color Cylindrical-coordinate representation of color #C94EC1: hue angle of 303.9º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C94EC1 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 78 | 193 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.21 |
| HSL | 303.9º | 0.53% | 0.55% | - |
| HSV(B) | 303.9º | 0.61% | 0.79% | - |
| XYZ | 36.44 | 21.72 | 52.72 | - |
| YUV | 127.89 | 164.75 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 193 | 0 | 0.61 | 0.04 | 0.21 | 303.9 | 0.53 | 0.55 |
| Hex | C9 | 4E | C1 | 0 | 3D | 4 | 15 | 130 | 35 | 37 |
| Octal | 311 | 116 | 301 | 0 | 75 | 4 | 25 | 460 | 65 | 67 |
| Binary | 11001001 | 1001110 | 11000001 | 0 | 111101 | 100 | 10101 | 100110000 | 110101 | 110111 |
Color Harmonies of #C94EC1
Complementary color
Monochromatic Colors of #C94EC1
Black with #C94EC1
Text Example
Text Example
White with #C94EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94EC1; }
p { color: rgb(201,78,193); }
H1.HeaderClassName
{
color: #C94EC1;
}
.AnyTagClassName
{
color: #C94EC1;
}
</style>
background-color css
<style>
a { background-color: #C94EC1; }
a { background-color: rgb(201,78,193); }
div.DivClassName
{
background-color: #C94EC1;
}
.BgClassName
{
background-color: #C94EC1;
}
</style>
border-color css
<style>
span { border-color: #C94EC1; }
span { border-color: rgb(201,78,193); }
td.TdClassName
{
border-color: #C94EC1;
}
.TagClassName
{
border-color: #C94EC1;
}
</style>