Shades of Fuchsia #C046B2
Tints of Fuchsia #C046B2
RGB
CMYK
RGB Variations
Color information
#C046B2 (or 0xC046B2) is known color: Fuchsia. HEX triplet: C0, 46 and B2. RGB value is (192,70,178). Sum of RGB (Red+Green+Blue) = 192+70+178=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C046B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C046B2 is #3FB94D. Grayscale: #767676. Windows color (decimal): -4176206 or 11683520. OLE color: 11683520.
HSL color Cylindrical-coordinate representation of color #C046B2: hue angle of 306.89º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C046B2 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 178 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.25 |
| HSL | 306.89º | 0.49% | 0.51% | - |
| HSV(B) | 306.89º | 0.64% | 0.75% | - |
| XYZ | 31.96 | 18.8 | 44.06 | - |
| YUV | 118.79 | 161.42 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 178 | 0 | 0.64 | 0.07 | 0.25 | 306.89 | 0.49 | 0.51 |
| Hex | C0 | 46 | B2 | 0 | 40 | 7 | 19 | 133 | 31 | 33 |
| Octal | 300 | 106 | 262 | 0 | 100 | 7 | 31 | 463 | 61 | 63 |
| Binary | 11000000 | 1000110 | 10110010 | 0 | 1000000 | 111 | 11001 | 100110011 | 110001 | 110011 |
Color Harmonies of #C046B2
Complementary color
Monochromatic Colors of #C046B2
Black with #C046B2
Text Example
Text Example
White with #C046B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C046B2; }
p { color: rgb(192,70,178); }
H1.HeaderClassName
{
color: #C046B2;
}
.AnyTagClassName
{
color: #C046B2;
}
</style>
background-color css
<style>
a { background-color: #C046B2; }
a { background-color: rgb(192,70,178); }
div.DivClassName
{
background-color: #C046B2;
}
.BgClassName
{
background-color: #C046B2;
}
</style>
border-color css
<style>
span { border-color: #C046B2; }
span { border-color: rgb(192,70,178); }
td.TdClassName
{
border-color: #C046B2;
}
.TagClassName
{
border-color: #C046B2;
}
</style>