Shades of Fuchsia #C06EAF
Tints of Fuchsia #C06EAF
RGB
CMYK
RGB Variations
Color information
#C06EAF (or 0xC06EAF) is known color: Fuchsia. HEX triplet: C0, 6E and AF. RGB value is (192,110,175). Sum of RGB (Red+Green+Blue) = 192+110+175=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C06EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06EAF is #3F9150. Grayscale: #8D8D8D. Windows color (decimal): -4165969 or 11497152. OLE color: 11497152.
HSL color Cylindrical-coordinate representation of color #C06EAF: hue angle of 312.44º degrees, saturation: 0.39, 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 #C06EAF is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 175 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.25 |
| HSL | 312.44º | 0.39% | 0.59% | - |
| HSV(B) | 312.44º | 0.43% | 0.75% | - |
| XYZ | 35.05 | 25.45 | 43.62 | - |
| YUV | 141.93 | 146.67 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 175 | 0 | 0.43 | 0.09 | 0.25 | 312.44 | 0.39 | 0.59 |
| Hex | C0 | 6E | AF | 0 | 2B | 9 | 19 | 138 | 27 | 3B |
| Octal | 300 | 156 | 257 | 0 | 53 | 11 | 31 | 470 | 47 | 73 |
| Binary | 11000000 | 1101110 | 10101111 | 0 | 101011 | 1001 | 11001 | 100111000 | 100111 | 111011 |
Color Harmonies of #C06EAF
Complementary color
Monochromatic Colors of #C06EAF
Black with #C06EAF
Text Example
Text Example
White with #C06EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06EAF; }
p { color: rgb(192,110,175); }
H1.HeaderClassName
{
color: #C06EAF;
}
.AnyTagClassName
{
color: #C06EAF;
}
</style>
background-color css
<style>
a { background-color: #C06EAF; }
a { background-color: rgb(192,110,175); }
div.DivClassName
{
background-color: #C06EAF;
}
.BgClassName
{
background-color: #C06EAF;
}
</style>
border-color css
<style>
span { border-color: #C06EAF; }
span { border-color: rgb(192,110,175); }
td.TdClassName
{
border-color: #C06EAF;
}
.TagClassName
{
border-color: #C06EAF;
}
</style>