Shades of Fuchsia #C554CC
Tints of Fuchsia #C554CC
RGB
CMYK
RGB Variations
Color information
#C554CC (or 0xC554CC) is known color: Fuchsia. HEX triplet: C5, 54 and CC. RGB value is (197,84,204). Sum of RGB (Red+Green+Blue) = 197+84+204=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #C554CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C554CC is #3AAB33. Grayscale: #838383. Windows color (decimal): -3844916 or 13391045. OLE color: 13391045.
HSL color Cylindrical-coordinate representation of color #C554CC: hue angle of 296.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C554CC is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 84 | 204 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.2 |
| HSL | 296.5º | 0.54% | 0.56% | - |
| HSV(B) | 296.5º | 0.59% | 0.8% | - |
| XYZ | 37.1 | 22.57 | 59.53 | - |
| YUV | 131.47 | 168.94 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 204 | 0.03 | 0.59 | 0 | 0.2 | 296.5 | 0.54 | 0.56 |
| Hex | C5 | 54 | CC | 3 | 3B | 0 | 14 | 128 | 36 | 38 |
| Octal | 305 | 124 | 314 | 3 | 73 | 0 | 24 | 450 | 66 | 70 |
| Binary | 11000101 | 1010100 | 11001100 | 11 | 111011 | 0 | 10100 | 100101000 | 110110 | 111000 |
Color Harmonies of #C554CC
Complementary color
Monochromatic Colors of #C554CC
Black with #C554CC
Text Example
Text Example
White with #C554CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C554CC; }
p { color: rgb(197,84,204); }
H1.HeaderClassName
{
color: #C554CC;
}
.AnyTagClassName
{
color: #C554CC;
}
</style>
background-color css
<style>
a { background-color: #C554CC; }
a { background-color: rgb(197,84,204); }
div.DivClassName
{
background-color: #C554CC;
}
.BgClassName
{
background-color: #C554CC;
}
</style>
border-color css
<style>
span { border-color: #C554CC; }
span { border-color: rgb(197,84,204); }
td.TdClassName
{
border-color: #C554CC;
}
.TagClassName
{
border-color: #C554CC;
}
</style>