Shades of Fuchsia #C55CB4
Tints of Fuchsia #C55CB4
RGB
CMYK
RGB Variations
Color information
#C55CB4 (or 0xC55CB4) is known color: Fuchsia. HEX triplet: C5, 5C and B4. RGB value is (197,92,180). Sum of RGB (Red+Green+Blue) = 197+92+180=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C55CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CB4 is #3AA34B. Grayscale: #858585. Windows color (decimal): -3842892 or 11820229. OLE color: 11820229.
HSL color Cylindrical-coordinate representation of color #C55CB4: hue angle of 309.71º 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 #C55CB4 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 180 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.23 |
| HSL | 309.71º | 0.48% | 0.57% | - |
| HSV(B) | 309.71º | 0.53% | 0.77% | - |
| XYZ | 35.09 | 22.82 | 45.74 | - |
| YUV | 133.43 | 154.29 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 180 | 0 | 0.53 | 0.09 | 0.23 | 309.71 | 0.48 | 0.57 |
| Hex | C5 | 5C | B4 | 0 | 35 | 9 | 17 | 136 | 30 | 39 |
| Octal | 305 | 134 | 264 | 0 | 65 | 11 | 27 | 466 | 60 | 71 |
| Binary | 11000101 | 1011100 | 10110100 | 0 | 110101 | 1001 | 10111 | 100110110 | 110000 | 111001 |
Color Harmonies of #C55CB4
Complementary color
Monochromatic Colors of #C55CB4
Black with #C55CB4
Text Example
Text Example
White with #C55CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55CB4; }
p { color: rgb(197,92,180); }
H1.HeaderClassName
{
color: #C55CB4;
}
.AnyTagClassName
{
color: #C55CB4;
}
</style>
background-color css
<style>
a { background-color: #C55CB4; }
a { background-color: rgb(197,92,180); }
div.DivClassName
{
background-color: #C55CB4;
}
.BgClassName
{
background-color: #C55CB4;
}
</style>
border-color css
<style>
span { border-color: #C55CB4; }
span { border-color: rgb(197,92,180); }
td.TdClassName
{
border-color: #C55CB4;
}
.TagClassName
{
border-color: #C55CB4;
}
</style>