Shades of Fuchsia #C06DAF
Tints of Fuchsia #C06DAF
RGB
CMYK
RGB Variations
Color information
#C06DAF (or 0xC06DAF) is known color: Fuchsia. HEX triplet: C0, 6D and AF. RGB value is (192,109,175). Sum of RGB (Red+Green+Blue) = 192+109+175=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C06DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06DAF is #3F9250. Grayscale: #8D8D8D. Windows color (decimal): -4166225 or 11496896. OLE color: 11496896.
HSL color Cylindrical-coordinate representation of color #C06DAF: hue angle of 312.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06DAF is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 175 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.25 |
| HSL | 312.29º | 0.4% | 0.59% | - |
| HSV(B) | 312.29º | 0.43% | 0.75% | - |
| XYZ | 34.94 | 25.24 | 43.59 | - |
| YUV | 141.34 | 147 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 175 | 0 | 0.43 | 0.09 | 0.25 | 312.29 | 0.4 | 0.59 |
| Hex | C0 | 6D | AF | 0 | 2B | 9 | 19 | 138 | 28 | 3B |
| Octal | 300 | 155 | 257 | 0 | 53 | 11 | 31 | 470 | 50 | 73 |
| Binary | 11000000 | 1101101 | 10101111 | 0 | 101011 | 1001 | 11001 | 100111000 | 101000 | 111011 |
Color Harmonies of #C06DAF
Complementary color
Monochromatic Colors of #C06DAF
Black with #C06DAF
Text Example
Text Example
White with #C06DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DAF; }
p { color: rgb(192,109,175); }
H1.HeaderClassName
{
color: #C06DAF;
}
.AnyTagClassName
{
color: #C06DAF;
}
</style>
background-color css
<style>
a { background-color: #C06DAF; }
a { background-color: rgb(192,109,175); }
div.DivClassName
{
background-color: #C06DAF;
}
.BgClassName
{
background-color: #C06DAF;
}
</style>
border-color css
<style>
span { border-color: #C06DAF; }
span { border-color: rgb(192,109,175); }
td.TdClassName
{
border-color: #C06DAF;
}
.TagClassName
{
border-color: #C06DAF;
}
</style>