Shades of Fuchsia #C64BA9
Tints of Fuchsia #C64BA9
RGB
CMYK
RGB Variations
Color information
#C64BA9 (or 0xC64BA9) is known color: Fuchsia. HEX triplet: C6, 4B and A9. RGB value is (198,75,169). Sum of RGB (Red+Green+Blue) = 198+75+169=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C64BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64BA9 is #39B456. Grayscale: #7A7A7A. Windows color (decimal): -3781719 or 11094982. OLE color: 11094982.
HSL color Cylindrical-coordinate representation of color #C64BA9: hue angle of 314.15º 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 #C64BA9 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 169 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.22 |
| HSL | 314.15º | 0.52% | 0.54% | - |
| HSV(B) | 314.15º | 0.62% | 0.78% | - |
| XYZ | 32.97 | 19.9 | 39.64 | - |
| YUV | 122.49 | 154.25 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 169 | 0 | 0.62 | 0.15 | 0.22 | 314.15 | 0.52 | 0.54 |
| Hex | C6 | 4B | A9 | 0 | 3E | F | 16 | 13A | 34 | 36 |
| Octal | 306 | 113 | 251 | 0 | 76 | 17 | 26 | 472 | 64 | 66 |
| Binary | 11000110 | 1001011 | 10101001 | 0 | 111110 | 1111 | 10110 | 100111010 | 110100 | 110110 |
Color Harmonies of #C64BA9
Complementary color
Monochromatic Colors of #C64BA9
Black with #C64BA9
Text Example
Text Example
White with #C64BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BA9; }
p { color: rgb(198,75,169); }
H1.HeaderClassName
{
color: #C64BA9;
}
.AnyTagClassName
{
color: #C64BA9;
}
</style>
background-color css
<style>
a { background-color: #C64BA9; }
a { background-color: rgb(198,75,169); }
div.DivClassName
{
background-color: #C64BA9;
}
.BgClassName
{
background-color: #C64BA9;
}
</style>
border-color css
<style>
span { border-color: #C64BA9; }
span { border-color: rgb(198,75,169); }
td.TdClassName
{
border-color: #C64BA9;
}
.TagClassName
{
border-color: #C64BA9;
}
</style>