Shades of Fuchsia #C05FAF
Tints of Fuchsia #C05FAF
RGB
CMYK
RGB Variations
Color information
#C05FAF (or 0xC05FAF) is known color: Fuchsia. HEX triplet: C0, 5F and AF. RGB value is (192,95,175). Sum of RGB (Red+Green+Blue) = 192+95+175=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C05FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05FAF is #3FA050. Grayscale: #848484. Windows color (decimal): -4169809 or 11493312. OLE color: 11493312.
HSL color Cylindrical-coordinate representation of color #C05FAF: hue angle of 310.52º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05FAF is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 175 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.25 |
| HSL | 310.52º | 0.43% | 0.56% | - |
| HSV(B) | 310.52º | 0.51% | 0.75% | - |
| XYZ | 33.57 | 22.49 | 43.13 | - |
| YUV | 133.12 | 151.64 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 175 | 0 | 0.51 | 0.09 | 0.25 | 310.52 | 0.43 | 0.56 |
| Hex | C0 | 5F | AF | 0 | 33 | 9 | 19 | 137 | 2B | 38 |
| Octal | 300 | 137 | 257 | 0 | 63 | 11 | 31 | 467 | 53 | 70 |
| Binary | 11000000 | 1011111 | 10101111 | 0 | 110011 | 1001 | 11001 | 100110111 | 101011 | 111000 |
Color Harmonies of #C05FAF
Complementary color
Monochromatic Colors of #C05FAF
Black with #C05FAF
Text Example
Text Example
White with #C05FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FAF; }
p { color: rgb(192,95,175); }
H1.HeaderClassName
{
color: #C05FAF;
}
.AnyTagClassName
{
color: #C05FAF;
}
</style>
background-color css
<style>
a { background-color: #C05FAF; }
a { background-color: rgb(192,95,175); }
div.DivClassName
{
background-color: #C05FAF;
}
.BgClassName
{
background-color: #C05FAF;
}
</style>
border-color css
<style>
span { border-color: #C05FAF; }
span { border-color: rgb(192,95,175); }
td.TdClassName
{
border-color: #C05FAF;
}
.TagClassName
{
border-color: #C05FAF;
}
</style>