Shades of Fuchsia #C06DB1
Tints of Fuchsia #C06DB1
RGB
CMYK
RGB Variations
Color information
#C06DB1 (or 0xC06DB1) is known color: Fuchsia. HEX triplet: C0, 6D and B1. RGB value is (192,109,177). Sum of RGB (Red+Green+Blue) = 192+109+177=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C06DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06DB1 is #3F924E. Grayscale: #8D8D8D. Windows color (decimal): -4166223 or 11627968. OLE color: 11627968.
HSL color Cylindrical-coordinate representation of color #C06DB1: hue angle of 310.84º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06DB1 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 177 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.25 |
| HSL | 310.84º | 0.4% | 0.59% | - |
| HSV(B) | 310.84º | 0.43% | 0.75% | - |
| XYZ | 35.14 | 25.32 | 44.63 | - |
| YUV | 141.57 | 148 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 177 | 0 | 0.43 | 0.08 | 0.25 | 310.84 | 0.4 | 0.59 |
| Hex | C0 | 6D | B1 | 0 | 2B | 8 | 19 | 137 | 28 | 3B |
| Octal | 300 | 155 | 261 | 0 | 53 | 10 | 31 | 467 | 50 | 73 |
| Binary | 11000000 | 1101101 | 10110001 | 0 | 101011 | 1000 | 11001 | 100110111 | 101000 | 111011 |
Color Harmonies of #C06DB1
Complementary color
Monochromatic Colors of #C06DB1
Black with #C06DB1
Text Example
Text Example
White with #C06DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DB1; }
p { color: rgb(192,109,177); }
H1.HeaderClassName
{
color: #C06DB1;
}
.AnyTagClassName
{
color: #C06DB1;
}
</style>
background-color css
<style>
a { background-color: #C06DB1; }
a { background-color: rgb(192,109,177); }
div.DivClassName
{
background-color: #C06DB1;
}
.BgClassName
{
background-color: #C06DB1;
}
</style>
border-color css
<style>
span { border-color: #C06DB1; }
span { border-color: rgb(192,109,177); }
td.TdClassName
{
border-color: #C06DB1;
}
.TagClassName
{
border-color: #C06DB1;
}
</style>