Shades of Fuchsia #C246C0
Tints of Fuchsia #C246C0
RGB
CMYK
RGB Variations
Color information
#C246C0 (or 0xC246C0) is known color: Fuchsia. HEX triplet: C2, 46 and C0. RGB value is (194,70,192). Sum of RGB (Red+Green+Blue) = 194+70+192=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 70 (27.73% from 255 or 15.35% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C246C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246C0 is #3DB93F. Grayscale: #787878. Windows color (decimal): -4045120 or 12601026. OLE color: 12601026.
HSL color Cylindrical-coordinate representation of color #C246C0: hue angle of 300.97º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C246C0 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 192 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.24 |
| HSL | 300.97º | 0.5% | 0.52% | - |
| HSV(B) | 300.97º | 0.64% | 0.76% | - |
| XYZ | 33.95 | 19.66 | 51.87 | - |
| YUV | 120.98 | 168.08 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 192 | 0 | 0.64 | 0.01 | 0.24 | 300.97 | 0.5 | 0.52 |
| Hex | C2 | 46 | C0 | 0 | 40 | 1 | 18 | 12D | 32 | 34 |
| Octal | 302 | 106 | 300 | 0 | 100 | 1 | 30 | 455 | 62 | 64 |
| Binary | 11000010 | 1000110 | 11000000 | 0 | 1000000 | 1 | 11000 | 100101101 | 110010 | 110100 |
Color Harmonies of #C246C0
Complementary color
Monochromatic Colors of #C246C0
Black with #C246C0
Text Example
Text Example
White with #C246C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C246C0; }
p { color: rgb(194,70,192); }
H1.HeaderClassName
{
color: #C246C0;
}
.AnyTagClassName
{
color: #C246C0;
}
</style>
background-color css
<style>
a { background-color: #C246C0; }
a { background-color: rgb(194,70,192); }
div.DivClassName
{
background-color: #C246C0;
}
.BgClassName
{
background-color: #C246C0;
}
</style>
border-color css
<style>
span { border-color: #C246C0; }
span { border-color: rgb(194,70,192); }
td.TdClassName
{
border-color: #C246C0;
}
.TagClassName
{
border-color: #C246C0;
}
</style>