Shades of Fuchsia #C040A8
Tints of Fuchsia #C040A8
RGB
CMYK
RGB Variations
Color information
#C040A8 (or 0xC040A8) is known color: Fuchsia. HEX triplet: C0, 40 and A8. RGB value is (192,64,168). Sum of RGB (Red+Green+Blue) = 192+64+168=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C040A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C040A8 is #3FBF57. Grayscale: #717171. Windows color (decimal): -4177752 or 11026624. OLE color: 11026624.
HSL color Cylindrical-coordinate representation of color #C040A8: hue angle of 311.25º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C040A8 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 168 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.25 |
| HSL | 311.25º | 0.5% | 0.5% | - |
| HSV(B) | 311.25º | 0.67% | 0.75% | - |
| XYZ | 30.64 | 17.7 | 38.85 | - |
| YUV | 114.13 | 158.41 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 168 | 0 | 0.67 | 0.12 | 0.25 | 311.25 | 0.5 | 0.5 |
| Hex | C0 | 40 | A8 | 0 | 43 | C | 19 | 137 | 32 | 32 |
| Octal | 300 | 100 | 250 | 0 | 103 | 14 | 31 | 467 | 62 | 62 |
| Binary | 11000000 | 1000000 | 10101000 | 0 | 1000011 | 1100 | 11001 | 100110111 | 110010 | 110010 |
Color Harmonies of #C040A8
Complementary color
Monochromatic Colors of #C040A8
Black with #C040A8
Text Example
Text Example
White with #C040A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040A8; }
p { color: rgb(192,64,168); }
H1.HeaderClassName
{
color: #C040A8;
}
.AnyTagClassName
{
color: #C040A8;
}
</style>
background-color css
<style>
a { background-color: #C040A8; }
a { background-color: rgb(192,64,168); }
div.DivClassName
{
background-color: #C040A8;
}
.BgClassName
{
background-color: #C040A8;
}
</style>
border-color css
<style>
span { border-color: #C040A8; }
span { border-color: rgb(192,64,168); }
td.TdClassName
{
border-color: #C040A8;
}
.TagClassName
{
border-color: #C040A8;
}
</style>