Shades of Fuchsia #C555B7
Tints of Fuchsia #C555B7
RGB
CMYK
RGB Variations
Color information
#C555B7 (or 0xC555B7) is known color: Fuchsia. HEX triplet: C5, 55 and B7. RGB value is (197,85,183). Sum of RGB (Red+Green+Blue) = 197+85+183=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C555B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C555B7 is #3AAA48. Grayscale: #818181. Windows color (decimal): -3844681 or 12015045. OLE color: 12015045.
HSL color Cylindrical-coordinate representation of color #C555B7: hue angle of 307.5º 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 #C555B7 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 183 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.23 |
| HSL | 307.5º | 0.49% | 0.55% | - |
| HSV(B) | 307.5º | 0.57% | 0.77% | - |
| XYZ | 34.82 | 21.79 | 47.17 | - |
| YUV | 129.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 183 | 0 | 0.57 | 0.07 | 0.23 | 307.5 | 0.49 | 0.55 |
| Hex | C5 | 55 | B7 | 0 | 39 | 7 | 17 | 134 | 31 | 37 |
| Octal | 305 | 125 | 267 | 0 | 71 | 7 | 27 | 464 | 61 | 67 |
| Binary | 11000101 | 1010101 | 10110111 | 0 | 111001 | 111 | 10111 | 100110100 | 110001 | 110111 |
Color Harmonies of #C555B7
Complementary color
Monochromatic Colors of #C555B7
Black with #C555B7
Text Example
Text Example
White with #C555B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C555B7; }
p { color: rgb(197,85,183); }
H1.HeaderClassName
{
color: #C555B7;
}
.AnyTagClassName
{
color: #C555B7;
}
</style>
background-color css
<style>
a { background-color: #C555B7; }
a { background-color: rgb(197,85,183); }
div.DivClassName
{
background-color: #C555B7;
}
.BgClassName
{
background-color: #C555B7;
}
</style>
border-color css
<style>
span { border-color: #C555B7; }
span { border-color: rgb(197,85,183); }
td.TdClassName
{
border-color: #C555B7;
}
.TagClassName
{
border-color: #C555B7;
}
</style>