Shades of Fuchsia #C657AF
Tints of Fuchsia #C657AF
RGB
CMYK
RGB Variations
Color information
#C657AF (or 0xC657AF) is known color: Fuchsia. HEX triplet: C6, 57 and AF. RGB value is (198,87,175). Sum of RGB (Red+Green+Blue) = 198+87+175=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C657AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C657AF is #39A850. Grayscale: #818181. Windows color (decimal): -3778641 or 11491270. OLE color: 11491270.
HSL color Cylindrical-coordinate representation of color #C657AF: hue angle of 312.43º 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 #C657AF is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 175 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.22 |
| HSL | 312.43º | 0.49% | 0.56% | - |
| HSV(B) | 312.43º | 0.56% | 0.78% | - |
| XYZ | 34.43 | 21.92 | 42.97 | - |
| YUV | 130.22 | 153.27 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 175 | 0 | 0.56 | 0.12 | 0.22 | 312.43 | 0.49 | 0.56 |
| Hex | C6 | 57 | AF | 0 | 38 | C | 16 | 138 | 31 | 38 |
| Octal | 306 | 127 | 257 | 0 | 70 | 14 | 26 | 470 | 61 | 70 |
| Binary | 11000110 | 1010111 | 10101111 | 0 | 111000 | 1100 | 10110 | 100111000 | 110001 | 111000 |
Color Harmonies of #C657AF
Complementary color
Monochromatic Colors of #C657AF
Black with #C657AF
Text Example
Text Example
White with #C657AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C657AF; }
p { color: rgb(198,87,175); }
H1.HeaderClassName
{
color: #C657AF;
}
.AnyTagClassName
{
color: #C657AF;
}
</style>
background-color css
<style>
a { background-color: #C657AF; }
a { background-color: rgb(198,87,175); }
div.DivClassName
{
background-color: #C657AF;
}
.BgClassName
{
background-color: #C657AF;
}
</style>
border-color css
<style>
span { border-color: #C657AF; }
span { border-color: rgb(198,87,175); }
td.TdClassName
{
border-color: #C657AF;
}
.TagClassName
{
border-color: #C657AF;
}
</style>