Shades of Fuchsia #C94CA9
Tints of Fuchsia #C94CA9
RGB
CMYK
RGB Variations
Color information
#C94CA9 (or 0xC94CA9) is known color: Fuchsia. HEX triplet: C9, 4C and A9. RGB value is (201,76,169). Sum of RGB (Red+Green+Blue) = 201+76+169=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C94CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94CA9 is #36B356. Grayscale: #7B7B7B. Windows color (decimal): -3584855 or 11095241. OLE color: 11095241.
HSL color Cylindrical-coordinate representation of color #C94CA9: hue angle of 315.36º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94CA9 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 76 | 169 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.21 |
| HSL | 315.36º | 0.54% | 0.54% | - |
| HSV(B) | 315.36º | 0.62% | 0.79% | - |
| XYZ | 33.83 | 20.45 | 39.7 | - |
| YUV | 123.98 | 153.41 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 169 | 0 | 0.62 | 0.16 | 0.21 | 315.36 | 0.54 | 0.54 |
| Hex | C9 | 4C | A9 | 0 | 3E | 10 | 15 | 13B | 36 | 36 |
| Octal | 311 | 114 | 251 | 0 | 76 | 20 | 25 | 473 | 66 | 66 |
| Binary | 11001001 | 1001100 | 10101001 | 0 | 111110 | 10000 | 10101 | 100111011 | 110110 | 110110 |
Color Harmonies of #C94CA9
Complementary color
Monochromatic Colors of #C94CA9
Black with #C94CA9
Text Example
Text Example
White with #C94CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94CA9; }
p { color: rgb(201,76,169); }
H1.HeaderClassName
{
color: #C94CA9;
}
.AnyTagClassName
{
color: #C94CA9;
}
</style>
background-color css
<style>
a { background-color: #C94CA9; }
a { background-color: rgb(201,76,169); }
div.DivClassName
{
background-color: #C94CA9;
}
.BgClassName
{
background-color: #C94CA9;
}
</style>
border-color css
<style>
span { border-color: #C94CA9; }
span { border-color: rgb(201,76,169); }
td.TdClassName
{
border-color: #C94CA9;
}
.TagClassName
{
border-color: #C94CA9;
}
</style>