Shades of Fuchsia #C64CB7
Tints of Fuchsia #C64CB7
RGB
CMYK
RGB Variations
Color information
#C64CB7 (or 0xC64CB7) is known color: Fuchsia. HEX triplet: C6, 4C and B7. RGB value is (198,76,183). Sum of RGB (Red+Green+Blue) = 198+76+183=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C64CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64CB7 is #39B348. Grayscale: #7C7C7C. Windows color (decimal): -3781449 or 12012742. OLE color: 12012742.
HSL color Cylindrical-coordinate representation of color #C64CB7: hue angle of 307.38º 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 #C64CB7 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 183 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.22 |
| HSL | 307.38º | 0.52% | 0.54% | - |
| HSV(B) | 307.38º | 0.62% | 0.78% | - |
| XYZ | 34.42 | 20.59 | 46.96 | - |
| YUV | 124.68 | 160.92 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 183 | 0 | 0.62 | 0.08 | 0.22 | 307.38 | 0.52 | 0.54 |
| Hex | C6 | 4C | B7 | 0 | 3E | 8 | 16 | 133 | 34 | 36 |
| Octal | 306 | 114 | 267 | 0 | 76 | 10 | 26 | 463 | 64 | 66 |
| Binary | 11000110 | 1001100 | 10110111 | 0 | 111110 | 1000 | 10110 | 100110011 | 110100 | 110110 |
Color Harmonies of #C64CB7
Complementary color
Monochromatic Colors of #C64CB7
Black with #C64CB7
Text Example
Text Example
White with #C64CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64CB7; }
p { color: rgb(198,76,183); }
H1.HeaderClassName
{
color: #C64CB7;
}
.AnyTagClassName
{
color: #C64CB7;
}
</style>
background-color css
<style>
a { background-color: #C64CB7; }
a { background-color: rgb(198,76,183); }
div.DivClassName
{
background-color: #C64CB7;
}
.BgClassName
{
background-color: #C64CB7;
}
</style>
border-color css
<style>
span { border-color: #C64CB7; }
span { border-color: rgb(198,76,183); }
td.TdClassName
{
border-color: #C64CB7;
}
.TagClassName
{
border-color: #C64CB7;
}
</style>