Shades of Fuchsia #C94EAF
Tints of Fuchsia #C94EAF
RGB
CMYK
RGB Variations
Color information
#C94EAF (or 0xC94EAF) is known color: Fuchsia. HEX triplet: C9, 4E and AF. RGB value is (201,78,175). Sum of RGB (Red+Green+Blue) = 201+78+175=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C94EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94EAF is #36B150. Grayscale: #7D7D7D. Windows color (decimal): -3584337 or 11488969. OLE color: 11488969.
HSL color Cylindrical-coordinate representation of color #C94EAF: hue angle of 312.68º 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 #C94EAF is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 78 | 175 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.21 |
| HSL | 312.68º | 0.53% | 0.55% | - |
| HSV(B) | 312.68º | 0.61% | 0.79% | - |
| XYZ | 34.55 | 20.96 | 42.78 | - |
| YUV | 125.84 | 155.75 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 175 | 0 | 0.61 | 0.13 | 0.21 | 312.68 | 0.53 | 0.55 |
| Hex | C9 | 4E | AF | 0 | 3D | D | 15 | 139 | 35 | 37 |
| Octal | 311 | 116 | 257 | 0 | 75 | 15 | 25 | 471 | 65 | 67 |
| Binary | 11001001 | 1001110 | 10101111 | 0 | 111101 | 1101 | 10101 | 100111001 | 110101 | 110111 |
Color Harmonies of #C94EAF
Complementary color
Monochromatic Colors of #C94EAF
Black with #C94EAF
Text Example
Text Example
White with #C94EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94EAF; }
p { color: rgb(201,78,175); }
H1.HeaderClassName
{
color: #C94EAF;
}
.AnyTagClassName
{
color: #C94EAF;
}
</style>
background-color css
<style>
a { background-color: #C94EAF; }
a { background-color: rgb(201,78,175); }
div.DivClassName
{
background-color: #C94EAF;
}
.BgClassName
{
background-color: #C94EAF;
}
</style>
border-color css
<style>
span { border-color: #C94EAF; }
span { border-color: rgb(201,78,175); }
td.TdClassName
{
border-color: #C94EAF;
}
.TagClassName
{
border-color: #C94EAF;
}
</style>