Shades of Fuchsia #C261C2
Tints of Fuchsia #C261C2
RGB
CMYK
RGB Variations
Color information
#C261C2 (or 0xC261C2) is known color: Fuchsia. HEX triplet: C2, 61 and C2. RGB value is (194,97,194). Sum of RGB (Red+Green+Blue) = 194+97+194=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C261C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C261C2 is #3D9E3D. Grayscale: #888888. Windows color (decimal): -4038206 or 12739010. OLE color: 12739010.
HSL color Cylindrical-coordinate representation of color #C261C2: hue angle of 300º 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 #C261C2 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 97 | 194 | - |
| CMYK | 0 | 0.50 | 0 | 0.24 |
| HSL | 300º | 0.44% | 0.57% | - |
| HSV(B) | 300º | 0.5% | 0.76% | - |
| XYZ | 36.26 | 23.91 | 53.74 | - |
| YUV | 137.06 | 160.14 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 194 | 0 | 0.50 | 0 | 0.24 | 300 | 0.44 | 0.57 |
| Hex | C2 | 61 | C2 | 0 | 32 | 0 | 18 | 12C | 2C | 39 |
| Octal | 302 | 141 | 302 | 0 | 62 | 0 | 30 | 454 | 54 | 71 |
| Binary | 11000010 | 1100001 | 11000010 | 0 | 110010 | 0 | 11000 | 100101100 | 101100 | 111001 |
Color Harmonies of #C261C2
Complementary color
Monochromatic Colors of #C261C2
Black with #C261C2
Text Example
Text Example
White with #C261C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C261C2; }
p { color: rgb(194,97,194); }
H1.HeaderClassName
{
color: #C261C2;
}
.AnyTagClassName
{
color: #C261C2;
}
</style>
background-color css
<style>
a { background-color: #C261C2; }
a { background-color: rgb(194,97,194); }
div.DivClassName
{
background-color: #C261C2;
}
.BgClassName
{
background-color: #C261C2;
}
</style>
border-color css
<style>
span { border-color: #C261C2; }
span { border-color: rgb(194,97,194); }
td.TdClassName
{
border-color: #C261C2;
}
.TagClassName
{
border-color: #C261C2;
}
</style>