Shades of Fuchsia #C06EC7
Tints of Fuchsia #C06EC7
RGB
CMYK
RGB Variations
Color information
#C06EC7 (or 0xC06EC7) is known color: Fuchsia. HEX triplet: C0, 6E and C7. RGB value is (192,110,199). Sum of RGB (Red+Green+Blue) = 192+110+199=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 199 - color contains mainly: blue. Hex color #C06EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06EC7 is #3F9138. Grayscale: #909090. Windows color (decimal): -4165945 or 13070016. OLE color: 13070016.
HSL color Cylindrical-coordinate representation of color #C06EC7: hue angle of 295.28º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06EC7 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 110 | 199 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.22 |
| HSL | 295.28º | 0.44% | 0.61% | - |
| HSV(B) | 295.28º | 0.45% | 0.78% | - |
| XYZ | 37.62 | 26.48 | 57.16 | - |
| YUV | 144.66 | 158.67 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 199 | 0.04 | 0.45 | 0 | 0.22 | 295.28 | 0.44 | 0.61 |
| Hex | C0 | 6E | C7 | 4 | 2D | 0 | 16 | 127 | 2C | 3D |
| Octal | 300 | 156 | 307 | 4 | 55 | 0 | 26 | 447 | 54 | 75 |
| Binary | 11000000 | 1101110 | 11000111 | 100 | 101101 | 0 | 10110 | 100100111 | 101100 | 111101 |
Color Harmonies of #C06EC7
Complementary color
Monochromatic Colors of #C06EC7
Black with #C06EC7
Text Example
Text Example
White with #C06EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06EC7; }
p { color: rgb(192,110,199); }
H1.HeaderClassName
{
color: #C06EC7;
}
.AnyTagClassName
{
color: #C06EC7;
}
</style>
background-color css
<style>
a { background-color: #C06EC7; }
a { background-color: rgb(192,110,199); }
div.DivClassName
{
background-color: #C06EC7;
}
.BgClassName
{
background-color: #C06EC7;
}
</style>
border-color css
<style>
span { border-color: #C06EC7; }
span { border-color: rgb(192,110,199); }
td.TdClassName
{
border-color: #C06EC7;
}
.TagClassName
{
border-color: #C06EC7;
}
</style>