Shades of Fuchsia #C05FC9
Tints of Fuchsia #C05FC9
RGB
CMYK
RGB Variations
Color information
#C05FC9 (or 0xC05FC9) is known color: Fuchsia. HEX triplet: C0, 5F and C9. RGB value is (192,95,201). Sum of RGB (Red+Green+Blue) = 192+95+201=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 201 - color contains mainly: blue. Hex color #C05FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FC9 is #3FA036. Grayscale: #878787. Windows color (decimal): -4169783 or 13197248. OLE color: 13197248.
HSL color Cylindrical-coordinate representation of color #C05FC9: hue angle of 294.91º 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 #C05FC9 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 95 | 201 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.21 |
| HSL | 294.91º | 0.5% | 0.58% | - |
| HSV(B) | 294.91º | 0.53% | 0.79% | - |
| XYZ | 36.37 | 23.61 | 57.9 | - |
| YUV | 136.09 | 164.64 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 201 | 0.04 | 0.53 | 0 | 0.21 | 294.91 | 0.5 | 0.58 |
| Hex | C0 | 5F | C9 | 4 | 35 | 0 | 15 | 127 | 32 | 3A |
| Octal | 300 | 137 | 311 | 4 | 65 | 0 | 25 | 447 | 62 | 72 |
| Binary | 11000000 | 1011111 | 11001001 | 100 | 110101 | 0 | 10101 | 100100111 | 110010 | 111010 |
Color Harmonies of #C05FC9
Complementary color
Monochromatic Colors of #C05FC9
Black with #C05FC9
Text Example
Text Example
White with #C05FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FC9; }
p { color: rgb(192,95,201); }
H1.HeaderClassName
{
color: #C05FC9;
}
.AnyTagClassName
{
color: #C05FC9;
}
</style>
background-color css
<style>
a { background-color: #C05FC9; }
a { background-color: rgb(192,95,201); }
div.DivClassName
{
background-color: #C05FC9;
}
.BgClassName
{
background-color: #C05FC9;
}
</style>
border-color css
<style>
span { border-color: #C05FC9; }
span { border-color: rgb(192,95,201); }
td.TdClassName
{
border-color: #C05FC9;
}
.TagClassName
{
border-color: #C05FC9;
}
</style>