Shades of Fuchsia #C046C3
Tints of Fuchsia #C046C3
RGB
CMYK
RGB Variations
Color information
#C046C3 (or 0xC046C3) is known color: Fuchsia. HEX triplet: C0, 46 and C3. RGB value is (192,70,195). Sum of RGB (Red+Green+Blue) = 192+70+195=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 195 - color contains mainly: blue. Hex color #C046C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C046C3 is #3FB93C. Grayscale: #787878. Windows color (decimal): -4176189 or 12797632. OLE color: 12797632.
HSL color Cylindrical-coordinate representation of color #C046C3: hue angle of 298.56º degrees, saturation: 0.51, 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 #C046C3 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 70 | 195 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.24 |
| HSL | 298.56º | 0.51% | 0.52% | - |
| HSV(B) | 298.56º | 0.64% | 0.76% | - |
| XYZ | 33.78 | 19.53 | 53.62 | - |
| YUV | 120.73 | 169.92 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 195 | 0.02 | 0.64 | 0 | 0.24 | 298.56 | 0.51 | 0.52 |
| Hex | C0 | 46 | C3 | 2 | 40 | 0 | 18 | 12B | 33 | 34 |
| Octal | 300 | 106 | 303 | 2 | 100 | 0 | 30 | 453 | 63 | 64 |
| Binary | 11000000 | 1000110 | 11000011 | 10 | 1000000 | 0 | 11000 | 100101011 | 110011 | 110100 |
Color Harmonies of #C046C3
Complementary color
Monochromatic Colors of #C046C3
Black with #C046C3
Text Example
Text Example
White with #C046C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C046C3; }
p { color: rgb(192,70,195); }
H1.HeaderClassName
{
color: #C046C3;
}
.AnyTagClassName
{
color: #C046C3;
}
</style>
background-color css
<style>
a { background-color: #C046C3; }
a { background-color: rgb(192,70,195); }
div.DivClassName
{
background-color: #C046C3;
}
.BgClassName
{
background-color: #C046C3;
}
</style>
border-color css
<style>
span { border-color: #C046C3; }
span { border-color: rgb(192,70,195); }
td.TdClassName
{
border-color: #C046C3;
}
.TagClassName
{
border-color: #C046C3;
}
</style>