Shades of Fuchsia #C06CBC
Tints of Fuchsia #C06CBC
RGB
CMYK
RGB Variations
Color information
#C06CBC (or 0xC06CBC) is known color: Fuchsia. HEX triplet: C0, 6C and BC. RGB value is (192,108,188). Sum of RGB (Red+Green+Blue) = 192+108+188=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C06CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CBC is #3F9343. Grayscale: #8E8E8E. Windows color (decimal): -4166468 or 12348608. OLE color: 12348608.
HSL color Cylindrical-coordinate representation of color #C06CBC: hue angle of 302.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06CBC is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 188 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.25 |
| HSL | 302.86º | 0.4% | 0.59% | - |
| HSV(B) | 302.86º | 0.44% | 0.75% | - |
| XYZ | 36.18 | 25.56 | 50.6 | - |
| YUV | 142.24 | 153.83 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 188 | 0 | 0.44 | 0.02 | 0.25 | 302.86 | 0.4 | 0.59 |
| Hex | C0 | 6C | BC | 0 | 2C | 2 | 19 | 12F | 28 | 3B |
| Octal | 300 | 154 | 274 | 0 | 54 | 2 | 31 | 457 | 50 | 73 |
| Binary | 11000000 | 1101100 | 10111100 | 0 | 101100 | 10 | 11001 | 100101111 | 101000 | 111011 |
Color Harmonies of #C06CBC
Complementary color
Monochromatic Colors of #C06CBC
Black with #C06CBC
Text Example
Text Example
White with #C06CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06CBC; }
p { color: rgb(192,108,188); }
H1.HeaderClassName
{
color: #C06CBC;
}
.AnyTagClassName
{
color: #C06CBC;
}
</style>
background-color css
<style>
a { background-color: #C06CBC; }
a { background-color: rgb(192,108,188); }
div.DivClassName
{
background-color: #C06CBC;
}
.BgClassName
{
background-color: #C06CBC;
}
</style>
border-color css
<style>
span { border-color: #C06CBC; }
span { border-color: rgb(192,108,188); }
td.TdClassName
{
border-color: #C06CBC;
}
.TagClassName
{
border-color: #C06CBC;
}
</style>