Shades of Fuchsia #C94AAA
Tints of Fuchsia #C94AAA
RGB
CMYK
RGB Variations
Color information
#C94AAA (or 0xC94AAA) is known color: Fuchsia. HEX triplet: C9, 4A and AA. RGB value is (201,74,170). Sum of RGB (Red+Green+Blue) = 201+74+170=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C94AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94AAA is #36B555. Grayscale: #7A7A7A. Windows color (decimal): -3585366 or 11160265. OLE color: 11160265.
HSL color Cylindrical-coordinate representation of color #C94AAA: hue angle of 314.65º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94AAA is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 74 | 170 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.21 |
| HSL | 314.65º | 0.54% | 0.54% | - |
| HSV(B) | 314.65º | 0.63% | 0.79% | - |
| XYZ | 33.79 | 20.22 | 40.15 | - |
| YUV | 122.92 | 154.58 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 170 | 0 | 0.63 | 0.15 | 0.21 | 314.65 | 0.54 | 0.54 |
| Hex | C9 | 4A | AA | 0 | 3F | F | 15 | 13B | 36 | 36 |
| Octal | 311 | 112 | 252 | 0 | 77 | 17 | 25 | 473 | 66 | 66 |
| Binary | 11001001 | 1001010 | 10101010 | 0 | 111111 | 1111 | 10101 | 100111011 | 110110 | 110110 |
Color Harmonies of #C94AAA
Complementary color
Monochromatic Colors of #C94AAA
Black with #C94AAA
Text Example
Text Example
White with #C94AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94AAA; }
p { color: rgb(201,74,170); }
H1.HeaderClassName
{
color: #C94AAA;
}
.AnyTagClassName
{
color: #C94AAA;
}
</style>
background-color css
<style>
a { background-color: #C94AAA; }
a { background-color: rgb(201,74,170); }
div.DivClassName
{
background-color: #C94AAA;
}
.BgClassName
{
background-color: #C94AAA;
}
</style>
border-color css
<style>
span { border-color: #C94AAA; }
span { border-color: rgb(201,74,170); }
td.TdClassName
{
border-color: #C94AAA;
}
.TagClassName
{
border-color: #C94AAA;
}
</style>