Shades of Fuchsia #C65FAF
Tints of Fuchsia #C65FAF
RGB
CMYK
RGB Variations
Color information
#C65FAF (or 0xC65FAF) is known color: Fuchsia. HEX triplet: C6, 5F and AF. RGB value is (198,95,175). Sum of RGB (Red+Green+Blue) = 198+95+175=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C65FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65FAF is #39A050. Grayscale: #868686. Windows color (decimal): -3776593 or 11493318. OLE color: 11493318.
HSL color Cylindrical-coordinate representation of color #C65FAF: hue angle of 313.4º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C65FAF is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 175 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.22 |
| HSL | 313.4º | 0.47% | 0.57% | - |
| HSV(B) | 313.4º | 0.52% | 0.78% | - |
| XYZ | 35.12 | 23.29 | 43.2 | - |
| YUV | 134.92 | 150.62 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 175 | 0 | 0.52 | 0.12 | 0.22 | 313.4 | 0.47 | 0.57 |
| Hex | C6 | 5F | AF | 0 | 34 | C | 16 | 139 | 2F | 39 |
| Octal | 306 | 137 | 257 | 0 | 64 | 14 | 26 | 471 | 57 | 71 |
| Binary | 11000110 | 1011111 | 10101111 | 0 | 110100 | 1100 | 10110 | 100111001 | 101111 | 111001 |
Color Harmonies of #C65FAF
Complementary color
Monochromatic Colors of #C65FAF
Black with #C65FAF
Text Example
Text Example
White with #C65FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65FAF; }
p { color: rgb(198,95,175); }
H1.HeaderClassName
{
color: #C65FAF;
}
.AnyTagClassName
{
color: #C65FAF;
}
</style>
background-color css
<style>
a { background-color: #C65FAF; }
a { background-color: rgb(198,95,175); }
div.DivClassName
{
background-color: #C65FAF;
}
.BgClassName
{
background-color: #C65FAF;
}
</style>
border-color css
<style>
span { border-color: #C65FAF; }
span { border-color: rgb(198,95,175); }
td.TdClassName
{
border-color: #C65FAF;
}
.TagClassName
{
border-color: #C65FAF;
}
</style>