Shades of Fuchsia #C046C5
Tints of Fuchsia #C046C5
RGB
CMYK
RGB Variations
Color information
#C046C5 (or 0xC046C5) is known color: Fuchsia. HEX triplet: C0, 46 and C5. RGB value is (192,70,197). Sum of RGB (Red+Green+Blue) = 192+70+197=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 197 - color contains mainly: blue. Hex color #C046C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C046C5 is #3FB93A. Grayscale: #787878. Windows color (decimal): -4176187 or 12928704. OLE color: 12928704.
HSL color Cylindrical-coordinate representation of color #C046C5: hue angle of 297.64º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C046C5 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 70 | 197 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.23 |
| HSL | 297.64º | 0.52% | 0.52% | - |
| HSV(B) | 297.64º | 0.64% | 0.77% | - |
| XYZ | 34.01 | 19.62 | 54.82 | - |
| YUV | 120.96 | 170.92 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 197 | 0.03 | 0.64 | 0 | 0.23 | 297.64 | 0.52 | 0.52 |
| Hex | C0 | 46 | C5 | 3 | 40 | 0 | 17 | 12A | 34 | 34 |
| Octal | 300 | 106 | 305 | 3 | 100 | 0 | 27 | 452 | 64 | 64 |
| Binary | 11000000 | 1000110 | 11000101 | 11 | 1000000 | 0 | 10111 | 100101010 | 110100 | 110100 |
Color Harmonies of #C046C5
Complementary color
Monochromatic Colors of #C046C5
Black with #C046C5
Text Example
Text Example
White with #C046C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C046C5; }
p { color: rgb(192,70,197); }
H1.HeaderClassName
{
color: #C046C5;
}
.AnyTagClassName
{
color: #C046C5;
}
</style>
background-color css
<style>
a { background-color: #C046C5; }
a { background-color: rgb(192,70,197); }
div.DivClassName
{
background-color: #C046C5;
}
.BgClassName
{
background-color: #C046C5;
}
</style>
border-color css
<style>
span { border-color: #C046C5; }
span { border-color: rgb(192,70,197); }
td.TdClassName
{
border-color: #C046C5;
}
.TagClassName
{
border-color: #C046C5;
}
</style>