Shades of Fuchsia #C94AC0
Tints of Fuchsia #C94AC0
RGB
CMYK
RGB Variations
Color information
#C94AC0 (or 0xC94AC0) is known color: Fuchsia. HEX triplet: C9, 4A and C0. RGB value is (201,74,192). Sum of RGB (Red+Green+Blue) = 201+74+192=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C94AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94AC0 is #36B53F. Grayscale: #7D7D7D. Windows color (decimal): -3585344 or 12602057. OLE color: 12602057.
HSL color Cylindrical-coordinate representation of color #C94AC0: hue angle of 304.25º 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 #C94AC0 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 74 | 192 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.21 |
| HSL | 304.25º | 0.54% | 0.54% | - |
| HSV(B) | 304.25º | 0.63% | 0.79% | - |
| XYZ | 36.05 | 21.12 | 52.05 | - |
| YUV | 125.43 | 165.58 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 192 | 0 | 0.63 | 0.04 | 0.21 | 304.25 | 0.54 | 0.54 |
| Hex | C9 | 4A | C0 | 0 | 3F | 4 | 15 | 130 | 36 | 36 |
| Octal | 311 | 112 | 300 | 0 | 77 | 4 | 25 | 460 | 66 | 66 |
| Binary | 11001001 | 1001010 | 11000000 | 0 | 111111 | 100 | 10101 | 100110000 | 110110 | 110110 |
Color Harmonies of #C94AC0
Complementary color
Monochromatic Colors of #C94AC0
Black with #C94AC0
Text Example
Text Example
White with #C94AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94AC0; }
p { color: rgb(201,74,192); }
H1.HeaderClassName
{
color: #C94AC0;
}
.AnyTagClassName
{
color: #C94AC0;
}
</style>
background-color css
<style>
a { background-color: #C94AC0; }
a { background-color: rgb(201,74,192); }
div.DivClassName
{
background-color: #C94AC0;
}
.BgClassName
{
background-color: #C94AC0;
}
</style>
border-color css
<style>
span { border-color: #C94AC0; }
span { border-color: rgb(201,74,192); }
td.TdClassName
{
border-color: #C94AC0;
}
.TagClassName
{
border-color: #C94AC0;
}
</style>