Shades of Fuchsia #C550C1
Tints of Fuchsia #C550C1
RGB
CMYK
RGB Variations
Color information
#C550C1 (or 0xC550C1) is known color: Fuchsia. HEX triplet: C5, 50 and C1. RGB value is (197,80,193). Sum of RGB (Red+Green+Blue) = 197+80+193=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C550C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C550C1 is #3AAF3E. Grayscale: #7F7F7F. Windows color (decimal): -3845951 or 12669125. OLE color: 12669125.
HSL color Cylindrical-coordinate representation of color #C550C1: hue angle of 302.05º 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 #C550C1 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 193 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.23 |
| HSL | 302.05º | 0.5% | 0.54% | - |
| HSV(B) | 302.05º | 0.59% | 0.77% | - |
| XYZ | 35.52 | 21.46 | 52.72 | - |
| YUV | 127.87 | 164.76 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 193 | 0 | 0.59 | 0.02 | 0.23 | 302.05 | 0.5 | 0.54 |
| Hex | C5 | 50 | C1 | 0 | 3B | 2 | 17 | 12E | 32 | 36 |
| Octal | 305 | 120 | 301 | 0 | 73 | 2 | 27 | 456 | 62 | 66 |
| Binary | 11000101 | 1010000 | 11000001 | 0 | 111011 | 10 | 10111 | 100101110 | 110010 | 110110 |
Color Harmonies of #C550C1
Complementary color
Monochromatic Colors of #C550C1
Black with #C550C1
Text Example
Text Example
White with #C550C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C550C1; }
p { color: rgb(197,80,193); }
H1.HeaderClassName
{
color: #C550C1;
}
.AnyTagClassName
{
color: #C550C1;
}
</style>
background-color css
<style>
a { background-color: #C550C1; }
a { background-color: rgb(197,80,193); }
div.DivClassName
{
background-color: #C550C1;
}
.BgClassName
{
background-color: #C550C1;
}
</style>
border-color css
<style>
span { border-color: #C550C1; }
span { border-color: rgb(197,80,193); }
td.TdClassName
{
border-color: #C550C1;
}
.TagClassName
{
border-color: #C550C1;
}
</style>