Shades of Fuchsia #C044A8
Tints of Fuchsia #C044A8
RGB
CMYK
RGB Variations
Color information
#C044A8 (or 0xC044A8) is known color: Fuchsia. HEX triplet: C0, 44 and A8. RGB value is (192,68,168). Sum of RGB (Red+Green+Blue) = 192+68+168=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C044A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C044A8 is #3FBB57. Grayscale: #747474. Windows color (decimal): -4176728 or 11027648. OLE color: 11027648.
HSL color Cylindrical-coordinate representation of color #C044A8: hue angle of 311.61º 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 #C044A8 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 168 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.25 |
| HSL | 311.61º | 0.5% | 0.51% | - |
| HSV(B) | 311.61º | 0.65% | 0.75% | - |
| XYZ | 30.87 | 18.17 | 38.93 | - |
| YUV | 116.48 | 157.08 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 168 | 0 | 0.65 | 0.12 | 0.25 | 311.61 | 0.5 | 0.51 |
| Hex | C0 | 44 | A8 | 0 | 41 | C | 19 | 138 | 32 | 33 |
| Octal | 300 | 104 | 250 | 0 | 101 | 14 | 31 | 470 | 62 | 63 |
| Binary | 11000000 | 1000100 | 10101000 | 0 | 1000001 | 1100 | 11001 | 100111000 | 110010 | 110011 |
Color Harmonies of #C044A8
Complementary color
Monochromatic Colors of #C044A8
Black with #C044A8
Text Example
Text Example
White with #C044A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044A8; }
p { color: rgb(192,68,168); }
H1.HeaderClassName
{
color: #C044A8;
}
.AnyTagClassName
{
color: #C044A8;
}
</style>
background-color css
<style>
a { background-color: #C044A8; }
a { background-color: rgb(192,68,168); }
div.DivClassName
{
background-color: #C044A8;
}
.BgClassName
{
background-color: #C044A8;
}
</style>
border-color css
<style>
span { border-color: #C044A8; }
span { border-color: rgb(192,68,168); }
td.TdClassName
{
border-color: #C044A8;
}
.TagClassName
{
border-color: #C044A8;
}
</style>