Shades of Fuchsia #C064AF
Tints of Fuchsia #C064AF
RGB
CMYK
RGB Variations
Color information
#C064AF (or 0xC064AF) is known color: Fuchsia. HEX triplet: C0, 64 and AF. RGB value is (192,100,175). Sum of RGB (Red+Green+Blue) = 192+100+175=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C064AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C064AF is #3F9B50. Grayscale: #878787. Windows color (decimal): -4168529 or 11494592. OLE color: 11494592.
HSL color Cylindrical-coordinate representation of color #C064AF: hue angle of 311.09º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C064AF is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 100 | 175 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.25 |
| HSL | 311.09º | 0.42% | 0.57% | - |
| HSV(B) | 311.09º | 0.48% | 0.75% | - |
| XYZ | 34.03 | 23.42 | 43.28 | - |
| YUV | 136.06 | 149.98 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 175 | 0 | 0.48 | 0.09 | 0.25 | 311.09 | 0.42 | 0.57 |
| Hex | C0 | 64 | AF | 0 | 30 | 9 | 19 | 137 | 2A | 39 |
| Octal | 300 | 144 | 257 | 0 | 60 | 11 | 31 | 467 | 52 | 71 |
| Binary | 11000000 | 1100100 | 10101111 | 0 | 110000 | 1001 | 11001 | 100110111 | 101010 | 111001 |
Color Harmonies of #C064AF
Complementary color
Monochromatic Colors of #C064AF
Black with #C064AF
Text Example
Text Example
White with #C064AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C064AF; }
p { color: rgb(192,100,175); }
H1.HeaderClassName
{
color: #C064AF;
}
.AnyTagClassName
{
color: #C064AF;
}
</style>
background-color css
<style>
a { background-color: #C064AF; }
a { background-color: rgb(192,100,175); }
div.DivClassName
{
background-color: #C064AF;
}
.BgClassName
{
background-color: #C064AF;
}
</style>
border-color css
<style>
span { border-color: #C064AF; }
span { border-color: rgb(192,100,175); }
td.TdClassName
{
border-color: #C064AF;
}
.TagClassName
{
border-color: #C064AF;
}
</style>