Shades of Fuchsia #C050C0
Tints of Fuchsia #C050C0
RGB
CMYK
RGB Variations
Color information
#C050C0 (or 0xC050C0) is known color: Fuchsia. HEX triplet: C0, 50 and C0. RGB value is (192,80,192). Sum of RGB (Red+Green+Blue) = 192+80+192=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C050C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050C0 is #3FAF3F. Grayscale: #7D7D7D. Windows color (decimal): -4173632 or 12603584. OLE color: 12603584.
HSL color Cylindrical-coordinate representation of color #C050C0: hue angle of 300º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C050C0 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 192 | - |
| CMYK | 0 | 0.58 | 0 | 0.25 |
| HSL | 300º | 0.47% | 0.53% | - |
| HSV(B) | 300º | 0.58% | 0.75% | - |
| XYZ | 34.12 | 20.75 | 52.08 | - |
| YUV | 126.26 | 165.11 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 192 | 0 | 0.58 | 0 | 0.25 | 300 | 0.47 | 0.53 |
| Hex | C0 | 50 | C0 | 0 | 3A | 0 | 19 | 12C | 2F | 35 |
| Octal | 300 | 120 | 300 | 0 | 72 | 0 | 31 | 454 | 57 | 65 |
| Binary | 11000000 | 1010000 | 11000000 | 0 | 111010 | 0 | 11001 | 100101100 | 101111 | 110101 |
Color Harmonies of #C050C0
Complementary color
Monochromatic Colors of #C050C0
Black with #C050C0
Text Example
Text Example
White with #C050C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050C0; }
p { color: rgb(192,80,192); }
H1.HeaderClassName
{
color: #C050C0;
}
.AnyTagClassName
{
color: #C050C0;
}
</style>
background-color css
<style>
a { background-color: #C050C0; }
a { background-color: rgb(192,80,192); }
div.DivClassName
{
background-color: #C050C0;
}
.BgClassName
{
background-color: #C050C0;
}
</style>
border-color css
<style>
span { border-color: #C050C0; }
span { border-color: rgb(192,80,192); }
td.TdClassName
{
border-color: #C050C0;
}
.TagClassName
{
border-color: #C050C0;
}
</style>