Shades of Fuchsia #C55FCD
Tints of Fuchsia #C55FCD
RGB
CMYK
RGB Variations
Color information
#C55FCD (or 0xC55FCD) is known color: Fuchsia. HEX triplet: C5, 5F and CD. RGB value is (197,95,205). Sum of RGB (Red+Green+Blue) = 197+95+205=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #C55FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55FCD is #3AA032. Grayscale: #898989. Windows color (decimal): -3842099 or 13459397. OLE color: 13459397.
HSL color Cylindrical-coordinate representation of color #C55FCD: hue angle of 295.64º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55FCD is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 95 | 205 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.20 |
| HSL | 295.64º | 0.52% | 0.59% | - |
| HSV(B) | 295.64º | 0.54% | 0.8% | - |
| XYZ | 38.14 | 24.46 | 60.47 | - |
| YUV | 138.04 | 165.79 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 95 | 205 | 0.04 | 0.54 | 0 | 0.20 | 295.64 | 0.52 | 0.59 |
| Hex | C5 | 5F | CD | 4 | 36 | 0 | 14 | 128 | 34 | 3B |
| Octal | 305 | 137 | 315 | 4 | 66 | 0 | 24 | 450 | 64 | 73 |
| Binary | 11000101 | 1011111 | 11001101 | 100 | 110110 | 0 | 10100 | 100101000 | 110100 | 111011 |
Color Harmonies of #C55FCD
Complementary color
Monochromatic Colors of #C55FCD
Black with #C55FCD
Text Example
Text Example
White with #C55FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55FCD; }
p { color: rgb(197,95,205); }
H1.HeaderClassName
{
color: #C55FCD;
}
.AnyTagClassName
{
color: #C55FCD;
}
</style>
background-color css
<style>
a { background-color: #C55FCD; }
a { background-color: rgb(197,95,205); }
div.DivClassName
{
background-color: #C55FCD;
}
.BgClassName
{
background-color: #C55FCD;
}
</style>
border-color css
<style>
span { border-color: #C55FCD; }
span { border-color: rgb(197,95,205); }
td.TdClassName
{
border-color: #C55FCD;
}
.TagClassName
{
border-color: #C55FCD;
}
</style>