Shades of Fuchsia #C550C0
Tints of Fuchsia #C550C0
RGB
CMYK
RGB Variations
Color information
#C550C0 (or 0xC550C0) is known color: Fuchsia. HEX triplet: C5, 50 and C0. RGB value is (197,80,192). Sum of RGB (Red+Green+Blue) = 197+80+192=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C550C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C550C0 is #3AAF3F. Grayscale: #7F7F7F. Windows color (decimal): -3845952 or 12603589. OLE color: 12603589.
HSL color Cylindrical-coordinate representation of color #C550C0: hue angle of 302.56º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C550C0 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 192 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.23 |
| HSL | 302.56º | 0.5% | 0.54% | - |
| HSV(B) | 302.56º | 0.59% | 0.77% | - |
| XYZ | 35.41 | 21.41 | 52.14 | - |
| YUV | 127.75 | 164.26 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 192 | 0 | 0.59 | 0.03 | 0.23 | 302.56 | 0.5 | 0.54 |
| Hex | C5 | 50 | C0 | 0 | 3B | 3 | 17 | 12F | 32 | 36 |
| Octal | 305 | 120 | 300 | 0 | 73 | 3 | 27 | 457 | 62 | 66 |
| Binary | 11000101 | 1010000 | 11000000 | 0 | 111011 | 11 | 10111 | 100101111 | 110010 | 110110 |
Color Harmonies of #C550C0
Complementary color
Monochromatic Colors of #C550C0
Black with #C550C0
Text Example
Text Example
White with #C550C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C550C0; }
p { color: rgb(197,80,192); }
H1.HeaderClassName
{
color: #C550C0;
}
.AnyTagClassName
{
color: #C550C0;
}
</style>
background-color css
<style>
a { background-color: #C550C0; }
a { background-color: rgb(197,80,192); }
div.DivClassName
{
background-color: #C550C0;
}
.BgClassName
{
background-color: #C550C0;
}
</style>
border-color css
<style>
span { border-color: #C550C0; }
span { border-color: rgb(197,80,192); }
td.TdClassName
{
border-color: #C550C0;
}
.TagClassName
{
border-color: #C550C0;
}
</style>