Shades of Fuchsia #C261C6
Tints of Fuchsia #C261C6
RGB
CMYK
RGB Variations
Color information
#C261C6 (or 0xC261C6) is known color: Fuchsia. HEX triplet: C2, 61 and C6. RGB value is (194,97,198). Sum of RGB (Red+Green+Blue) = 194+97+198=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 198 - color contains mainly: blue. Hex color #C261C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C261C6 is #3D9E39. Grayscale: #898989. Windows color (decimal): -4038202 or 13001154. OLE color: 13001154.
HSL color Cylindrical-coordinate representation of color #C261C6: hue angle of 297.62º 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 #C261C6 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 97 | 198 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.22 |
| HSL | 297.62º | 0.47% | 0.58% | - |
| HSV(B) | 297.62º | 0.51% | 0.78% | - |
| XYZ | 36.72 | 24.1 | 56.14 | - |
| YUV | 137.52 | 162.14 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 97 | 198 | 0.02 | 0.51 | 0 | 0.22 | 297.62 | 0.47 | 0.58 |
| Hex | C2 | 61 | C6 | 2 | 33 | 0 | 16 | 12A | 2F | 3A |
| Octal | 302 | 141 | 306 | 2 | 63 | 0 | 26 | 452 | 57 | 72 |
| Binary | 11000010 | 1100001 | 11000110 | 10 | 110011 | 0 | 10110 | 100101010 | 101111 | 111010 |
Color Harmonies of #C261C6
Complementary color
Monochromatic Colors of #C261C6
Black with #C261C6
Text Example
Text Example
White with #C261C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C261C6; }
p { color: rgb(194,97,198); }
H1.HeaderClassName
{
color: #C261C6;
}
.AnyTagClassName
{
color: #C261C6;
}
</style>
background-color css
<style>
a { background-color: #C261C6; }
a { background-color: rgb(194,97,198); }
div.DivClassName
{
background-color: #C261C6;
}
.BgClassName
{
background-color: #C261C6;
}
</style>
border-color css
<style>
span { border-color: #C261C6; }
span { border-color: rgb(194,97,198); }
td.TdClassName
{
border-color: #C261C6;
}
.TagClassName
{
border-color: #C261C6;
}
</style>