Shades of Fuchsia #C94EAE
Tints of Fuchsia #C94EAE
RGB
CMYK
RGB Variations
Color information
#C94EAE (or 0xC94EAE) is known color: Fuchsia. HEX triplet: C9, 4E and AE. RGB value is (201,78,174). Sum of RGB (Red+Green+Blue) = 201+78+174=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C94EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94EAE is #36B151. Grayscale: #7D7D7D. Windows color (decimal): -3584338 or 11423433. OLE color: 11423433.
HSL color Cylindrical-coordinate representation of color #C94EAE: hue angle of 313.17º 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 #C94EAE is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 78 | 174 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.21 |
| HSL | 313.17º | 0.53% | 0.55% | - |
| HSV(B) | 313.17º | 0.61% | 0.79% | - |
| XYZ | 34.45 | 20.92 | 42.27 | - |
| YUV | 125.72 | 155.25 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 174 | 0 | 0.61 | 0.13 | 0.21 | 313.17 | 0.53 | 0.55 |
| Hex | C9 | 4E | AE | 0 | 3D | D | 15 | 139 | 35 | 37 |
| Octal | 311 | 116 | 256 | 0 | 75 | 15 | 25 | 471 | 65 | 67 |
| Binary | 11001001 | 1001110 | 10101110 | 0 | 111101 | 1101 | 10101 | 100111001 | 110101 | 110111 |
Color Harmonies of #C94EAE
Complementary color
Monochromatic Colors of #C94EAE
Black with #C94EAE
Text Example
Text Example
White with #C94EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94EAE; }
p { color: rgb(201,78,174); }
H1.HeaderClassName
{
color: #C94EAE;
}
.AnyTagClassName
{
color: #C94EAE;
}
</style>
background-color css
<style>
a { background-color: #C94EAE; }
a { background-color: rgb(201,78,174); }
div.DivClassName
{
background-color: #C94EAE;
}
.BgClassName
{
background-color: #C94EAE;
}
</style>
border-color css
<style>
span { border-color: #C94EAE; }
span { border-color: rgb(201,78,174); }
td.TdClassName
{
border-color: #C94EAE;
}
.TagClassName
{
border-color: #C94EAE;
}
</style>