Shades of Fuchsia #C043AE
Tints of Fuchsia #C043AE
RGB
CMYK
RGB Variations
Color information
#C043AE (or 0xC043AE) is known color: Fuchsia. HEX triplet: C0, 43 and AE. RGB value is (192,67,174). Sum of RGB (Red+Green+Blue) = 192+67+174=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C043AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C043AE is #3FBC51. Grayscale: #747474. Windows color (decimal): -4176978 or 11420608. OLE color: 11420608.
HSL color Cylindrical-coordinate representation of color #C043AE: hue angle of 308.64º 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 #C043AE is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 174 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.25 |
| HSL | 308.64º | 0.5% | 0.51% | - |
| HSV(B) | 308.64º | 0.65% | 0.75% | - |
| XYZ | 31.39 | 18.28 | 41.92 | - |
| YUV | 116.57 | 160.41 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 174 | 0 | 0.65 | 0.09 | 0.25 | 308.64 | 0.5 | 0.51 |
| Hex | C0 | 43 | AE | 0 | 41 | 9 | 19 | 135 | 32 | 33 |
| Octal | 300 | 103 | 256 | 0 | 101 | 11 | 31 | 465 | 62 | 63 |
| Binary | 11000000 | 1000011 | 10101110 | 0 | 1000001 | 1001 | 11001 | 100110101 | 110010 | 110011 |
Color Harmonies of #C043AE
Complementary color
Monochromatic Colors of #C043AE
Black with #C043AE
Text Example
Text Example
White with #C043AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043AE; }
p { color: rgb(192,67,174); }
H1.HeaderClassName
{
color: #C043AE;
}
.AnyTagClassName
{
color: #C043AE;
}
</style>
background-color css
<style>
a { background-color: #C043AE; }
a { background-color: rgb(192,67,174); }
div.DivClassName
{
background-color: #C043AE;
}
.BgClassName
{
background-color: #C043AE;
}
</style>
border-color css
<style>
span { border-color: #C043AE; }
span { border-color: rgb(192,67,174); }
td.TdClassName
{
border-color: #C043AE;
}
.TagClassName
{
border-color: #C043AE;
}
</style>