Shades of Fuchsia #C555B1
Tints of Fuchsia #C555B1
RGB
CMYK
RGB Variations
Color information
#C555B1 (or 0xC555B1) is known color: Fuchsia. HEX triplet: C5, 55 and B1. RGB value is (197,85,177). Sum of RGB (Red+Green+Blue) = 197+85+177=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C555B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C555B1 is #3AAA4E. Grayscale: #808080. Windows color (decimal): -3844687 or 11621829. OLE color: 11621829.
HSL color Cylindrical-coordinate representation of color #C555B1: hue angle of 310.71º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C555B1 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 177 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.23 |
| HSL | 310.71º | 0.49% | 0.55% | - |
| HSV(B) | 310.71º | 0.57% | 0.77% | - |
| XYZ | 34.21 | 21.54 | 43.95 | - |
| YUV | 128.98 | 155.11 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 177 | 0 | 0.57 | 0.10 | 0.23 | 310.71 | 0.49 | 0.55 |
| Hex | C5 | 55 | B1 | 0 | 39 | A | 17 | 137 | 31 | 37 |
| Octal | 305 | 125 | 261 | 0 | 71 | 12 | 27 | 467 | 61 | 67 |
| Binary | 11000101 | 1010101 | 10110001 | 0 | 111001 | 1010 | 10111 | 100110111 | 110001 | 110111 |
Color Harmonies of #C555B1
Complementary color
Monochromatic Colors of #C555B1
Black with #C555B1
Text Example
Text Example
White with #C555B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C555B1; }
p { color: rgb(197,85,177); }
H1.HeaderClassName
{
color: #C555B1;
}
.AnyTagClassName
{
color: #C555B1;
}
</style>
background-color css
<style>
a { background-color: #C555B1; }
a { background-color: rgb(197,85,177); }
div.DivClassName
{
background-color: #C555B1;
}
.BgClassName
{
background-color: #C555B1;
}
</style>
border-color css
<style>
span { border-color: #C555B1; }
span { border-color: rgb(197,85,177); }
td.TdClassName
{
border-color: #C555B1;
}
.TagClassName
{
border-color: #C555B1;
}
</style>