Shades of Fuchsia #C061A9
Tints of Fuchsia #C061A9
RGB
CMYK
RGB Variations
Color information
#C061A9 (or 0xC061A9) is known color: Fuchsia. HEX triplet: C0, 61 and A9. RGB value is (192,97,169). Sum of RGB (Red+Green+Blue) = 192+97+169=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 169 (66.41% from 255 or 36.90% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C061A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C061A9 is #3F9E56. Grayscale: #858585. Windows color (decimal): -4169303 or 11100608. OLE color: 11100608.
HSL color Cylindrical-coordinate representation of color #C061A9: hue angle of 314.53º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C061A9 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 97 | 169 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.25 |
| HSL | 314.53º | 0.43% | 0.57% | - |
| HSV(B) | 314.53º | 0.49% | 0.75% | - |
| XYZ | 33.17 | 22.62 | 40.15 | - |
| YUV | 133.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 169 | 0 | 0.49 | 0.12 | 0.25 | 314.53 | 0.43 | 0.57 |
| Hex | C0 | 61 | A9 | 0 | 31 | C | 19 | 13B | 2B | 39 |
| Octal | 300 | 141 | 251 | 0 | 61 | 14 | 31 | 473 | 53 | 71 |
| Binary | 11000000 | 1100001 | 10101001 | 0 | 110001 | 1100 | 11001 | 100111011 | 101011 | 111001 |
Color Harmonies of #C061A9
Complementary color
Monochromatic Colors of #C061A9
Black with #C061A9
Text Example
Text Example
White with #C061A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C061A9; }
p { color: rgb(192,97,169); }
H1.HeaderClassName
{
color: #C061A9;
}
.AnyTagClassName
{
color: #C061A9;
}
</style>
background-color css
<style>
a { background-color: #C061A9; }
a { background-color: rgb(192,97,169); }
div.DivClassName
{
background-color: #C061A9;
}
.BgClassName
{
background-color: #C061A9;
}
</style>
border-color css
<style>
span { border-color: #C061A9; }
span { border-color: rgb(192,97,169); }
td.TdClassName
{
border-color: #C061A9;
}
.TagClassName
{
border-color: #C061A9;
}
</style>