Shades of Fuchsia #C05EC9
Tints of Fuchsia #C05EC9
RGB
CMYK
RGB Variations
Color information
#C05EC9 (or 0xC05EC9) is known color: Fuchsia. HEX triplet: C0, 5E and C9. RGB value is (192,94,201). Sum of RGB (Red+Green+Blue) = 192+94+201=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 201 - color contains mainly: blue. Hex color #C05EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05EC9 is #3FA136. Grayscale: #878787. Windows color (decimal): -4170039 or 13196992. OLE color: 13196992.
HSL color Cylindrical-coordinate representation of color #C05EC9: hue angle of 294.95º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05EC9 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 94 | 201 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.21 |
| HSL | 294.95º | 0.5% | 0.58% | - |
| HSV(B) | 294.95º | 0.53% | 0.79% | - |
| XYZ | 36.28 | 23.43 | 57.87 | - |
| YUV | 135.5 | 164.97 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 201 | 0.04 | 0.53 | 0 | 0.21 | 294.95 | 0.5 | 0.58 |
| Hex | C0 | 5E | C9 | 4 | 35 | 0 | 15 | 127 | 32 | 3A |
| Octal | 300 | 136 | 311 | 4 | 65 | 0 | 25 | 447 | 62 | 72 |
| Binary | 11000000 | 1011110 | 11001001 | 100 | 110101 | 0 | 10101 | 100100111 | 110010 | 111010 |
Color Harmonies of #C05EC9
Complementary color
Monochromatic Colors of #C05EC9
Black with #C05EC9
Text Example
Text Example
White with #C05EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05EC9; }
p { color: rgb(192,94,201); }
H1.HeaderClassName
{
color: #C05EC9;
}
.AnyTagClassName
{
color: #C05EC9;
}
</style>
background-color css
<style>
a { background-color: #C05EC9; }
a { background-color: rgb(192,94,201); }
div.DivClassName
{
background-color: #C05EC9;
}
.BgClassName
{
background-color: #C05EC9;
}
</style>
border-color css
<style>
span { border-color: #C05EC9; }
span { border-color: rgb(192,94,201); }
td.TdClassName
{
border-color: #C05EC9;
}
.TagClassName
{
border-color: #C05EC9;
}
</style>