Shades of Fuchsia #C261A8
Tints of Fuchsia #C261A8
RGB
CMYK
RGB Variations
Color information
#C261A8 (or 0xC261A8) is known color: Fuchsia. HEX triplet: C2, 61 and A8. RGB value is (194,97,168). Sum of RGB (Red+Green+Blue) = 194+97+168=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C261A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C261A8 is #3D9E57. Grayscale: #858585. Windows color (decimal): -4038232 or 11035074. OLE color: 11035074.
HSL color Cylindrical-coordinate representation of color #C261A8: hue angle of 316.08º 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 #C261A8 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 168 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.24 |
| HSL | 316.08º | 0.44% | 0.57% | - |
| HSV(B) | 316.08º | 0.5% | 0.76% | - |
| XYZ | 33.59 | 22.85 | 39.69 | - |
| YUV | 134.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 168 | 0 | 0.50 | 0.13 | 0.24 | 316.08 | 0.44 | 0.57 |
| Hex | C2 | 61 | A8 | 0 | 32 | D | 18 | 13C | 2C | 39 |
| Octal | 302 | 141 | 250 | 0 | 62 | 15 | 30 | 474 | 54 | 71 |
| Binary | 11000010 | 1100001 | 10101000 | 0 | 110010 | 1101 | 11000 | 100111100 | 101100 | 111001 |
Color Harmonies of #C261A8
Complementary color
Monochromatic Colors of #C261A8
Black with #C261A8
Text Example
Text Example
White with #C261A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C261A8; }
p { color: rgb(194,97,168); }
H1.HeaderClassName
{
color: #C261A8;
}
.AnyTagClassName
{
color: #C261A8;
}
</style>
background-color css
<style>
a { background-color: #C261A8; }
a { background-color: rgb(194,97,168); }
div.DivClassName
{
background-color: #C261A8;
}
.BgClassName
{
background-color: #C261A8;
}
</style>
border-color css
<style>
span { border-color: #C261A8; }
span { border-color: rgb(194,97,168); }
td.TdClassName
{
border-color: #C261A8;
}
.TagClassName
{
border-color: #C261A8;
}
</style>