Shades of Fuchsia #C046A8
Tints of Fuchsia #C046A8
RGB
CMYK
RGB Variations
Color information
#C046A8 (or 0xC046A8) is known color: Fuchsia. HEX triplet: C0, 46 and A8. RGB value is (192,70,168). Sum of RGB (Red+Green+Blue) = 192+70+168=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C046A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C046A8 is #3FB957. Grayscale: #757575. Windows color (decimal): -4176216 or 11028160. OLE color: 11028160.
HSL color Cylindrical-coordinate representation of color #C046A8: hue angle of 311.8º 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 #C046A8 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 168 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.25 |
| HSL | 311.8º | 0.49% | 0.51% | - |
| HSV(B) | 311.8º | 0.64% | 0.75% | - |
| XYZ | 31 | 18.41 | 38.97 | - |
| YUV | 117.65 | 156.42 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 168 | 0 | 0.64 | 0.12 | 0.25 | 311.8 | 0.49 | 0.51 |
| Hex | C0 | 46 | A8 | 0 | 40 | C | 19 | 138 | 31 | 33 |
| Octal | 300 | 106 | 250 | 0 | 100 | 14 | 31 | 470 | 61 | 63 |
| Binary | 11000000 | 1000110 | 10101000 | 0 | 1000000 | 1100 | 11001 | 100111000 | 110001 | 110011 |
Color Harmonies of #C046A8
Complementary color
Monochromatic Colors of #C046A8
Black with #C046A8
Text Example
Text Example
White with #C046A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C046A8; }
p { color: rgb(192,70,168); }
H1.HeaderClassName
{
color: #C046A8;
}
.AnyTagClassName
{
color: #C046A8;
}
</style>
background-color css
<style>
a { background-color: #C046A8; }
a { background-color: rgb(192,70,168); }
div.DivClassName
{
background-color: #C046A8;
}
.BgClassName
{
background-color: #C046A8;
}
</style>
border-color css
<style>
span { border-color: #C046A8; }
span { border-color: rgb(192,70,168); }
td.TdClassName
{
border-color: #C046A8;
}
.TagClassName
{
border-color: #C046A8;
}
</style>