Shades of Fuchsia #C06CC8
Tints of Fuchsia #C06CC8
RGB
CMYK
RGB Variations
Color information
#C06CC8 (or 0xC06CC8) is known color: Fuchsia. HEX triplet: C0, 6C and C8. RGB value is (192,108,200). Sum of RGB (Red+Green+Blue) = 192+108+200=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 200 (78.52% from 255 or 40% from 500); Max value from RGB is 200 - color contains mainly: blue. Hex color #C06CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CC8 is #3F9337. Grayscale: #8F8F8F. Windows color (decimal): -4166456 or 13135040. OLE color: 13135040.
HSL color Cylindrical-coordinate representation of color #C06CC8: hue angle of 294.78º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C06CC8 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 108 | 200 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.22 |
| HSL | 294.78º | 0.46% | 0.6% | - |
| HSV(B) | 294.78º | 0.46% | 0.78% | - |
| XYZ | 37.53 | 26.1 | 57.7 | - |
| YUV | 143.6 | 159.83 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 200 | 0.04 | 0.46 | 0 | 0.22 | 294.78 | 0.46 | 0.6 |
| Hex | C0 | 6C | C8 | 4 | 2E | 0 | 16 | 127 | 2E | 3C |
| Octal | 300 | 154 | 310 | 4 | 56 | 0 | 26 | 447 | 56 | 74 |
| Binary | 11000000 | 1101100 | 11001000 | 100 | 101110 | 0 | 10110 | 100100111 | 101110 | 111100 |
Color Harmonies of #C06CC8
Complementary color
Monochromatic Colors of #C06CC8
Black with #C06CC8
Text Example
Text Example
White with #C06CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06CC8; }
p { color: rgb(192,108,200); }
H1.HeaderClassName
{
color: #C06CC8;
}
.AnyTagClassName
{
color: #C06CC8;
}
</style>
background-color css
<style>
a { background-color: #C06CC8; }
a { background-color: rgb(192,108,200); }
div.DivClassName
{
background-color: #C06CC8;
}
.BgClassName
{
background-color: #C06CC8;
}
</style>
border-color css
<style>
span { border-color: #C06CC8; }
span { border-color: rgb(192,108,200); }
td.TdClassName
{
border-color: #C06CC8;
}
.TagClassName
{
border-color: #C06CC8;
}
</style>