Shades of Fuchsia #C551C2
Tints of Fuchsia #C551C2
RGB
CMYK
RGB Variations
Color information
#C551C2 (or 0xC551C2) is known color: Fuchsia. HEX triplet: C5, 51 and C2. RGB value is (197,81,194). Sum of RGB (Red+Green+Blue) = 197+81+194=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C551C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C551C2 is #3AAE3D. Grayscale: #808080. Windows color (decimal): -3845694 or 12734917. OLE color: 12734917.
HSL color Cylindrical-coordinate representation of color #C551C2: hue angle of 301.55º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C551C2 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 194 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.23 |
| HSL | 301.55º | 0.5% | 0.55% | - |
| HSV(B) | 301.55º | 0.59% | 0.77% | - |
| XYZ | 35.71 | 21.65 | 53.34 | - |
| YUV | 128.57 | 164.93 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 194 | 0 | 0.59 | 0.02 | 0.23 | 301.55 | 0.5 | 0.55 |
| Hex | C5 | 51 | C2 | 0 | 3B | 2 | 17 | 12E | 32 | 37 |
| Octal | 305 | 121 | 302 | 0 | 73 | 2 | 27 | 456 | 62 | 67 |
| Binary | 11000101 | 1010001 | 11000010 | 0 | 111011 | 10 | 10111 | 100101110 | 110010 | 110111 |
Color Harmonies of #C551C2
Complementary color
Monochromatic Colors of #C551C2
Black with #C551C2
Text Example
Text Example
White with #C551C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C551C2; }
p { color: rgb(197,81,194); }
H1.HeaderClassName
{
color: #C551C2;
}
.AnyTagClassName
{
color: #C551C2;
}
</style>
background-color css
<style>
a { background-color: #C551C2; }
a { background-color: rgb(197,81,194); }
div.DivClassName
{
background-color: #C551C2;
}
.BgClassName
{
background-color: #C551C2;
}
</style>
border-color css
<style>
span { border-color: #C551C2; }
span { border-color: rgb(197,81,194); }
td.TdClassName
{
border-color: #C551C2;
}
.TagClassName
{
border-color: #C551C2;
}
</style>