Shades of Fuchsia #C043B6
Tints of Fuchsia #C043B6
RGB
CMYK
RGB Variations
Color information
#C043B6 (or 0xC043B6) is known color: Fuchsia. HEX triplet: C0, 43 and B6. RGB value is (192,67,182). Sum of RGB (Red+Green+Blue) = 192+67+182=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C043B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C043B6 is #3FBC49. Grayscale: #757575. Windows color (decimal): -4176970 or 11944896. OLE color: 11944896.
HSL color Cylindrical-coordinate representation of color #C043B6: hue angle of 304.8º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C043B6 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 182 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.25 |
| HSL | 304.8º | 0.5% | 0.51% | - |
| HSV(B) | 304.8º | 0.65% | 0.75% | - |
| XYZ | 32.19 | 18.6 | 46.15 | - |
| YUV | 117.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 182 | 0 | 0.65 | 0.05 | 0.25 | 304.8 | 0.5 | 0.51 |
| Hex | C0 | 43 | B6 | 0 | 41 | 5 | 19 | 131 | 32 | 33 |
| Octal | 300 | 103 | 266 | 0 | 101 | 5 | 31 | 461 | 62 | 63 |
| Binary | 11000000 | 1000011 | 10110110 | 0 | 1000001 | 101 | 11001 | 100110001 | 110010 | 110011 |
Color Harmonies of #C043B6
Complementary color
Monochromatic Colors of #C043B6
Black with #C043B6
Text Example
Text Example
White with #C043B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043B6; }
p { color: rgb(192,67,182); }
H1.HeaderClassName
{
color: #C043B6;
}
.AnyTagClassName
{
color: #C043B6;
}
</style>
background-color css
<style>
a { background-color: #C043B6; }
a { background-color: rgb(192,67,182); }
div.DivClassName
{
background-color: #C043B6;
}
.BgClassName
{
background-color: #C043B6;
}
</style>
border-color css
<style>
span { border-color: #C043B6; }
span { border-color: rgb(192,67,182); }
td.TdClassName
{
border-color: #C043B6;
}
.TagClassName
{
border-color: #C043B6;
}
</style>