Shades of Fuchsia #C554C4
Tints of Fuchsia #C554C4
RGB
CMYK
RGB Variations
Color information
#C554C4 (or 0xC554C4) is known color: Fuchsia. HEX triplet: C5, 54 and C4. RGB value is (197,84,196). Sum of RGB (Red+Green+Blue) = 197+84+196=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C554C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C554C4 is #3AAB3B. Grayscale: #828282. Windows color (decimal): -3844924 or 12866757. OLE color: 12866757.
HSL color Cylindrical-coordinate representation of color #C554C4: hue angle of 300.53º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C554C4 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 196 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.23 |
| HSL | 300.53º | 0.49% | 0.55% | - |
| HSV(B) | 300.53º | 0.57% | 0.77% | - |
| XYZ | 36.16 | 22.2 | 54.6 | - |
| YUV | 130.56 | 164.94 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 196 | 0 | 0.57 | 0.01 | 0.23 | 300.53 | 0.49 | 0.55 |
| Hex | C5 | 54 | C4 | 0 | 39 | 1 | 17 | 12D | 31 | 37 |
| Octal | 305 | 124 | 304 | 0 | 71 | 1 | 27 | 455 | 61 | 67 |
| Binary | 11000101 | 1010100 | 11000100 | 0 | 111001 | 1 | 10111 | 100101101 | 110001 | 110111 |
Color Harmonies of #C554C4
Complementary color
Monochromatic Colors of #C554C4
Black with #C554C4
Text Example
Text Example
White with #C554C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C554C4; }
p { color: rgb(197,84,196); }
H1.HeaderClassName
{
color: #C554C4;
}
.AnyTagClassName
{
color: #C554C4;
}
</style>
background-color css
<style>
a { background-color: #C554C4; }
a { background-color: rgb(197,84,196); }
div.DivClassName
{
background-color: #C554C4;
}
.BgClassName
{
background-color: #C554C4;
}
</style>
border-color css
<style>
span { border-color: #C554C4; }
span { border-color: rgb(197,84,196); }
td.TdClassName
{
border-color: #C554C4;
}
.TagClassName
{
border-color: #C554C4;
}
</style>