Shades of Fuchsia #C64CB0
Tints of Fuchsia #C64CB0
RGB
CMYK
RGB Variations
Color information
#C64CB0 (or 0xC64CB0) is known color: Fuchsia. HEX triplet: C6, 4C and B0. RGB value is (198,76,176). Sum of RGB (Red+Green+Blue) = 198+76+176=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C64CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64CB0 is #39B34F. Grayscale: #7B7B7B. Windows color (decimal): -3781456 or 11553990. OLE color: 11553990.
HSL color Cylindrical-coordinate representation of color #C64CB0: hue angle of 310.82º 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 #C64CB0 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 176 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.22 |
| HSL | 310.82º | 0.52% | 0.54% | - |
| HSV(B) | 310.82º | 0.62% | 0.78% | - |
| XYZ | 33.71 | 20.31 | 43.22 | - |
| YUV | 123.88 | 157.42 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 176 | 0 | 0.62 | 0.11 | 0.22 | 310.82 | 0.52 | 0.54 |
| Hex | C6 | 4C | B0 | 0 | 3E | B | 16 | 137 | 34 | 36 |
| Octal | 306 | 114 | 260 | 0 | 76 | 13 | 26 | 467 | 64 | 66 |
| Binary | 11000110 | 1001100 | 10110000 | 0 | 111110 | 1011 | 10110 | 100110111 | 110100 | 110110 |
Color Harmonies of #C64CB0
Complementary color
Monochromatic Colors of #C64CB0
Black with #C64CB0
Text Example
Text Example
White with #C64CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64CB0; }
p { color: rgb(198,76,176); }
H1.HeaderClassName
{
color: #C64CB0;
}
.AnyTagClassName
{
color: #C64CB0;
}
</style>
background-color css
<style>
a { background-color: #C64CB0; }
a { background-color: rgb(198,76,176); }
div.DivClassName
{
background-color: #C64CB0;
}
.BgClassName
{
background-color: #C64CB0;
}
</style>
border-color css
<style>
span { border-color: #C64CB0; }
span { border-color: rgb(198,76,176); }
td.TdClassName
{
border-color: #C64CB0;
}
.TagClassName
{
border-color: #C64CB0;
}
</style>