Shades of Fuchsia #C043A8
Tints of Fuchsia #C043A8
RGB
CMYK
RGB Variations
Color information
#C043A8 (or 0xC043A8) is known color: Fuchsia. HEX triplet: C0, 43 and A8. RGB value is (192,67,168). Sum of RGB (Red+Green+Blue) = 192+67+168=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 67 (26.56% from 255 or 15.69% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C043A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C043A8 is #3FBC57. Grayscale: #737373. Windows color (decimal): -4176984 or 11027392. OLE color: 11027392.
HSL color Cylindrical-coordinate representation of color #C043A8: hue angle of 311.52º 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 #C043A8 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 168 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.25 |
| HSL | 311.52º | 0.5% | 0.51% | - |
| HSV(B) | 311.52º | 0.65% | 0.75% | - |
| XYZ | 30.81 | 18.05 | 38.91 | - |
| YUV | 115.89 | 157.41 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 168 | 0 | 0.65 | 0.12 | 0.25 | 311.52 | 0.5 | 0.51 |
| Hex | C0 | 43 | A8 | 0 | 41 | C | 19 | 138 | 32 | 33 |
| Octal | 300 | 103 | 250 | 0 | 101 | 14 | 31 | 470 | 62 | 63 |
| Binary | 11000000 | 1000011 | 10101000 | 0 | 1000001 | 1100 | 11001 | 100111000 | 110010 | 110011 |
Color Harmonies of #C043A8
Complementary color
Monochromatic Colors of #C043A8
Black with #C043A8
Text Example
Text Example
White with #C043A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043A8; }
p { color: rgb(192,67,168); }
H1.HeaderClassName
{
color: #C043A8;
}
.AnyTagClassName
{
color: #C043A8;
}
</style>
background-color css
<style>
a { background-color: #C043A8; }
a { background-color: rgb(192,67,168); }
div.DivClassName
{
background-color: #C043A8;
}
.BgClassName
{
background-color: #C043A8;
}
</style>
border-color css
<style>
span { border-color: #C043A8; }
span { border-color: rgb(192,67,168); }
td.TdClassName
{
border-color: #C043A8;
}
.TagClassName
{
border-color: #C043A8;
}
</style>