Shades of Fuchsia #C046AA
Tints of Fuchsia #C046AA
RGB
CMYK
RGB Variations
Color information
#C046AA (or 0xC046AA) is known color: Fuchsia. HEX triplet: C0, 46 and AA. RGB value is (192,70,170). Sum of RGB (Red+Green+Blue) = 192+70+170=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C046AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C046AA is #3FB955. Grayscale: #757575. Windows color (decimal): -4176214 or 11159232. OLE color: 11159232.
HSL color Cylindrical-coordinate representation of color #C046AA: hue angle of 310.82º 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 #C046AA is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 170 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.25 |
| HSL | 310.82º | 0.49% | 0.51% | - |
| HSV(B) | 310.82º | 0.64% | 0.75% | - |
| XYZ | 31.18 | 18.49 | 39.96 | - |
| YUV | 117.88 | 157.42 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 170 | 0 | 0.64 | 0.11 | 0.25 | 310.82 | 0.49 | 0.51 |
| Hex | C0 | 46 | AA | 0 | 40 | B | 19 | 137 | 31 | 33 |
| Octal | 300 | 106 | 252 | 0 | 100 | 13 | 31 | 467 | 61 | 63 |
| Binary | 11000000 | 1000110 | 10101010 | 0 | 1000000 | 1011 | 11001 | 100110111 | 110001 | 110011 |
Color Harmonies of #C046AA
Complementary color
Monochromatic Colors of #C046AA
Black with #C046AA
Text Example
Text Example
White with #C046AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C046AA; }
p { color: rgb(192,70,170); }
H1.HeaderClassName
{
color: #C046AA;
}
.AnyTagClassName
{
color: #C046AA;
}
</style>
background-color css
<style>
a { background-color: #C046AA; }
a { background-color: rgb(192,70,170); }
div.DivClassName
{
background-color: #C046AA;
}
.BgClassName
{
background-color: #C046AA;
}
</style>
border-color css
<style>
span { border-color: #C046AA; }
span { border-color: rgb(192,70,170); }
td.TdClassName
{
border-color: #C046AA;
}
.TagClassName
{
border-color: #C046AA;
}
</style>