Shades of Fuchsia #C64CB1
Tints of Fuchsia #C64CB1
RGB
CMYK
RGB Variations
Color information
#C64CB1 (or 0xC64CB1) is known color: Fuchsia. HEX triplet: C6, 4C and B1. RGB value is (198,76,177). Sum of RGB (Red+Green+Blue) = 198+76+177=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C64CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64CB1 is #39B34E. Grayscale: #7B7B7B. Windows color (decimal): -3781455 or 11619526. OLE color: 11619526.
HSL color Cylindrical-coordinate representation of color #C64CB1: hue angle of 310.33º 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 #C64CB1 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 177 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.22 |
| HSL | 310.33º | 0.52% | 0.54% | - |
| HSV(B) | 310.33º | 0.62% | 0.78% | - |
| XYZ | 33.81 | 20.35 | 43.74 | - |
| YUV | 123.99 | 157.92 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 177 | 0 | 0.62 | 0.11 | 0.22 | 310.33 | 0.52 | 0.54 |
| Hex | C6 | 4C | B1 | 0 | 3E | B | 16 | 136 | 34 | 36 |
| Octal | 306 | 114 | 261 | 0 | 76 | 13 | 26 | 466 | 64 | 66 |
| Binary | 11000110 | 1001100 | 10110001 | 0 | 111110 | 1011 | 10110 | 100110110 | 110100 | 110110 |
Color Harmonies of #C64CB1
Complementary color
Monochromatic Colors of #C64CB1
Black with #C64CB1
Text Example
Text Example
White with #C64CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64CB1; }
p { color: rgb(198,76,177); }
H1.HeaderClassName
{
color: #C64CB1;
}
.AnyTagClassName
{
color: #C64CB1;
}
</style>
background-color css
<style>
a { background-color: #C64CB1; }
a { background-color: rgb(198,76,177); }
div.DivClassName
{
background-color: #C64CB1;
}
.BgClassName
{
background-color: #C64CB1;
}
</style>
border-color css
<style>
span { border-color: #C64CB1; }
span { border-color: rgb(198,76,177); }
td.TdClassName
{
border-color: #C64CB1;
}
.TagClassName
{
border-color: #C64CB1;
}
</style>