Shades of Fuchsia #C555B6
Tints of Fuchsia #C555B6
RGB
CMYK
RGB Variations
Color information
#C555B6 (or 0xC555B6) is known color: Fuchsia. HEX triplet: C5, 55 and B6. RGB value is (197,85,182). Sum of RGB (Red+Green+Blue) = 197+85+182=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 182 (71.48% from 255 or 39.22% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C555B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C555B6 is #3AAA49. Grayscale: #818181. Windows color (decimal): -3844682 or 11949509. OLE color: 11949509.
HSL color Cylindrical-coordinate representation of color #C555B6: hue angle of 308.04º 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 #C555B6 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 182 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.23 |
| HSL | 308.04º | 0.49% | 0.55% | - |
| HSV(B) | 308.04º | 0.57% | 0.77% | - |
| XYZ | 34.72 | 21.74 | 46.62 | - |
| YUV | 129.55 | 157.61 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 182 | 0 | 0.57 | 0.08 | 0.23 | 308.04 | 0.49 | 0.55 |
| Hex | C5 | 55 | B6 | 0 | 39 | 8 | 17 | 134 | 31 | 37 |
| Octal | 305 | 125 | 266 | 0 | 71 | 10 | 27 | 464 | 61 | 67 |
| Binary | 11000101 | 1010101 | 10110110 | 0 | 111001 | 1000 | 10111 | 100110100 | 110001 | 110111 |
Color Harmonies of #C555B6
Complementary color
Monochromatic Colors of #C555B6
Black with #C555B6
Text Example
Text Example
White with #C555B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C555B6; }
p { color: rgb(197,85,182); }
H1.HeaderClassName
{
color: #C555B6;
}
.AnyTagClassName
{
color: #C555B6;
}
</style>
background-color css
<style>
a { background-color: #C555B6; }
a { background-color: rgb(197,85,182); }
div.DivClassName
{
background-color: #C555B6;
}
.BgClassName
{
background-color: #C555B6;
}
</style>
border-color css
<style>
span { border-color: #C555B6; }
span { border-color: rgb(197,85,182); }
td.TdClassName
{
border-color: #C555B6;
}
.TagClassName
{
border-color: #C555B6;
}
</style>