Shades of Fuchsia #C046CC
Tints of Fuchsia #C046CC
RGB
CMYK
RGB Variations
Color information
#C046CC (or 0xC046CC) is known color: Fuchsia. HEX triplet: C0, 46 and CC. RGB value is (192,70,204). Sum of RGB (Red+Green+Blue) = 192+70+204=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 70 (27.73% from 255 or 15.02% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #C046CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C046CC is #3FB933. Grayscale: #797979. Windows color (decimal): -4176180 or 13387456. OLE color: 13387456.
HSL color Cylindrical-coordinate representation of color #C046CC: hue angle of 294.63º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C046CC is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 70 | 204 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.2 |
| HSL | 294.63º | 0.57% | 0.54% | - |
| HSV(B) | 294.63º | 0.66% | 0.8% | - |
| XYZ | 34.83 | 19.95 | 59.14 | - |
| YUV | 121.75 | 174.42 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 204 | 0.06 | 0.66 | 0 | 0.2 | 294.63 | 0.57 | 0.54 |
| Hex | C0 | 46 | CC | 6 | 42 | 0 | 14 | 127 | 39 | 36 |
| Octal | 300 | 106 | 314 | 6 | 102 | 0 | 24 | 447 | 71 | 66 |
| Binary | 11000000 | 1000110 | 11001100 | 110 | 1000010 | 0 | 10100 | 100100111 | 111001 | 110110 |
Color Harmonies of #C046CC
Complementary color
Monochromatic Colors of #C046CC
Black with #C046CC
Text Example
Text Example
White with #C046CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C046CC; }
p { color: rgb(192,70,204); }
H1.HeaderClassName
{
color: #C046CC;
}
.AnyTagClassName
{
color: #C046CC;
}
</style>
background-color css
<style>
a { background-color: #C046CC; }
a { background-color: rgb(192,70,204); }
div.DivClassName
{
background-color: #C046CC;
}
.BgClassName
{
background-color: #C046CC;
}
</style>
border-color css
<style>
span { border-color: #C046CC; }
span { border-color: rgb(192,70,204); }
td.TdClassName
{
border-color: #C046CC;
}
.TagClassName
{
border-color: #C046CC;
}
</style>