Shades of Fuchsia #C552B9
Tints of Fuchsia #C552B9
RGB
CMYK
RGB Variations
Color information
#C552B9 (or 0xC552B9) is known color: Fuchsia. HEX triplet: C5, 52 and B9. RGB value is (197,82,185). Sum of RGB (Red+Green+Blue) = 197+82+185=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C552B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C552B9 is #3AAD46. Grayscale: #7F7F7F. Windows color (decimal): -3845447 or 12145349. OLE color: 12145349.
HSL color Cylindrical-coordinate representation of color #C552B9: hue angle of 306.26º 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 #C552B9 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 185 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.23 |
| HSL | 306.26º | 0.5% | 0.55% | - |
| HSV(B) | 306.26º | 0.58% | 0.77% | - |
| XYZ | 34.8 | 21.41 | 48.2 | - |
| YUV | 128.13 | 160.1 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 185 | 0 | 0.58 | 0.06 | 0.23 | 306.26 | 0.5 | 0.55 |
| Hex | C5 | 52 | B9 | 0 | 3A | 6 | 17 | 132 | 32 | 37 |
| Octal | 305 | 122 | 271 | 0 | 72 | 6 | 27 | 462 | 62 | 67 |
| Binary | 11000101 | 1010010 | 10111001 | 0 | 111010 | 110 | 10111 | 100110010 | 110010 | 110111 |
Color Harmonies of #C552B9
Complementary color
Monochromatic Colors of #C552B9
Black with #C552B9
Text Example
Text Example
White with #C552B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C552B9; }
p { color: rgb(197,82,185); }
H1.HeaderClassName
{
color: #C552B9;
}
.AnyTagClassName
{
color: #C552B9;
}
</style>
background-color css
<style>
a { background-color: #C552B9; }
a { background-color: rgb(197,82,185); }
div.DivClassName
{
background-color: #C552B9;
}
.BgClassName
{
background-color: #C552B9;
}
</style>
border-color css
<style>
span { border-color: #C552B9; }
span { border-color: rgb(197,82,185); }
td.TdClassName
{
border-color: #C552B9;
}
.TagClassName
{
border-color: #C552B9;
}
</style>