Shades of Fuchsia #C64CB8
Tints of Fuchsia #C64CB8
RGB
CMYK
RGB Variations
Color information
#C64CB8 (or 0xC64CB8) is known color: Fuchsia. HEX triplet: C6, 4C and B8. RGB value is (198,76,184). Sum of RGB (Red+Green+Blue) = 198+76+184=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 184 (72.27% from 255 or 40.17% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C64CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64CB8 is #39B347. Grayscale: #7C7C7C. Windows color (decimal): -3781448 or 12078278. OLE color: 12078278.
HSL color Cylindrical-coordinate representation of color #C64CB8: hue angle of 306.89º 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 #C64CB8 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 184 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.22 |
| HSL | 306.89º | 0.52% | 0.54% | - |
| HSV(B) | 306.89º | 0.62% | 0.78% | - |
| XYZ | 34.52 | 20.64 | 47.51 | - |
| YUV | 124.79 | 161.42 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 184 | 0 | 0.62 | 0.07 | 0.22 | 306.89 | 0.52 | 0.54 |
| Hex | C6 | 4C | B8 | 0 | 3E | 7 | 16 | 133 | 34 | 36 |
| Octal | 306 | 114 | 270 | 0 | 76 | 7 | 26 | 463 | 64 | 66 |
| Binary | 11000110 | 1001100 | 10111000 | 0 | 111110 | 111 | 10110 | 100110011 | 110100 | 110110 |
Color Harmonies of #C64CB8
Complementary color
Monochromatic Colors of #C64CB8
Black with #C64CB8
Text Example
Text Example
White with #C64CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64CB8; }
p { color: rgb(198,76,184); }
H1.HeaderClassName
{
color: #C64CB8;
}
.AnyTagClassName
{
color: #C64CB8;
}
</style>
background-color css
<style>
a { background-color: #C64CB8; }
a { background-color: rgb(198,76,184); }
div.DivClassName
{
background-color: #C64CB8;
}
.BgClassName
{
background-color: #C64CB8;
}
</style>
border-color css
<style>
span { border-color: #C64CB8; }
span { border-color: rgb(198,76,184); }
td.TdClassName
{
border-color: #C64CB8;
}
.TagClassName
{
border-color: #C64CB8;
}
</style>