Shades of Fuchsia #C06DC1
Tints of Fuchsia #C06DC1
RGB
CMYK
RGB Variations
Color information
#C06DC1 (or 0xC06DC1) is known color: Fuchsia. HEX triplet: C0, 6D and C1. RGB value is (192,109,193). Sum of RGB (Red+Green+Blue) = 192+109+193=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #C06DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DC1 is #3F923E. Grayscale: #8F8F8F. Windows color (decimal): -4166207 or 12676544. OLE color: 12676544.
HSL color Cylindrical-coordinate representation of color #C06DC1: hue angle of 299.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06DC1 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 109 | 193 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.24 |
| HSL | 299.29º | 0.4% | 0.59% | - |
| HSV(B) | 299.29º | 0.44% | 0.76% | - |
| XYZ | 36.83 | 25.99 | 53.53 | - |
| YUV | 143.39 | 156 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 193 | 0.01 | 0.44 | 0 | 0.24 | 299.29 | 0.4 | 0.59 |
| Hex | C0 | 6D | C1 | 1 | 2C | 0 | 18 | 12B | 28 | 3B |
| Octal | 300 | 155 | 301 | 1 | 54 | 0 | 30 | 453 | 50 | 73 |
| Binary | 11000000 | 1101101 | 11000001 | 1 | 101100 | 0 | 11000 | 100101011 | 101000 | 111011 |
Color Harmonies of #C06DC1
Complementary color
Monochromatic Colors of #C06DC1
Black with #C06DC1
Text Example
Text Example
White with #C06DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DC1; }
p { color: rgb(192,109,193); }
H1.HeaderClassName
{
color: #C06DC1;
}
.AnyTagClassName
{
color: #C06DC1;
}
</style>
background-color css
<style>
a { background-color: #C06DC1; }
a { background-color: rgb(192,109,193); }
div.DivClassName
{
background-color: #C06DC1;
}
.BgClassName
{
background-color: #C06DC1;
}
</style>
border-color css
<style>
span { border-color: #C06DC1; }
span { border-color: rgb(192,109,193); }
td.TdClassName
{
border-color: #C06DC1;
}
.TagClassName
{
border-color: #C06DC1;
}
</style>