Shades of Fuchsia #C065AC
Tints of Fuchsia #C065AC
RGB
CMYK
RGB Variations
Color information
#C065AC (or 0xC065AC) is known color: Fuchsia. HEX triplet: C0, 65 and AC. RGB value is (192,101,172). Sum of RGB (Red+Green+Blue) = 192+101+172=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C065AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C065AC is #3F9A53. Grayscale: #888888. Windows color (decimal): -4168276 or 11298240. OLE color: 11298240.
HSL color Cylindrical-coordinate representation of color #C065AC: hue angle of 313.19º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C065AC is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 172 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.25 |
| HSL | 313.19º | 0.42% | 0.57% | - |
| HSV(B) | 313.19º | 0.47% | 0.75% | - |
| XYZ | 33.84 | 23.49 | 41.78 | - |
| YUV | 136.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 172 | 0 | 0.47 | 0.10 | 0.25 | 313.19 | 0.42 | 0.57 |
| Hex | C0 | 65 | AC | 0 | 2F | A | 19 | 139 | 2A | 39 |
| Octal | 300 | 145 | 254 | 0 | 57 | 12 | 31 | 471 | 52 | 71 |
| Binary | 11000000 | 1100101 | 10101100 | 0 | 101111 | 1010 | 11001 | 100111001 | 101010 | 111001 |
Color Harmonies of #C065AC
Complementary color
Monochromatic Colors of #C065AC
Black with #C065AC
Text Example
Text Example
White with #C065AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065AC; }
p { color: rgb(192,101,172); }
H1.HeaderClassName
{
color: #C065AC;
}
.AnyTagClassName
{
color: #C065AC;
}
</style>
background-color css
<style>
a { background-color: #C065AC; }
a { background-color: rgb(192,101,172); }
div.DivClassName
{
background-color: #C065AC;
}
.BgClassName
{
background-color: #C065AC;
}
</style>
border-color css
<style>
span { border-color: #C065AC; }
span { border-color: rgb(192,101,172); }
td.TdClassName
{
border-color: #C065AC;
}
.TagClassName
{
border-color: #C065AC;
}
</style>