Shades of Fuchsia #C045A9
Tints of Fuchsia #C045A9
RGB
CMYK
RGB Variations
Color information
#C045A9 (or 0xC045A9) is known color: Fuchsia. HEX triplet: C0, 45 and A9. RGB value is (192,69,169). Sum of RGB (Red+Green+Blue) = 192+69+169=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C045A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C045A9 is #3FBA56. Grayscale: #747474. Windows color (decimal): -4176471 or 11093440. OLE color: 11093440.
HSL color Cylindrical-coordinate representation of color #C045A9: hue angle of 311.22º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C045A9 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 169 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.25 |
| HSL | 311.22º | 0.49% | 0.51% | - |
| HSV(B) | 311.22º | 0.64% | 0.75% | - |
| XYZ | 31.03 | 18.33 | 39.44 | - |
| YUV | 117.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 169 | 0 | 0.64 | 0.12 | 0.25 | 311.22 | 0.49 | 0.51 |
| Hex | C0 | 45 | A9 | 0 | 40 | C | 19 | 137 | 31 | 33 |
| Octal | 300 | 105 | 251 | 0 | 100 | 14 | 31 | 467 | 61 | 63 |
| Binary | 11000000 | 1000101 | 10101001 | 0 | 1000000 | 1100 | 11001 | 100110111 | 110001 | 110011 |
Color Harmonies of #C045A9
Complementary color
Monochromatic Colors of #C045A9
Black with #C045A9
Text Example
Text Example
White with #C045A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C045A9; }
p { color: rgb(192,69,169); }
H1.HeaderClassName
{
color: #C045A9;
}
.AnyTagClassName
{
color: #C045A9;
}
</style>
background-color css
<style>
a { background-color: #C045A9; }
a { background-color: rgb(192,69,169); }
div.DivClassName
{
background-color: #C045A9;
}
.BgClassName
{
background-color: #C045A9;
}
</style>
border-color css
<style>
span { border-color: #C045A9; }
span { border-color: rgb(192,69,169); }
td.TdClassName
{
border-color: #C045A9;
}
.TagClassName
{
border-color: #C045A9;
}
</style>