Shades of Fuchsia #C552B1
Tints of Fuchsia #C552B1
RGB
CMYK
RGB Variations
Color information
#C552B1 (or 0xC552B1) is known color: Fuchsia. HEX triplet: C5, 52 and B1. RGB value is (197,82,177). Sum of RGB (Red+Green+Blue) = 197+82+177=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C552B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C552B1 is #3AAD4E. Grayscale: #7E7E7E. Windows color (decimal): -3845455 or 11621061. OLE color: 11621061.
HSL color Cylindrical-coordinate representation of color #C552B1: hue angle of 310.43º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C552B1 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 177 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.23 |
| HSL | 310.43º | 0.5% | 0.55% | - |
| HSV(B) | 310.43º | 0.58% | 0.77% | - |
| XYZ | 33.98 | 21.08 | 43.87 | - |
| YUV | 127.22 | 156.1 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 177 | 0 | 0.58 | 0.10 | 0.23 | 310.43 | 0.5 | 0.55 |
| Hex | C5 | 52 | B1 | 0 | 3A | A | 17 | 136 | 32 | 37 |
| Octal | 305 | 122 | 261 | 0 | 72 | 12 | 27 | 466 | 62 | 67 |
| Binary | 11000101 | 1010010 | 10110001 | 0 | 111010 | 1010 | 10111 | 100110110 | 110010 | 110111 |
Color Harmonies of #C552B1
Complementary color
Monochromatic Colors of #C552B1
Black with #C552B1
Text Example
Text Example
White with #C552B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C552B1; }
p { color: rgb(197,82,177); }
H1.HeaderClassName
{
color: #C552B1;
}
.AnyTagClassName
{
color: #C552B1;
}
</style>
background-color css
<style>
a { background-color: #C552B1; }
a { background-color: rgb(197,82,177); }
div.DivClassName
{
background-color: #C552B1;
}
.BgClassName
{
background-color: #C552B1;
}
</style>
border-color css
<style>
span { border-color: #C552B1; }
span { border-color: rgb(197,82,177); }
td.TdClassName
{
border-color: #C552B1;
}
.TagClassName
{
border-color: #C552B1;
}
</style>