Shades of Fuchsia #C061A7
Tints of Fuchsia #C061A7
RGB
CMYK
RGB Variations
Color information
#C061A7 (or 0xC061A7) is known color: Fuchsia. HEX triplet: C0, 61 and A7. RGB value is (192,97,167). Sum of RGB (Red+Green+Blue) = 192+97+167=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 167 (65.62% from 255 or 36.62% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C061A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C061A7 is #3F9E58. Grayscale: #858585. Windows color (decimal): -4169305 or 10969536. OLE color: 10969536.
HSL color Cylindrical-coordinate representation of color #C061A7: hue angle of 315.79º 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 #C061A7 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 97 | 167 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.25 |
| HSL | 315.79º | 0.43% | 0.57% | - |
| HSV(B) | 315.79º | 0.49% | 0.75% | - |
| XYZ | 32.99 | 22.55 | 39.17 | - |
| YUV | 133.39 | 146.97 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 167 | 0 | 0.49 | 0.13 | 0.25 | 315.79 | 0.43 | 0.57 |
| Hex | C0 | 61 | A7 | 0 | 31 | D | 19 | 13C | 2B | 39 |
| Octal | 300 | 141 | 247 | 0 | 61 | 15 | 31 | 474 | 53 | 71 |
| Binary | 11000000 | 1100001 | 10100111 | 0 | 110001 | 1101 | 11001 | 100111100 | 101011 | 111001 |
Color Harmonies of #C061A7
Complementary color
Monochromatic Colors of #C061A7
Black with #C061A7
Text Example
Text Example
White with #C061A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C061A7; }
p { color: rgb(192,97,167); }
H1.HeaderClassName
{
color: #C061A7;
}
.AnyTagClassName
{
color: #C061A7;
}
</style>
background-color css
<style>
a { background-color: #C061A7; }
a { background-color: rgb(192,97,167); }
div.DivClassName
{
background-color: #C061A7;
}
.BgClassName
{
background-color: #C061A7;
}
</style>
border-color css
<style>
span { border-color: #C061A7; }
span { border-color: rgb(192,97,167); }
td.TdClassName
{
border-color: #C061A7;
}
.TagClassName
{
border-color: #C061A7;
}
</style>