Shades of Fuchsia #C043B2
Tints of Fuchsia #C043B2
RGB
CMYK
RGB Variations
Color information
#C043B2 (or 0xC043B2) is known color: Fuchsia. HEX triplet: C0, 43 and B2. RGB value is (192,67,178). Sum of RGB (Red+Green+Blue) = 192+67+178=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 67 (26.56% from 255 or 15.33% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C043B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C043B2 is #3FBC4D. Grayscale: #747474. Windows color (decimal): -4176974 or 11682752. OLE color: 11682752.
HSL color Cylindrical-coordinate representation of color #C043B2: hue angle of 306.72º 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 #C043B2 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 178 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.25 |
| HSL | 306.72º | 0.5% | 0.51% | - |
| HSV(B) | 306.72º | 0.65% | 0.75% | - |
| XYZ | 31.78 | 18.44 | 44 | - |
| YUV | 117.03 | 162.41 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 178 | 0 | 0.65 | 0.07 | 0.25 | 306.72 | 0.5 | 0.51 |
| Hex | C0 | 43 | B2 | 0 | 41 | 7 | 19 | 133 | 32 | 33 |
| Octal | 300 | 103 | 262 | 0 | 101 | 7 | 31 | 463 | 62 | 63 |
| Binary | 11000000 | 1000011 | 10110010 | 0 | 1000001 | 111 | 11001 | 100110011 | 110010 | 110011 |
Color Harmonies of #C043B2
Complementary color
Monochromatic Colors of #C043B2
Black with #C043B2
Text Example
Text Example
White with #C043B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043B2; }
p { color: rgb(192,67,178); }
H1.HeaderClassName
{
color: #C043B2;
}
.AnyTagClassName
{
color: #C043B2;
}
</style>
background-color css
<style>
a { background-color: #C043B2; }
a { background-color: rgb(192,67,178); }
div.DivClassName
{
background-color: #C043B2;
}
.BgClassName
{
background-color: #C043B2;
}
</style>
border-color css
<style>
span { border-color: #C043B2; }
span { border-color: rgb(192,67,178); }
td.TdClassName
{
border-color: #C043B2;
}
.TagClassName
{
border-color: #C043B2;
}
</style>