Shades of Fuchsia #C046C2
Tints of Fuchsia #C046C2
RGB
CMYK
RGB Variations
Color information
#C046C2 (or 0xC046C2) is known color: Fuchsia. HEX triplet: C0, 46 and C2. RGB value is (192,70,194). Sum of RGB (Red+Green+Blue) = 192+70+194=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 70 (27.73% from 255 or 15.35% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 194 - color contains mainly: blue. Hex color #C046C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C046C2 is #3FB93D. Grayscale: #787878. Windows color (decimal): -4176190 or 12732096. OLE color: 12732096.
HSL color Cylindrical-coordinate representation of color #C046C2: hue angle of 299.03º degrees, saturation: 0.5, 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 #C046C2 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 70 | 194 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.24 |
| HSL | 299.03º | 0.5% | 0.52% | - |
| HSV(B) | 299.03º | 0.64% | 0.76% | - |
| XYZ | 33.67 | 19.48 | 53.02 | - |
| YUV | 120.61 | 169.42 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 194 | 0.01 | 0.64 | 0 | 0.24 | 299.03 | 0.5 | 0.52 |
| Hex | C0 | 46 | C2 | 1 | 40 | 0 | 18 | 12B | 32 | 34 |
| Octal | 300 | 106 | 302 | 1 | 100 | 0 | 30 | 453 | 62 | 64 |
| Binary | 11000000 | 1000110 | 11000010 | 1 | 1000000 | 0 | 11000 | 100101011 | 110010 | 110100 |
Color Harmonies of #C046C2
Complementary color
Monochromatic Colors of #C046C2
Black with #C046C2
Text Example
Text Example
White with #C046C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C046C2; }
p { color: rgb(192,70,194); }
H1.HeaderClassName
{
color: #C046C2;
}
.AnyTagClassName
{
color: #C046C2;
}
</style>
background-color css
<style>
a { background-color: #C046C2; }
a { background-color: rgb(192,70,194); }
div.DivClassName
{
background-color: #C046C2;
}
.BgClassName
{
background-color: #C046C2;
}
</style>
border-color css
<style>
span { border-color: #C046C2; }
span { border-color: rgb(192,70,194); }
td.TdClassName
{
border-color: #C046C2;
}
.TagClassName
{
border-color: #C046C2;
}
</style>