Shades of Fuchsia #C657AD
Tints of Fuchsia #C657AD
RGB
CMYK
RGB Variations
Color information
#C657AD (or 0xC657AD) is known color: Fuchsia. HEX triplet: C6, 57 and AD. RGB value is (198,87,173). Sum of RGB (Red+Green+Blue) = 198+87+173=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C657AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C657AD is #39A852. Grayscale: #818181. Windows color (decimal): -3778643 or 11360198. OLE color: 11360198.
HSL color Cylindrical-coordinate representation of color #C657AD: hue angle of 313.51º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C657AD is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 173 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.22 |
| HSL | 313.51º | 0.49% | 0.56% | - |
| HSV(B) | 313.51º | 0.56% | 0.78% | - |
| XYZ | 34.24 | 21.84 | 41.95 | - |
| YUV | 129.99 | 152.27 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 173 | 0 | 0.56 | 0.13 | 0.22 | 313.51 | 0.49 | 0.56 |
| Hex | C6 | 57 | AD | 0 | 38 | D | 16 | 13A | 31 | 38 |
| Octal | 306 | 127 | 255 | 0 | 70 | 15 | 26 | 472 | 61 | 70 |
| Binary | 11000110 | 1010111 | 10101101 | 0 | 111000 | 1101 | 10110 | 100111010 | 110001 | 111000 |
Color Harmonies of #C657AD
Complementary color
Monochromatic Colors of #C657AD
Black with #C657AD
Text Example
Text Example
White with #C657AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C657AD; }
p { color: rgb(198,87,173); }
H1.HeaderClassName
{
color: #C657AD;
}
.AnyTagClassName
{
color: #C657AD;
}
</style>
background-color css
<style>
a { background-color: #C657AD; }
a { background-color: rgb(198,87,173); }
div.DivClassName
{
background-color: #C657AD;
}
.BgClassName
{
background-color: #C657AD;
}
</style>
border-color css
<style>
span { border-color: #C657AD; }
span { border-color: rgb(198,87,173); }
td.TdClassName
{
border-color: #C657AD;
}
.TagClassName
{
border-color: #C657AD;
}
</style>