Shades of Fuchsia #C94DAE
Tints of Fuchsia #C94DAE
RGB
CMYK
RGB Variations
Color information
#C94DAE (or 0xC94DAE) is known color: Fuchsia. HEX triplet: C9, 4D and AE. RGB value is (201,77,174). Sum of RGB (Red+Green+Blue) = 201+77+174=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C94DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94DAE is #36B251. Grayscale: #7C7C7C. Windows color (decimal): -3584594 or 11423177. OLE color: 11423177.
HSL color Cylindrical-coordinate representation of color #C94DAE: hue angle of 313.06º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94DAE is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 174 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.21 |
| HSL | 313.06º | 0.53% | 0.55% | - |
| HSV(B) | 313.06º | 0.62% | 0.79% | - |
| XYZ | 34.38 | 20.78 | 42.24 | - |
| YUV | 125.13 | 155.58 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 174 | 0 | 0.62 | 0.13 | 0.21 | 313.06 | 0.53 | 0.55 |
| Hex | C9 | 4D | AE | 0 | 3E | D | 15 | 139 | 35 | 37 |
| Octal | 311 | 115 | 256 | 0 | 76 | 15 | 25 | 471 | 65 | 67 |
| Binary | 11001001 | 1001101 | 10101110 | 0 | 111110 | 1101 | 10101 | 100111001 | 110101 | 110111 |
Color Harmonies of #C94DAE
Complementary color
Monochromatic Colors of #C94DAE
Black with #C94DAE
Text Example
Text Example
White with #C94DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94DAE; }
p { color: rgb(201,77,174); }
H1.HeaderClassName
{
color: #C94DAE;
}
.AnyTagClassName
{
color: #C94DAE;
}
</style>
background-color css
<style>
a { background-color: #C94DAE; }
a { background-color: rgb(201,77,174); }
div.DivClassName
{
background-color: #C94DAE;
}
.BgClassName
{
background-color: #C94DAE;
}
</style>
border-color css
<style>
span { border-color: #C94DAE; }
span { border-color: rgb(201,77,174); }
td.TdClassName
{
border-color: #C94DAE;
}
.TagClassName
{
border-color: #C94DAE;
}
</style>