Shades of Fuchsia #C64CB2
Tints of Fuchsia #C64CB2
RGB
CMYK
RGB Variations
Color information
#C64CB2 (or 0xC64CB2) is known color: Fuchsia. HEX triplet: C6, 4C and B2. RGB value is (198,76,178). Sum of RGB (Red+Green+Blue) = 198+76+178=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C64CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64CB2 is #39B34D. Grayscale: #7B7B7B. Windows color (decimal): -3781454 or 11685062. OLE color: 11685062.
HSL color Cylindrical-coordinate representation of color #C64CB2: hue angle of 309.84º 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 #C64CB2 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 178 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.22 |
| HSL | 309.84º | 0.52% | 0.54% | - |
| HSV(B) | 309.84º | 0.62% | 0.78% | - |
| XYZ | 33.91 | 20.39 | 44.27 | - |
| YUV | 124.11 | 158.42 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 178 | 0 | 0.62 | 0.10 | 0.22 | 309.84 | 0.52 | 0.54 |
| Hex | C6 | 4C | B2 | 0 | 3E | A | 16 | 136 | 34 | 36 |
| Octal | 306 | 114 | 262 | 0 | 76 | 12 | 26 | 466 | 64 | 66 |
| Binary | 11000110 | 1001100 | 10110010 | 0 | 111110 | 1010 | 10110 | 100110110 | 110100 | 110110 |
Color Harmonies of #C64CB2
Complementary color
Monochromatic Colors of #C64CB2
Black with #C64CB2
Text Example
Text Example
White with #C64CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64CB2; }
p { color: rgb(198,76,178); }
H1.HeaderClassName
{
color: #C64CB2;
}
.AnyTagClassName
{
color: #C64CB2;
}
</style>
background-color css
<style>
a { background-color: #C64CB2; }
a { background-color: rgb(198,76,178); }
div.DivClassName
{
background-color: #C64CB2;
}
.BgClassName
{
background-color: #C64CB2;
}
</style>
border-color css
<style>
span { border-color: #C64CB2; }
span { border-color: rgb(198,76,178); }
td.TdClassName
{
border-color: #C64CB2;
}
.TagClassName
{
border-color: #C64CB2;
}
</style>