Shades of Fuchsia #C55CBD
Tints of Fuchsia #C55CBD
RGB
CMYK
RGB Variations
Color information
#C55CBD (or 0xC55CBD) is known color: Fuchsia. HEX triplet: C5, 5C and BD. RGB value is (197,92,189). Sum of RGB (Red+Green+Blue) = 197+92+189=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C55CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CBD is #3AA342. Grayscale: #868686. Windows color (decimal): -3842883 or 12410053. OLE color: 12410053.
HSL color Cylindrical-coordinate representation of color #C55CBD: hue angle of 304.57º 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 #C55CBD is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 189 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.23 |
| HSL | 304.57º | 0.48% | 0.57% | - |
| HSV(B) | 304.57º | 0.53% | 0.77% | - |
| XYZ | 36.04 | 23.2 | 50.72 | - |
| YUV | 134.45 | 158.79 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 189 | 0 | 0.53 | 0.04 | 0.23 | 304.57 | 0.48 | 0.57 |
| Hex | C5 | 5C | BD | 0 | 35 | 4 | 17 | 131 | 30 | 39 |
| Octal | 305 | 134 | 275 | 0 | 65 | 4 | 27 | 461 | 60 | 71 |
| Binary | 11000101 | 1011100 | 10111101 | 0 | 110101 | 100 | 10111 | 100110001 | 110000 | 111001 |
Color Harmonies of #C55CBD
Complementary color
Monochromatic Colors of #C55CBD
Black with #C55CBD
Text Example
Text Example
White with #C55CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55CBD; }
p { color: rgb(197,92,189); }
H1.HeaderClassName
{
color: #C55CBD;
}
.AnyTagClassName
{
color: #C55CBD;
}
</style>
background-color css
<style>
a { background-color: #C55CBD; }
a { background-color: rgb(197,92,189); }
div.DivClassName
{
background-color: #C55CBD;
}
.BgClassName
{
background-color: #C55CBD;
}
</style>
border-color css
<style>
span { border-color: #C55CBD; }
span { border-color: rgb(197,92,189); }
td.TdClassName
{
border-color: #C55CBD;
}
.TagClassName
{
border-color: #C55CBD;
}
</style>