Shades of Fuchsia #C64BB9
Tints of Fuchsia #C64BB9
RGB
CMYK
RGB Variations
Color information
#C64BB9 (or 0xC64BB9) is known color: Fuchsia. HEX triplet: C6, 4B and B9. RGB value is (198,75,185). Sum of RGB (Red+Green+Blue) = 198+75+185=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C64BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64BB9 is #39B446. Grayscale: #7C7C7C. Windows color (decimal): -3781703 or 12143558. OLE color: 12143558.
HSL color Cylindrical-coordinate representation of color #C64BB9: hue angle of 306.34º 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 #C64BB9 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 185 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.22 |
| HSL | 306.34º | 0.52% | 0.54% | - |
| HSV(B) | 306.34º | 0.62% | 0.78% | - |
| XYZ | 34.56 | 20.54 | 48.04 | - |
| YUV | 124.32 | 162.25 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 185 | 0 | 0.62 | 0.07 | 0.22 | 306.34 | 0.52 | 0.54 |
| Hex | C6 | 4B | B9 | 0 | 3E | 7 | 16 | 132 | 34 | 36 |
| Octal | 306 | 113 | 271 | 0 | 76 | 7 | 26 | 462 | 64 | 66 |
| Binary | 11000110 | 1001011 | 10111001 | 0 | 111110 | 111 | 10110 | 100110010 | 110100 | 110110 |
Color Harmonies of #C64BB9
Complementary color
Monochromatic Colors of #C64BB9
Black with #C64BB9
Text Example
Text Example
White with #C64BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BB9; }
p { color: rgb(198,75,185); }
H1.HeaderClassName
{
color: #C64BB9;
}
.AnyTagClassName
{
color: #C64BB9;
}
</style>
background-color css
<style>
a { background-color: #C64BB9; }
a { background-color: rgb(198,75,185); }
div.DivClassName
{
background-color: #C64BB9;
}
.BgClassName
{
background-color: #C64BB9;
}
</style>
border-color css
<style>
span { border-color: #C64BB9; }
span { border-color: rgb(198,75,185); }
td.TdClassName
{
border-color: #C64BB9;
}
.TagClassName
{
border-color: #C64BB9;
}
</style>