Shades of Fuchsia #C043B1
Tints of Fuchsia #C043B1
RGB
CMYK
RGB Variations
Color information
#C043B1 (or 0xC043B1) is known color: Fuchsia. HEX triplet: C0, 43 and B1. RGB value is (192,67,177). Sum of RGB (Red+Green+Blue) = 192+67+177=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C043B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C043B1 is #3FBC4E. Grayscale: #747474. Windows color (decimal): -4176975 or 11617216. OLE color: 11617216.
HSL color Cylindrical-coordinate representation of color #C043B1: hue angle of 307.2º 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 #C043B1 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 177 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.25 |
| HSL | 307.2º | 0.5% | 0.51% | - |
| HSV(B) | 307.2º | 0.65% | 0.75% | - |
| XYZ | 31.68 | 18.4 | 43.48 | - |
| YUV | 116.92 | 161.91 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 177 | 0 | 0.65 | 0.08 | 0.25 | 307.2 | 0.5 | 0.51 |
| Hex | C0 | 43 | B1 | 0 | 41 | 8 | 19 | 133 | 32 | 33 |
| Octal | 300 | 103 | 261 | 0 | 101 | 10 | 31 | 463 | 62 | 63 |
| Binary | 11000000 | 1000011 | 10110001 | 0 | 1000001 | 1000 | 11001 | 100110011 | 110010 | 110011 |
Color Harmonies of #C043B1
Complementary color
Monochromatic Colors of #C043B1
Black with #C043B1
Text Example
Text Example
White with #C043B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043B1; }
p { color: rgb(192,67,177); }
H1.HeaderClassName
{
color: #C043B1;
}
.AnyTagClassName
{
color: #C043B1;
}
</style>
background-color css
<style>
a { background-color: #C043B1; }
a { background-color: rgb(192,67,177); }
div.DivClassName
{
background-color: #C043B1;
}
.BgClassName
{
background-color: #C043B1;
}
</style>
border-color css
<style>
span { border-color: #C043B1; }
span { border-color: rgb(192,67,177); }
td.TdClassName
{
border-color: #C043B1;
}
.TagClassName
{
border-color: #C043B1;
}
</style>