Shades of Fuchsia #C64BB7
Tints of Fuchsia #C64BB7
RGB
CMYK
RGB Variations
Color information
#C64BB7 (or 0xC64BB7) is known color: Fuchsia. HEX triplet: C6, 4B and B7. RGB value is (198,75,183). Sum of RGB (Red+Green+Blue) = 198+75+183=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C64BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64BB7 is #39B448. Grayscale: #7B7B7B. Windows color (decimal): -3781705 or 12012486. OLE color: 12012486.
HSL color Cylindrical-coordinate representation of color #C64BB7: hue angle of 307.32º 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 #C64BB7 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 183 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.22 |
| HSL | 307.32º | 0.52% | 0.54% | - |
| HSV(B) | 307.32º | 0.62% | 0.78% | - |
| XYZ | 34.35 | 20.46 | 46.94 | - |
| YUV | 124.09 | 161.25 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 183 | 0 | 0.62 | 0.08 | 0.22 | 307.32 | 0.52 | 0.54 |
| Hex | C6 | 4B | B7 | 0 | 3E | 8 | 16 | 133 | 34 | 36 |
| Octal | 306 | 113 | 267 | 0 | 76 | 10 | 26 | 463 | 64 | 66 |
| Binary | 11000110 | 1001011 | 10110111 | 0 | 111110 | 1000 | 10110 | 100110011 | 110100 | 110110 |
Color Harmonies of #C64BB7
Complementary color
Monochromatic Colors of #C64BB7
Black with #C64BB7
Text Example
Text Example
White with #C64BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BB7; }
p { color: rgb(198,75,183); }
H1.HeaderClassName
{
color: #C64BB7;
}
.AnyTagClassName
{
color: #C64BB7;
}
</style>
background-color css
<style>
a { background-color: #C64BB7; }
a { background-color: rgb(198,75,183); }
div.DivClassName
{
background-color: #C64BB7;
}
.BgClassName
{
background-color: #C64BB7;
}
</style>
border-color css
<style>
span { border-color: #C64BB7; }
span { border-color: rgb(198,75,183); }
td.TdClassName
{
border-color: #C64BB7;
}
.TagClassName
{
border-color: #C64BB7;
}
</style>