Shades of Fuchsia #C94EC4
Tints of Fuchsia #C94EC4
RGB
CMYK
RGB Variations
Color information
#C94EC4 (or 0xC94EC4) is known color: Fuchsia. HEX triplet: C9, 4E and C4. RGB value is (201,78,196). Sum of RGB (Red+Green+Blue) = 201+78+196=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C94EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94EC4 is #36B13B. Grayscale: #7F7F7F. Windows color (decimal): -3584316 or 12865225. OLE color: 12865225.
HSL color Cylindrical-coordinate representation of color #C94EC4: hue angle of 302.44º 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 #C94EC4 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 78 | 196 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.21 |
| HSL | 302.44º | 0.53% | 0.55% | - |
| HSV(B) | 302.44º | 0.61% | 0.79% | - |
| XYZ | 36.78 | 21.85 | 54.5 | - |
| YUV | 128.23 | 166.25 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 196 | 0 | 0.61 | 0.02 | 0.21 | 302.44 | 0.53 | 0.55 |
| Hex | C9 | 4E | C4 | 0 | 3D | 2 | 15 | 12E | 35 | 37 |
| Octal | 311 | 116 | 304 | 0 | 75 | 2 | 25 | 456 | 65 | 67 |
| Binary | 11001001 | 1001110 | 11000100 | 0 | 111101 | 10 | 10101 | 100101110 | 110101 | 110111 |
Color Harmonies of #C94EC4
Complementary color
Monochromatic Colors of #C94EC4
Black with #C94EC4
Text Example
Text Example
White with #C94EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94EC4; }
p { color: rgb(201,78,196); }
H1.HeaderClassName
{
color: #C94EC4;
}
.AnyTagClassName
{
color: #C94EC4;
}
</style>
background-color css
<style>
a { background-color: #C94EC4; }
a { background-color: rgb(201,78,196); }
div.DivClassName
{
background-color: #C94EC4;
}
.BgClassName
{
background-color: #C94EC4;
}
</style>
border-color css
<style>
span { border-color: #C94EC4; }
span { border-color: rgb(201,78,196); }
td.TdClassName
{
border-color: #C94EC4;
}
.TagClassName
{
border-color: #C94EC4;
}
</style>