Shades of Fuchsia #C557CD
Tints of Fuchsia #C557CD
RGB
CMYK
RGB Variations
Color information
#C557CD (or 0xC557CD) is known color: Fuchsia. HEX triplet: C5, 57 and CD. RGB value is (197,87,205). Sum of RGB (Red+Green+Blue) = 197+87+205=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #C557CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C557CD is #3AA832. Grayscale: #848484. Windows color (decimal): -3844147 or 13457349. OLE color: 13457349.
HSL color Cylindrical-coordinate representation of color #C557CD: hue angle of 295.93º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C557CD is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 87 | 205 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.20 |
| HSL | 295.93º | 0.54% | 0.57% | - |
| HSV(B) | 295.93º | 0.58% | 0.8% | - |
| XYZ | 37.45 | 23.09 | 60.24 | - |
| YUV | 133.34 | 168.44 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 205 | 0.04 | 0.58 | 0 | 0.20 | 295.93 | 0.54 | 0.57 |
| Hex | C5 | 57 | CD | 4 | 3A | 0 | 14 | 128 | 36 | 39 |
| Octal | 305 | 127 | 315 | 4 | 72 | 0 | 24 | 450 | 66 | 71 |
| Binary | 11000101 | 1010111 | 11001101 | 100 | 111010 | 0 | 10100 | 100101000 | 110110 | 111001 |
Color Harmonies of #C557CD
Complementary color
Monochromatic Colors of #C557CD
Black with #C557CD
Text Example
Text Example
White with #C557CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C557CD; }
p { color: rgb(197,87,205); }
H1.HeaderClassName
{
color: #C557CD;
}
.AnyTagClassName
{
color: #C557CD;
}
</style>
background-color css
<style>
a { background-color: #C557CD; }
a { background-color: rgb(197,87,205); }
div.DivClassName
{
background-color: #C557CD;
}
.BgClassName
{
background-color: #C557CD;
}
</style>
border-color css
<style>
span { border-color: #C557CD; }
span { border-color: rgb(197,87,205); }
td.TdClassName
{
border-color: #C557CD;
}
.TagClassName
{
border-color: #C557CD;
}
</style>