Shades of Fuchsia #C246AD
Tints of Fuchsia #C246AD
RGB
CMYK
RGB Variations
Color information
#C246AD (or 0xC246AD) is known color: Fuchsia. HEX triplet: C2, 46 and AD. RGB value is (194,70,173). Sum of RGB (Red+Green+Blue) = 194+70+173=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C246AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C246AD is #3DB952. Grayscale: #767676. Windows color (decimal): -4045139 or 11355842. OLE color: 11355842.
HSL color Cylindrical-coordinate representation of color #C246AD: hue angle of 310.16º 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 #C246AD is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 70 | 173 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.24 |
| HSL | 310.16º | 0.5% | 0.52% | - |
| HSV(B) | 310.16º | 0.64% | 0.76% | - |
| XYZ | 31.98 | 18.87 | 41.49 | - |
| YUV | 118.82 | 158.58 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 173 | 0 | 0.64 | 0.11 | 0.24 | 310.16 | 0.5 | 0.52 |
| Hex | C2 | 46 | AD | 0 | 40 | B | 18 | 136 | 32 | 34 |
| Octal | 302 | 106 | 255 | 0 | 100 | 13 | 30 | 466 | 62 | 64 |
| Binary | 11000010 | 1000110 | 10101101 | 0 | 1000000 | 1011 | 11000 | 100110110 | 110010 | 110100 |
Color Harmonies of #C246AD
Complementary color
Monochromatic Colors of #C246AD
Black with #C246AD
Text Example
Text Example
White with #C246AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C246AD; }
p { color: rgb(194,70,173); }
H1.HeaderClassName
{
color: #C246AD;
}
.AnyTagClassName
{
color: #C246AD;
}
</style>
background-color css
<style>
a { background-color: #C246AD; }
a { background-color: rgb(194,70,173); }
div.DivClassName
{
background-color: #C246AD;
}
.BgClassName
{
background-color: #C246AD;
}
</style>
border-color css
<style>
span { border-color: #C246AD; }
span { border-color: rgb(194,70,173); }
td.TdClassName
{
border-color: #C246AD;
}
.TagClassName
{
border-color: #C246AD;
}
</style>