Shades of Fuchsia #C261B0
Tints of Fuchsia #C261B0
RGB
CMYK
RGB Variations
Color information
#C261B0 (or 0xC261B0) is known color: Fuchsia. HEX triplet: C2, 61 and B0. RGB value is (194,97,176). Sum of RGB (Red+Green+Blue) = 194+97+176=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C261B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C261B0 is #3D9E4F. Grayscale: #868686. Windows color (decimal): -4038224 or 11559362. OLE color: 11559362.
HSL color Cylindrical-coordinate representation of color #C261B0: hue angle of 311.13º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C261B0 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 176 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.24 |
| HSL | 311.13º | 0.44% | 0.57% | - |
| HSV(B) | 311.13º | 0.5% | 0.76% | - |
| XYZ | 34.36 | 23.15 | 43.73 | - |
| YUV | 135.01 | 151.14 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 176 | 0 | 0.50 | 0.09 | 0.24 | 311.13 | 0.44 | 0.57 |
| Hex | C2 | 61 | B0 | 0 | 32 | 9 | 18 | 137 | 2C | 39 |
| Octal | 302 | 141 | 260 | 0 | 62 | 11 | 30 | 467 | 54 | 71 |
| Binary | 11000010 | 1100001 | 10110000 | 0 | 110010 | 1001 | 11000 | 100110111 | 101100 | 111001 |
Color Harmonies of #C261B0
Complementary color
Monochromatic Colors of #C261B0
Black with #C261B0
Text Example
Text Example
White with #C261B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C261B0; }
p { color: rgb(194,97,176); }
H1.HeaderClassName
{
color: #C261B0;
}
.AnyTagClassName
{
color: #C261B0;
}
</style>
background-color css
<style>
a { background-color: #C261B0; }
a { background-color: rgb(194,97,176); }
div.DivClassName
{
background-color: #C261B0;
}
.BgClassName
{
background-color: #C261B0;
}
</style>
border-color css
<style>
span { border-color: #C261B0; }
span { border-color: rgb(194,97,176); }
td.TdClassName
{
border-color: #C261B0;
}
.TagClassName
{
border-color: #C261B0;
}
</style>