Shades of Fuchsia #C661B0
Tints of Fuchsia #C661B0
RGB
CMYK
RGB Variations
Color information
#C661B0 (or 0xC661B0) is known color: Fuchsia. HEX triplet: C6, 61 and B0. RGB value is (198,97,176). Sum of RGB (Red+Green+Blue) = 198+97+176=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C661B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C661B0 is #399E4F. Grayscale: #878787. Windows color (decimal): -3776080 or 11559366. OLE color: 11559366.
HSL color Cylindrical-coordinate representation of color #C661B0: hue angle of 313.07º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C661B0 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 97 | 176 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.22 |
| HSL | 313.07º | 0.47% | 0.58% | - |
| HSV(B) | 313.07º | 0.51% | 0.78% | - |
| XYZ | 35.4 | 23.69 | 43.78 | - |
| YUV | 136.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 97 | 176 | 0 | 0.51 | 0.11 | 0.22 | 313.07 | 0.47 | 0.58 |
| Hex | C6 | 61 | B0 | 0 | 33 | B | 16 | 139 | 2F | 3A |
| Octal | 306 | 141 | 260 | 0 | 63 | 13 | 26 | 471 | 57 | 72 |
| Binary | 11000110 | 1100001 | 10110000 | 0 | 110011 | 1011 | 10110 | 100111001 | 101111 | 111010 |
Color Harmonies of #C661B0
Complementary color
Monochromatic Colors of #C661B0
Black with #C661B0
Text Example
Text Example
White with #C661B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C661B0; }
p { color: rgb(198,97,176); }
H1.HeaderClassName
{
color: #C661B0;
}
.AnyTagClassName
{
color: #C661B0;
}
</style>
background-color css
<style>
a { background-color: #C661B0; }
a { background-color: rgb(198,97,176); }
div.DivClassName
{
background-color: #C661B0;
}
.BgClassName
{
background-color: #C661B0;
}
</style>
border-color css
<style>
span { border-color: #C661B0; }
span { border-color: rgb(198,97,176); }
td.TdClassName
{
border-color: #C661B0;
}
.TagClassName
{
border-color: #C661B0;
}
</style>