Shades of Fuchsia #C550BD
Tints of Fuchsia #C550BD
RGB
CMYK
RGB Variations
Color information
#C550BD (or 0xC550BD) is known color: Fuchsia. HEX triplet: C5, 50 and BD. RGB value is (197,80,189). Sum of RGB (Red+Green+Blue) = 197+80+189=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C550BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C550BD is #3AAF42. Grayscale: #7F7F7F. Windows color (decimal): -3845955 or 12406981. OLE color: 12406981.
HSL color Cylindrical-coordinate representation of color #C550BD: hue angle of 304.1º 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 #C550BD is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 189 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.23 |
| HSL | 304.1º | 0.5% | 0.54% | - |
| HSV(B) | 304.1º | 0.59% | 0.77% | - |
| XYZ | 35.08 | 21.28 | 50.4 | - |
| YUV | 127.41 | 162.76 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 189 | 0 | 0.59 | 0.04 | 0.23 | 304.1 | 0.5 | 0.54 |
| Hex | C5 | 50 | BD | 0 | 3B | 4 | 17 | 130 | 32 | 36 |
| Octal | 305 | 120 | 275 | 0 | 73 | 4 | 27 | 460 | 62 | 66 |
| Binary | 11000101 | 1010000 | 10111101 | 0 | 111011 | 100 | 10111 | 100110000 | 110010 | 110110 |
Color Harmonies of #C550BD
Complementary color
Monochromatic Colors of #C550BD
Black with #C550BD
Text Example
Text Example
White with #C550BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C550BD; }
p { color: rgb(197,80,189); }
H1.HeaderClassName
{
color: #C550BD;
}
.AnyTagClassName
{
color: #C550BD;
}
</style>
background-color css
<style>
a { background-color: #C550BD; }
a { background-color: rgb(197,80,189); }
div.DivClassName
{
background-color: #C550BD;
}
.BgClassName
{
background-color: #C550BD;
}
</style>
border-color css
<style>
span { border-color: #C550BD; }
span { border-color: rgb(197,80,189); }
td.TdClassName
{
border-color: #C550BD;
}
.TagClassName
{
border-color: #C550BD;
}
</style>