Shades of Fuchsia #C046CA
Tints of Fuchsia #C046CA
RGB
CMYK
RGB Variations
Color information
#C046CA (or 0xC046CA) is known color: Fuchsia. HEX triplet: C0, 46 and CA. RGB value is (192,70,202). Sum of RGB (Red+Green+Blue) = 192+70+202=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 70 (27.73% from 255 or 15.09% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #C046CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C046CA is #3FB935. Grayscale: #797979. Windows color (decimal): -4176182 or 13256384. OLE color: 13256384.
HSL color Cylindrical-coordinate representation of color #C046CA: hue angle of 295.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C046CA is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 70 | 202 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.21 |
| HSL | 295.45º | 0.55% | 0.53% | - |
| HSV(B) | 295.45º | 0.65% | 0.79% | - |
| XYZ | 34.59 | 19.85 | 57.89 | - |
| YUV | 121.53 | 173.42 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 202 | 0.05 | 0.65 | 0 | 0.21 | 295.45 | 0.55 | 0.53 |
| Hex | C0 | 46 | CA | 5 | 41 | 0 | 15 | 127 | 37 | 35 |
| Octal | 300 | 106 | 312 | 5 | 101 | 0 | 25 | 447 | 67 | 65 |
| Binary | 11000000 | 1000110 | 11001010 | 101 | 1000001 | 0 | 10101 | 100100111 | 110111 | 110101 |
Color Harmonies of #C046CA
Complementary color
Monochromatic Colors of #C046CA
Black with #C046CA
Text Example
Text Example
White with #C046CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C046CA; }
p { color: rgb(192,70,202); }
H1.HeaderClassName
{
color: #C046CA;
}
.AnyTagClassName
{
color: #C046CA;
}
</style>
background-color css
<style>
a { background-color: #C046CA; }
a { background-color: rgb(192,70,202); }
div.DivClassName
{
background-color: #C046CA;
}
.BgClassName
{
background-color: #C046CA;
}
</style>
border-color css
<style>
span { border-color: #C046CA; }
span { border-color: rgb(192,70,202); }
td.TdClassName
{
border-color: #C046CA;
}
.TagClassName
{
border-color: #C046CA;
}
</style>