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