Shades of Fuchsia #C246C9
Tints of Fuchsia #C246C9
RGB
CMYK
RGB Variations
Color information
#C246C9 (or 0xC246C9) is known color: Fuchsia. HEX triplet: C2, 46 and C9. RGB value is (194,70,201). Sum of RGB (Red+Green+Blue) = 194+70+201=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 201 - color contains mainly: blue. Hex color #C246C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246C9 is #3DB936. Grayscale: #797979. Windows color (decimal): -4045111 or 13190850. OLE color: 13190850.
HSL color Cylindrical-coordinate representation of color #C246C9: hue angle of 296.79º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C246C9 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 70 | 201 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.21 |
| HSL | 296.79º | 0.55% | 0.53% | - |
| HSV(B) | 296.79º | 0.65% | 0.79% | - |
| XYZ | 34.98 | 20.07 | 57.29 | - |
| YUV | 122.01 | 172.58 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 201 | 0.03 | 0.65 | 0 | 0.21 | 296.79 | 0.55 | 0.53 |
| Hex | C2 | 46 | C9 | 3 | 41 | 0 | 15 | 129 | 37 | 35 |
| Octal | 302 | 106 | 311 | 3 | 101 | 0 | 25 | 451 | 67 | 65 |
| Binary | 11000010 | 1000110 | 11001001 | 11 | 1000001 | 0 | 10101 | 100101001 | 110111 | 110101 |
Color Harmonies of #C246C9
Complementary color
Monochromatic Colors of #C246C9
Black with #C246C9
Text Example
Text Example
White with #C246C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C246C9; }
p { color: rgb(194,70,201); }
H1.HeaderClassName
{
color: #C246C9;
}
.AnyTagClassName
{
color: #C246C9;
}
</style>
background-color css
<style>
a { background-color: #C246C9; }
a { background-color: rgb(194,70,201); }
div.DivClassName
{
background-color: #C246C9;
}
.BgClassName
{
background-color: #C246C9;
}
</style>
border-color css
<style>
span { border-color: #C246C9; }
span { border-color: rgb(194,70,201); }
td.TdClassName
{
border-color: #C246C9;
}
.TagClassName
{
border-color: #C246C9;
}
</style>