Shades of Fuchsia #C651AF
Tints of Fuchsia #C651AF
RGB
CMYK
RGB Variations
Color information
#C651AF (or 0xC651AF) is known color: Fuchsia. HEX triplet: C6, 51 and AF. RGB value is (198,81,175). Sum of RGB (Red+Green+Blue) = 198+81+175=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C651AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C651AF is #39AE50. Grayscale: #7E7E7E. Windows color (decimal): -3780177 or 11489734. OLE color: 11489734.
HSL color Cylindrical-coordinate representation of color #C651AF: hue angle of 311.79º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C651AF is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 175 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.22 |
| HSL | 311.79º | 0.51% | 0.55% | - |
| HSV(B) | 311.79º | 0.59% | 0.78% | - |
| XYZ | 33.97 | 20.99 | 42.82 | - |
| YUV | 126.7 | 155.26 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 175 | 0 | 0.59 | 0.12 | 0.22 | 311.79 | 0.51 | 0.55 |
| Hex | C6 | 51 | AF | 0 | 3B | C | 16 | 138 | 33 | 37 |
| Octal | 306 | 121 | 257 | 0 | 73 | 14 | 26 | 470 | 63 | 67 |
| Binary | 11000110 | 1010001 | 10101111 | 0 | 111011 | 1100 | 10110 | 100111000 | 110011 | 110111 |
Color Harmonies of #C651AF
Complementary color
Monochromatic Colors of #C651AF
Black with #C651AF
Text Example
Text Example
White with #C651AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C651AF; }
p { color: rgb(198,81,175); }
H1.HeaderClassName
{
color: #C651AF;
}
.AnyTagClassName
{
color: #C651AF;
}
</style>
background-color css
<style>
a { background-color: #C651AF; }
a { background-color: rgb(198,81,175); }
div.DivClassName
{
background-color: #C651AF;
}
.BgClassName
{
background-color: #C651AF;
}
</style>
border-color css
<style>
span { border-color: #C651AF; }
span { border-color: rgb(198,81,175); }
td.TdClassName
{
border-color: #C651AF;
}
.TagClassName
{
border-color: #C651AF;
}
</style>