Shades of Fuchsia #C94AC9
Tints of Fuchsia #C94AC9
RGB
CMYK
RGB Variations
Color information
#C94AC9 (or 0xC94AC9) is known color: Fuchsia. HEX triplet: C9, 4A and C9. RGB value is (201,74,201). Sum of RGB (Red+Green+Blue) = 201+74+201=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: red, blue. Hex color #C94AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94AC9 is #36B536. Grayscale: #7E7E7E. Windows color (decimal): -3585335 or 13191881. OLE color: 13191881.
HSL color Cylindrical-coordinate representation of color #C94AC9: hue angle of 300º 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 #C94AC9 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 74 | 201 | - |
| CMYK | 0 | 0.63 | 0 | 0.21 |
| HSL | 300º | 0.54% | 0.54% | - |
| HSV(B) | 300º | 0.63% | 0.79% | - |
| XYZ | 37.08 | 21.53 | 57.46 | - |
| YUV | 126.45 | 170.08 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 201 | 0 | 0.63 | 0 | 0.21 | 300 | 0.54 | 0.54 |
| Hex | C9 | 4A | C9 | 0 | 3F | 0 | 15 | 12C | 36 | 36 |
| Octal | 311 | 112 | 311 | 0 | 77 | 0 | 25 | 454 | 66 | 66 |
| Binary | 11001001 | 1001010 | 11001001 | 0 | 111111 | 0 | 10101 | 100101100 | 110110 | 110110 |
Color Harmonies of #C94AC9
Complementary color
Monochromatic Colors of #C94AC9
Black with #C94AC9
Text Example
Text Example
White with #C94AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94AC9; }
p { color: rgb(201,74,201); }
H1.HeaderClassName
{
color: #C94AC9;
}
.AnyTagClassName
{
color: #C94AC9;
}
</style>
background-color css
<style>
a { background-color: #C94AC9; }
a { background-color: rgb(201,74,201); }
div.DivClassName
{
background-color: #C94AC9;
}
.BgClassName
{
background-color: #C94AC9;
}
</style>
border-color css
<style>
span { border-color: #C94AC9; }
span { border-color: rgb(201,74,201); }
td.TdClassName
{
border-color: #C94AC9;
}
.TagClassName
{
border-color: #C94AC9;
}
</style>