Shades of Fuchsia #C06CB1
Tints of Fuchsia #C06CB1
RGB
CMYK
RGB Variations
Color information
#C06CB1 (or 0xC06CB1) is known color: Fuchsia. HEX triplet: C0, 6C and B1. RGB value is (192,108,177). Sum of RGB (Red+Green+Blue) = 192+108+177=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C06CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06CB1 is #3F934E. Grayscale: #8C8C8C. Windows color (decimal): -4166479 or 11627712. OLE color: 11627712.
HSL color Cylindrical-coordinate representation of color #C06CB1: hue angle of 310.71º 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 #C06CB1 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 177 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.25 |
| HSL | 310.71º | 0.4% | 0.59% | - |
| HSV(B) | 310.71º | 0.44% | 0.75% | - |
| XYZ | 35.04 | 25.11 | 44.59 | - |
| YUV | 140.98 | 148.33 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 177 | 0 | 0.44 | 0.08 | 0.25 | 310.71 | 0.4 | 0.59 |
| Hex | C0 | 6C | B1 | 0 | 2C | 8 | 19 | 137 | 28 | 3B |
| Octal | 300 | 154 | 261 | 0 | 54 | 10 | 31 | 467 | 50 | 73 |
| Binary | 11000000 | 1101100 | 10110001 | 0 | 101100 | 1000 | 11001 | 100110111 | 101000 | 111011 |
Color Harmonies of #C06CB1
Complementary color
Monochromatic Colors of #C06CB1
Black with #C06CB1
Text Example
Text Example
White with #C06CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06CB1; }
p { color: rgb(192,108,177); }
H1.HeaderClassName
{
color: #C06CB1;
}
.AnyTagClassName
{
color: #C06CB1;
}
</style>
background-color css
<style>
a { background-color: #C06CB1; }
a { background-color: rgb(192,108,177); }
div.DivClassName
{
background-color: #C06CB1;
}
.BgClassName
{
background-color: #C06CB1;
}
</style>
border-color css
<style>
span { border-color: #C06CB1; }
span { border-color: rgb(192,108,177); }
td.TdClassName
{
border-color: #C06CB1;
}
.TagClassName
{
border-color: #C06CB1;
}
</style>