Shades of Fuchsia #C046AE
Tints of Fuchsia #C046AE
RGB
CMYK
RGB Variations
Color information
#C046AE (or 0xC046AE) is known color: Fuchsia. HEX triplet: C0, 46 and AE. RGB value is (192,70,174). Sum of RGB (Red+Green+Blue) = 192+70+174=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C046AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C046AE is #3FB951. Grayscale: #767676. Windows color (decimal): -4176210 or 11421376. OLE color: 11421376.
HSL color Cylindrical-coordinate representation of color #C046AE: hue angle of 308.85º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C046AE is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 174 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.25 |
| HSL | 308.85º | 0.49% | 0.51% | - |
| HSV(B) | 308.85º | 0.64% | 0.75% | - |
| XYZ | 31.57 | 18.64 | 41.98 | - |
| YUV | 118.33 | 159.42 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 174 | 0 | 0.64 | 0.09 | 0.25 | 308.85 | 0.49 | 0.51 |
| Hex | C0 | 46 | AE | 0 | 40 | 9 | 19 | 135 | 31 | 33 |
| Octal | 300 | 106 | 256 | 0 | 100 | 11 | 31 | 465 | 61 | 63 |
| Binary | 11000000 | 1000110 | 10101110 | 0 | 1000000 | 1001 | 11001 | 100110101 | 110001 | 110011 |
Color Harmonies of #C046AE
Complementary color
Monochromatic Colors of #C046AE
Black with #C046AE
Text Example
Text Example
White with #C046AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C046AE; }
p { color: rgb(192,70,174); }
H1.HeaderClassName
{
color: #C046AE;
}
.AnyTagClassName
{
color: #C046AE;
}
</style>
background-color css
<style>
a { background-color: #C046AE; }
a { background-color: rgb(192,70,174); }
div.DivClassName
{
background-color: #C046AE;
}
.BgClassName
{
background-color: #C046AE;
}
</style>
border-color css
<style>
span { border-color: #C046AE; }
span { border-color: rgb(192,70,174); }
td.TdClassName
{
border-color: #C046AE;
}
.TagClassName
{
border-color: #C046AE;
}
</style>