Shades of Fuchsia #C05FC8
Tints of Fuchsia #C05FC8
RGB
CMYK
RGB Variations
Color information
#C05FC8 (or 0xC05FC8) is known color: Fuchsia. HEX triplet: C0, 5F and C8. RGB value is (192,95,200). Sum of RGB (Red+Green+Blue) = 192+95+200=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 200 (78.52% from 255 or 41.07% from 487); Max value from RGB is 200 - color contains mainly: blue. Hex color #C05FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FC8 is #3FA037. Grayscale: #878787. Windows color (decimal): -4169784 or 13131712. OLE color: 13131712.
HSL color Cylindrical-coordinate representation of color #C05FC8: hue angle of 295.43º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05FC8 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 95 | 200 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.22 |
| HSL | 295.43º | 0.49% | 0.58% | - |
| HSV(B) | 295.43º | 0.53% | 0.78% | - |
| XYZ | 36.26 | 23.56 | 57.28 | - |
| YUV | 135.97 | 164.14 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 200 | 0.04 | 0.52 | 0 | 0.22 | 295.43 | 0.49 | 0.58 |
| Hex | C0 | 5F | C8 | 4 | 34 | 0 | 16 | 127 | 31 | 3A |
| Octal | 300 | 137 | 310 | 4 | 64 | 0 | 26 | 447 | 61 | 72 |
| Binary | 11000000 | 1011111 | 11001000 | 100 | 110100 | 0 | 10110 | 100100111 | 110001 | 111010 |
Color Harmonies of #C05FC8
Complementary color
Monochromatic Colors of #C05FC8
Black with #C05FC8
Text Example
Text Example
White with #C05FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FC8; }
p { color: rgb(192,95,200); }
H1.HeaderClassName
{
color: #C05FC8;
}
.AnyTagClassName
{
color: #C05FC8;
}
</style>
background-color css
<style>
a { background-color: #C05FC8; }
a { background-color: rgb(192,95,200); }
div.DivClassName
{
background-color: #C05FC8;
}
.BgClassName
{
background-color: #C05FC8;
}
</style>
border-color css
<style>
span { border-color: #C05FC8; }
span { border-color: rgb(192,95,200); }
td.TdClassName
{
border-color: #C05FC8;
}
.TagClassName
{
border-color: #C05FC8;
}
</style>