Shades of Fuchsia #C55CB0
Tints of Fuchsia #C55CB0
RGB
CMYK
RGB Variations
Color information
#C55CB0 (or 0xC55CB0) is known color: Fuchsia. HEX triplet: C5, 5C and B0. RGB value is (197,92,176). Sum of RGB (Red+Green+Blue) = 197+92+176=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C55CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55CB0 is #3AA34F. Grayscale: #848484. Windows color (decimal): -3842896 or 11558085. OLE color: 11558085.
HSL color Cylindrical-coordinate representation of color #C55CB0: hue angle of 312º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55CB0 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 176 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.23 |
| HSL | 312º | 0.48% | 0.57% | - |
| HSV(B) | 312º | 0.53% | 0.77% | - |
| XYZ | 34.69 | 22.66 | 43.62 | - |
| YUV | 132.97 | 152.29 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 176 | 0 | 0.53 | 0.11 | 0.23 | 312 | 0.48 | 0.57 |
| Hex | C5 | 5C | B0 | 0 | 35 | B | 17 | 138 | 30 | 39 |
| Octal | 305 | 134 | 260 | 0 | 65 | 13 | 27 | 470 | 60 | 71 |
| Binary | 11000101 | 1011100 | 10110000 | 0 | 110101 | 1011 | 10111 | 100111000 | 110000 | 111001 |
Color Harmonies of #C55CB0
Complementary color
Monochromatic Colors of #C55CB0
Black with #C55CB0
Text Example
Text Example
White with #C55CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55CB0; }
p { color: rgb(197,92,176); }
H1.HeaderClassName
{
color: #C55CB0;
}
.AnyTagClassName
{
color: #C55CB0;
}
</style>
background-color css
<style>
a { background-color: #C55CB0; }
a { background-color: rgb(197,92,176); }
div.DivClassName
{
background-color: #C55CB0;
}
.BgClassName
{
background-color: #C55CB0;
}
</style>
border-color css
<style>
span { border-color: #C55CB0; }
span { border-color: rgb(197,92,176); }
td.TdClassName
{
border-color: #C55CB0;
}
.TagClassName
{
border-color: #C55CB0;
}
</style>