Shades of Fuchsia #C94EC8
Tints of Fuchsia #C94EC8
RGB
CMYK
RGB Variations
Color information
#C94EC8 (or 0xC94EC8) is known color: Fuchsia. HEX triplet: C9, 4E and C8. RGB value is (201,78,200). Sum of RGB (Red+Green+Blue) = 201+78+200=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 200 (78.52% from 255 or 41.75% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C94EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94EC8 is #36B137. Grayscale: #808080. Windows color (decimal): -3584312 or 13127369. OLE color: 13127369.
HSL color Cylindrical-coordinate representation of color #C94EC8: hue angle of 300.49º 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 #C94EC8 is Cyan = 0, Magento = 0.61, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 78 | 200 | - |
| CMYK | 0 | 0.61 | 0.00 | 0.21 |
| HSL | 300.49º | 0.53% | 0.55% | - |
| HSV(B) | 300.49º | 0.61% | 0.79% | - |
| XYZ | 37.24 | 22.04 | 56.93 | - |
| YUV | 128.69 | 168.25 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 200 | 0 | 0.61 | 0.00 | 0.21 | 300.49 | 0.53 | 0.55 |
| Hex | C9 | 4E | C8 | 0 | 3D | 0 | 15 | 12C | 35 | 37 |
| Octal | 311 | 116 | 310 | 0 | 75 | 0 | 25 | 454 | 65 | 67 |
| Binary | 11001001 | 1001110 | 11001000 | 0 | 111101 | 0 | 10101 | 100101100 | 110101 | 110111 |
Color Harmonies of #C94EC8
Complementary color
Monochromatic Colors of #C94EC8
Black with #C94EC8
Text Example
Text Example
White with #C94EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94EC8; }
p { color: rgb(201,78,200); }
H1.HeaderClassName
{
color: #C94EC8;
}
.AnyTagClassName
{
color: #C94EC8;
}
</style>
background-color css
<style>
a { background-color: #C94EC8; }
a { background-color: rgb(201,78,200); }
div.DivClassName
{
background-color: #C94EC8;
}
.BgClassName
{
background-color: #C94EC8;
}
</style>
border-color css
<style>
span { border-color: #C94EC8; }
span { border-color: rgb(201,78,200); }
td.TdClassName
{
border-color: #C94EC8;
}
.TagClassName
{
border-color: #C94EC8;
}
</style>