Shades of Fuchsia #C64CBA
Tints of Fuchsia #C64CBA
RGB
CMYK
RGB Variations
Color information
#C64CBA (or 0xC64CBA) is known color: Fuchsia. HEX triplet: C6, 4C and BA. RGB value is (198,76,186). Sum of RGB (Red+Green+Blue) = 198+76+186=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C64CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64CBA is #39B345. Grayscale: #7C7C7C. Windows color (decimal): -3781446 or 12209350. OLE color: 12209350.
HSL color Cylindrical-coordinate representation of color #C64CBA: hue angle of 305.9º 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 #C64CBA is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 186 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.22 |
| HSL | 305.9º | 0.52% | 0.54% | - |
| HSV(B) | 305.9º | 0.62% | 0.78% | - |
| XYZ | 34.74 | 20.72 | 48.62 | - |
| YUV | 125.02 | 162.42 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 186 | 0 | 0.62 | 0.06 | 0.22 | 305.9 | 0.52 | 0.54 |
| Hex | C6 | 4C | BA | 0 | 3E | 6 | 16 | 132 | 34 | 36 |
| Octal | 306 | 114 | 272 | 0 | 76 | 6 | 26 | 462 | 64 | 66 |
| Binary | 11000110 | 1001100 | 10111010 | 0 | 111110 | 110 | 10110 | 100110010 | 110100 | 110110 |
Color Harmonies of #C64CBA
Complementary color
Monochromatic Colors of #C64CBA
Black with #C64CBA
Text Example
Text Example
White with #C64CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64CBA; }
p { color: rgb(198,76,186); }
H1.HeaderClassName
{
color: #C64CBA;
}
.AnyTagClassName
{
color: #C64CBA;
}
</style>
background-color css
<style>
a { background-color: #C64CBA; }
a { background-color: rgb(198,76,186); }
div.DivClassName
{
background-color: #C64CBA;
}
.BgClassName
{
background-color: #C64CBA;
}
</style>
border-color css
<style>
span { border-color: #C64CBA; }
span { border-color: rgb(198,76,186); }
td.TdClassName
{
border-color: #C64CBA;
}
.TagClassName
{
border-color: #C64CBA;
}
</style>