Shades of Fuchsia #C050C2
Tints of Fuchsia #C050C2
RGB
CMYK
RGB Variations
Color information
#C050C2 (or 0xC050C2) is known color: Fuchsia. HEX triplet: C0, 50 and C2. RGB value is (192,80,194). Sum of RGB (Red+Green+Blue) = 192+80+194=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 194 - color contains mainly: blue. Hex color #C050C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050C2 is #3FAF3D. Grayscale: #7E7E7E. Windows color (decimal): -4173630 or 12734656. OLE color: 12734656.
HSL color Cylindrical-coordinate representation of color #C050C2: hue angle of 298.95º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C050C2 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 80 | 194 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.24 |
| HSL | 298.95º | 0.48% | 0.54% | - |
| HSV(B) | 298.95º | 0.59% | 0.76% | - |
| XYZ | 34.34 | 20.84 | 53.25 | - |
| YUV | 126.48 | 166.11 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 194 | 0.01 | 0.59 | 0 | 0.24 | 298.95 | 0.48 | 0.54 |
| Hex | C0 | 50 | C2 | 1 | 3B | 0 | 18 | 12B | 30 | 36 |
| Octal | 300 | 120 | 302 | 1 | 73 | 0 | 30 | 453 | 60 | 66 |
| Binary | 11000000 | 1010000 | 11000010 | 1 | 111011 | 0 | 11000 | 100101011 | 110000 | 110110 |
Color Harmonies of #C050C2
Complementary color
Monochromatic Colors of #C050C2
Black with #C050C2
Text Example
Text Example
White with #C050C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050C2; }
p { color: rgb(192,80,194); }
H1.HeaderClassName
{
color: #C050C2;
}
.AnyTagClassName
{
color: #C050C2;
}
</style>
background-color css
<style>
a { background-color: #C050C2; }
a { background-color: rgb(192,80,194); }
div.DivClassName
{
background-color: #C050C2;
}
.BgClassName
{
background-color: #C050C2;
}
</style>
border-color css
<style>
span { border-color: #C050C2; }
span { border-color: rgb(192,80,194); }
td.TdClassName
{
border-color: #C050C2;
}
.TagClassName
{
border-color: #C050C2;
}
</style>