Shades of Fuchsia #C06FC8
Tints of Fuchsia #C06FC8
RGB
CMYK
RGB Variations
Color information
#C06FC8 (or 0xC06FC8) is known color: Fuchsia. HEX triplet: C0, 6F and C8. RGB value is (192,111,200). Sum of RGB (Red+Green+Blue) = 192+111+200=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 200 - color contains mainly: blue. Hex color #C06FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FC8 is #3F9037. Grayscale: #919191. Windows color (decimal): -4165688 or 13135808. OLE color: 13135808.
HSL color Cylindrical-coordinate representation of color #C06FC8: hue angle of 294.61º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06FC8 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 111 | 200 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.22 |
| HSL | 294.61º | 0.45% | 0.61% | - |
| HSV(B) | 294.61º | 0.45% | 0.78% | - |
| XYZ | 37.85 | 26.75 | 57.81 | - |
| YUV | 145.37 | 158.84 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 200 | 0.04 | 0.44 | 0 | 0.22 | 294.61 | 0.45 | 0.61 |
| Hex | C0 | 6F | C8 | 4 | 2C | 0 | 16 | 127 | 2D | 3D |
| Octal | 300 | 157 | 310 | 4 | 54 | 0 | 26 | 447 | 55 | 75 |
| Binary | 11000000 | 1101111 | 11001000 | 100 | 101100 | 0 | 10110 | 100100111 | 101101 | 111101 |
Color Harmonies of #C06FC8
Complementary color
Monochromatic Colors of #C06FC8
Black with #C06FC8
Text Example
Text Example
White with #C06FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FC8; }
p { color: rgb(192,111,200); }
H1.HeaderClassName
{
color: #C06FC8;
}
.AnyTagClassName
{
color: #C06FC8;
}
</style>
background-color css
<style>
a { background-color: #C06FC8; }
a { background-color: rgb(192,111,200); }
div.DivClassName
{
background-color: #C06FC8;
}
.BgClassName
{
background-color: #C06FC8;
}
</style>
border-color css
<style>
span { border-color: #C06FC8; }
span { border-color: rgb(192,111,200); }
td.TdClassName
{
border-color: #C06FC8;
}
.TagClassName
{
border-color: #C06FC8;
}
</style>