Shades of Fuchsia #C061A8
Tints of Fuchsia #C061A8
RGB
CMYK
RGB Variations
Color information
#C061A8 (or 0xC061A8) is known color: Fuchsia. HEX triplet: C0, 61 and A8. RGB value is (192,97,168). Sum of RGB (Red+Green+Blue) = 192+97+168=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C061A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C061A8 is #3F9E57. Grayscale: #858585. Windows color (decimal): -4169304 or 11035072. OLE color: 11035072.
HSL color Cylindrical-coordinate representation of color #C061A8: hue angle of 315.16º 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 #C061A8 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 97 | 168 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.25 |
| HSL | 315.16º | 0.43% | 0.57% | - |
| HSV(B) | 315.16º | 0.49% | 0.75% | - |
| XYZ | 33.08 | 22.58 | 39.66 | - |
| YUV | 133.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 168 | 0 | 0.49 | 0.12 | 0.25 | 315.16 | 0.43 | 0.57 |
| Hex | C0 | 61 | A8 | 0 | 31 | C | 19 | 13B | 2B | 39 |
| Octal | 300 | 141 | 250 | 0 | 61 | 14 | 31 | 473 | 53 | 71 |
| Binary | 11000000 | 1100001 | 10101000 | 0 | 110001 | 1100 | 11001 | 100111011 | 101011 | 111001 |
Color Harmonies of #C061A8
Complementary color
Monochromatic Colors of #C061A8
Black with #C061A8
Text Example
Text Example
White with #C061A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C061A8; }
p { color: rgb(192,97,168); }
H1.HeaderClassName
{
color: #C061A8;
}
.AnyTagClassName
{
color: #C061A8;
}
</style>
background-color css
<style>
a { background-color: #C061A8; }
a { background-color: rgb(192,97,168); }
div.DivClassName
{
background-color: #C061A8;
}
.BgClassName
{
background-color: #C061A8;
}
</style>
border-color css
<style>
span { border-color: #C061A8; }
span { border-color: rgb(192,97,168); }
td.TdClassName
{
border-color: #C061A8;
}
.TagClassName
{
border-color: #C061A8;
}
</style>