Shades of Fuchsia #C64CAF
Tints of Fuchsia #C64CAF
RGB
CMYK
RGB Variations
Color information
#C64CAF (or 0xC64CAF) is known color: Fuchsia. HEX triplet: C6, 4C and AF. RGB value is (198,76,175). Sum of RGB (Red+Green+Blue) = 198+76+175=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C64CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64CAF is #39B350. Grayscale: #7B7B7B. Windows color (decimal): -3781457 or 11488454. OLE color: 11488454.
HSL color Cylindrical-coordinate representation of color #C64CAF: hue angle of 311.31º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64CAF is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 175 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.22 |
| HSL | 311.31º | 0.52% | 0.54% | - |
| HSV(B) | 311.31º | 0.62% | 0.78% | - |
| XYZ | 33.61 | 20.27 | 42.7 | - |
| YUV | 123.76 | 156.92 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 175 | 0 | 0.62 | 0.12 | 0.22 | 311.31 | 0.52 | 0.54 |
| Hex | C6 | 4C | AF | 0 | 3E | C | 16 | 137 | 34 | 36 |
| Octal | 306 | 114 | 257 | 0 | 76 | 14 | 26 | 467 | 64 | 66 |
| Binary | 11000110 | 1001100 | 10101111 | 0 | 111110 | 1100 | 10110 | 100110111 | 110100 | 110110 |
Color Harmonies of #C64CAF
Complementary color
Monochromatic Colors of #C64CAF
Black with #C64CAF
Text Example
Text Example
White with #C64CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64CAF; }
p { color: rgb(198,76,175); }
H1.HeaderClassName
{
color: #C64CAF;
}
.AnyTagClassName
{
color: #C64CAF;
}
</style>
background-color css
<style>
a { background-color: #C64CAF; }
a { background-color: rgb(198,76,175); }
div.DivClassName
{
background-color: #C64CAF;
}
.BgClassName
{
background-color: #C64CAF;
}
</style>
border-color css
<style>
span { border-color: #C64CAF; }
span { border-color: rgb(198,76,175); }
td.TdClassName
{
border-color: #C64CAF;
}
.TagClassName
{
border-color: #C64CAF;
}
</style>