Shades of Fuchsia #C246AA
Tints of Fuchsia #C246AA
RGB
CMYK
RGB Variations
Color information
#C246AA (or 0xC246AA) is known color: Fuchsia. HEX triplet: C2, 46 and AA. RGB value is (194,70,170). Sum of RGB (Red+Green+Blue) = 194+70+170=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C246AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C246AA is #3DB955. Grayscale: #767676. Windows color (decimal): -4045142 or 11159234. OLE color: 11159234.
HSL color Cylindrical-coordinate representation of color #C246AA: hue angle of 311.61º 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 #C246AA is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 170 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.24 |
| HSL | 311.61º | 0.5% | 0.52% | - |
| HSV(B) | 311.61º | 0.64% | 0.76% | - |
| XYZ | 31.69 | 18.75 | 39.98 | - |
| YUV | 118.48 | 157.08 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 170 | 0 | 0.64 | 0.12 | 0.24 | 311.61 | 0.5 | 0.52 |
| Hex | C2 | 46 | AA | 0 | 40 | C | 18 | 138 | 32 | 34 |
| Octal | 302 | 106 | 252 | 0 | 100 | 14 | 30 | 470 | 62 | 64 |
| Binary | 11000010 | 1000110 | 10101010 | 0 | 1000000 | 1100 | 11000 | 100111000 | 110010 | 110100 |
Color Harmonies of #C246AA
Complementary color
Monochromatic Colors of #C246AA
Black with #C246AA
Text Example
Text Example
White with #C246AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C246AA; }
p { color: rgb(194,70,170); }
H1.HeaderClassName
{
color: #C246AA;
}
.AnyTagClassName
{
color: #C246AA;
}
</style>
background-color css
<style>
a { background-color: #C246AA; }
a { background-color: rgb(194,70,170); }
div.DivClassName
{
background-color: #C246AA;
}
.BgClassName
{
background-color: #C246AA;
}
</style>
border-color css
<style>
span { border-color: #C246AA; }
span { border-color: rgb(194,70,170); }
td.TdClassName
{
border-color: #C246AA;
}
.TagClassName
{
border-color: #C246AA;
}
</style>