Shades of Fuchsia #C065AF
Tints of Fuchsia #C065AF
RGB
CMYK
RGB Variations
Color information
#C065AF (or 0xC065AF) is known color: Fuchsia. HEX triplet: C0, 65 and AF. RGB value is (192,101,175). Sum of RGB (Red+Green+Blue) = 192+101+175=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C065AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C065AF is #3F9A50. Grayscale: #888888. Windows color (decimal): -4168273 or 11494848. OLE color: 11494848.
HSL color Cylindrical-coordinate representation of color #C065AF: hue angle of 311.21º 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 #C065AF is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 175 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.25 |
| HSL | 311.21º | 0.42% | 0.57% | - |
| HSV(B) | 311.21º | 0.47% | 0.75% | - |
| XYZ | 34.13 | 23.61 | 43.32 | - |
| YUV | 136.65 | 149.65 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 175 | 0 | 0.47 | 0.09 | 0.25 | 311.21 | 0.42 | 0.57 |
| Hex | C0 | 65 | AF | 0 | 2F | 9 | 19 | 137 | 2A | 39 |
| Octal | 300 | 145 | 257 | 0 | 57 | 11 | 31 | 467 | 52 | 71 |
| Binary | 11000000 | 1100101 | 10101111 | 0 | 101111 | 1001 | 11001 | 100110111 | 101010 | 111001 |
Color Harmonies of #C065AF
Complementary color
Monochromatic Colors of #C065AF
Black with #C065AF
Text Example
Text Example
White with #C065AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065AF; }
p { color: rgb(192,101,175); }
H1.HeaderClassName
{
color: #C065AF;
}
.AnyTagClassName
{
color: #C065AF;
}
</style>
background-color css
<style>
a { background-color: #C065AF; }
a { background-color: rgb(192,101,175); }
div.DivClassName
{
background-color: #C065AF;
}
.BgClassName
{
background-color: #C065AF;
}
</style>
border-color css
<style>
span { border-color: #C065AF; }
span { border-color: rgb(192,101,175); }
td.TdClassName
{
border-color: #C065AF;
}
.TagClassName
{
border-color: #C065AF;
}
</style>