Shades of Fuchsia #C94FAA
Tints of Fuchsia #C94FAA
RGB
CMYK
RGB Variations
Color information
#C94FAA (or 0xC94FAA) is known color: Fuchsia. HEX triplet: C9, 4F and AA. RGB value is (201,79,170). Sum of RGB (Red+Green+Blue) = 201+79+170=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C94FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94FAA is #36B055. Grayscale: #7D7D7D. Windows color (decimal): -3584086 or 11161545. OLE color: 11161545.
HSL color Cylindrical-coordinate representation of color #C94FAA: hue angle of 315.25º 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 #C94FAA is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 170 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.21 |
| HSL | 315.25º | 0.53% | 0.55% | - |
| HSV(B) | 315.25º | 0.61% | 0.79% | - |
| XYZ | 34.14 | 20.91 | 40.27 | - |
| YUV | 125.85 | 152.92 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 170 | 0 | 0.61 | 0.15 | 0.21 | 315.25 | 0.53 | 0.55 |
| Hex | C9 | 4F | AA | 0 | 3D | F | 15 | 13B | 35 | 37 |
| Octal | 311 | 117 | 252 | 0 | 75 | 17 | 25 | 473 | 65 | 67 |
| Binary | 11001001 | 1001111 | 10101010 | 0 | 111101 | 1111 | 10101 | 100111011 | 110101 | 110111 |
Color Harmonies of #C94FAA
Complementary color
Monochromatic Colors of #C94FAA
Black with #C94FAA
Text Example
Text Example
White with #C94FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94FAA; }
p { color: rgb(201,79,170); }
H1.HeaderClassName
{
color: #C94FAA;
}
.AnyTagClassName
{
color: #C94FAA;
}
</style>
background-color css
<style>
a { background-color: #C94FAA; }
a { background-color: rgb(201,79,170); }
div.DivClassName
{
background-color: #C94FAA;
}
.BgClassName
{
background-color: #C94FAA;
}
</style>
border-color css
<style>
span { border-color: #C94FAA; }
span { border-color: rgb(201,79,170); }
td.TdClassName
{
border-color: #C94FAA;
}
.TagClassName
{
border-color: #C94FAA;
}
</style>