Shades of Fuchsia #C050A7
Tints of Fuchsia #C050A7
RGB
CMYK
RGB Variations
Color information
#C050A7 (or 0xC050A7) is known color: Fuchsia. HEX triplet: C0, 50 and A7. RGB value is (192,80,167). Sum of RGB (Red+Green+Blue) = 192+80+167=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 167 (65.62% from 255 or 38.04% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C050A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C050A7 is #3FAF58. Grayscale: #7B7B7B. Windows color (decimal): -4173657 or 10965184. OLE color: 10965184.
HSL color Cylindrical-coordinate representation of color #C050A7: hue angle of 313.39º 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 #C050A7 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 167 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.25 |
| HSL | 313.39º | 0.47% | 0.53% | - |
| HSV(B) | 313.39º | 0.58% | 0.75% | - |
| XYZ | 31.58 | 19.73 | 38.7 | - |
| YUV | 123.41 | 152.61 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 167 | 0 | 0.58 | 0.13 | 0.25 | 313.39 | 0.47 | 0.53 |
| Hex | C0 | 50 | A7 | 0 | 3A | D | 19 | 139 | 2F | 35 |
| Octal | 300 | 120 | 247 | 0 | 72 | 15 | 31 | 471 | 57 | 65 |
| Binary | 11000000 | 1010000 | 10100111 | 0 | 111010 | 1101 | 11001 | 100111001 | 101111 | 110101 |
Color Harmonies of #C050A7
Complementary color
Monochromatic Colors of #C050A7
Black with #C050A7
Text Example
Text Example
White with #C050A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050A7; }
p { color: rgb(192,80,167); }
H1.HeaderClassName
{
color: #C050A7;
}
.AnyTagClassName
{
color: #C050A7;
}
</style>
background-color css
<style>
a { background-color: #C050A7; }
a { background-color: rgb(192,80,167); }
div.DivClassName
{
background-color: #C050A7;
}
.BgClassName
{
background-color: #C050A7;
}
</style>
border-color css
<style>
span { border-color: #C050A7; }
span { border-color: rgb(192,80,167); }
td.TdClassName
{
border-color: #C050A7;
}
.TagClassName
{
border-color: #C050A7;
}
</style>