Shades of Fuchsia #C55FCC
Tints of Fuchsia #C55FCC
RGB
CMYK
RGB Variations
Color information
#C55FCC (or 0xC55FCC) is known color: Fuchsia. HEX triplet: C5, 5F and CC. RGB value is (197,95,204). Sum of RGB (Red+Green+Blue) = 197+95+204=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #C55FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55FCC is #3AA033. Grayscale: #898989. Windows color (decimal): -3842100 or 13393861. OLE color: 13393861.
HSL color Cylindrical-coordinate representation of color #C55FCC: hue angle of 296.15º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55FCC is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 95 | 204 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.2 |
| HSL | 296.15º | 0.52% | 0.59% | - |
| HSV(B) | 296.15º | 0.53% | 0.8% | - |
| XYZ | 38.02 | 24.41 | 59.84 | - |
| YUV | 137.92 | 165.29 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 204 | 0.03 | 0.53 | 0 | 0.2 | 296.15 | 0.52 | 0.59 |
| Hex | C5 | 5F | CC | 3 | 35 | 0 | 14 | 128 | 34 | 3B |
| Octal | 305 | 137 | 314 | 3 | 65 | 0 | 24 | 450 | 64 | 73 |
| Binary | 11000101 | 1011111 | 11001100 | 11 | 110101 | 0 | 10100 | 100101000 | 110100 | 111011 |
Color Harmonies of #C55FCC
Complementary color
Monochromatic Colors of #C55FCC
Black with #C55FCC
Text Example
Text Example
White with #C55FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55FCC; }
p { color: rgb(197,95,204); }
H1.HeaderClassName
{
color: #C55FCC;
}
.AnyTagClassName
{
color: #C55FCC;
}
</style>
background-color css
<style>
a { background-color: #C55FCC; }
a { background-color: rgb(197,95,204); }
div.DivClassName
{
background-color: #C55FCC;
}
.BgClassName
{
background-color: #C55FCC;
}
</style>
border-color css
<style>
span { border-color: #C55FCC; }
span { border-color: rgb(197,95,204); }
td.TdClassName
{
border-color: #C55FCC;
}
.TagClassName
{
border-color: #C55FCC;
}
</style>