Shades of Fuchsia #C06DC3
Tints of Fuchsia #C06DC3
RGB
CMYK
RGB Variations
Color information
#C06DC3 (or 0xC06DC3) is known color: Fuchsia. HEX triplet: C0, 6D and C3. RGB value is (192,109,195). Sum of RGB (Red+Green+Blue) = 192+109+195=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 195 - color contains mainly: blue. Hex color #C06DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DC3 is #3F923C. Grayscale: #8F8F8F. Windows color (decimal): -4166205 or 12807616. OLE color: 12807616.
HSL color Cylindrical-coordinate representation of color #C06DC3: hue angle of 297.91º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06DC3 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 109 | 195 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.24 |
| HSL | 297.91º | 0.42% | 0.6% | - |
| HSV(B) | 297.91º | 0.44% | 0.76% | - |
| XYZ | 37.06 | 26.08 | 54.71 | - |
| YUV | 143.62 | 157 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 195 | 0.02 | 0.44 | 0 | 0.24 | 297.91 | 0.42 | 0.6 |
| Hex | C0 | 6D | C3 | 2 | 2C | 0 | 18 | 12A | 2A | 3C |
| Octal | 300 | 155 | 303 | 2 | 54 | 0 | 30 | 452 | 52 | 74 |
| Binary | 11000000 | 1101101 | 11000011 | 10 | 101100 | 0 | 11000 | 100101010 | 101010 | 111100 |
Color Harmonies of #C06DC3
Complementary color
Monochromatic Colors of #C06DC3
Black with #C06DC3
Text Example
Text Example
White with #C06DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DC3; }
p { color: rgb(192,109,195); }
H1.HeaderClassName
{
color: #C06DC3;
}
.AnyTagClassName
{
color: #C06DC3;
}
</style>
background-color css
<style>
a { background-color: #C06DC3; }
a { background-color: rgb(192,109,195); }
div.DivClassName
{
background-color: #C06DC3;
}
.BgClassName
{
background-color: #C06DC3;
}
</style>
border-color css
<style>
span { border-color: #C06DC3; }
span { border-color: rgb(192,109,195); }
td.TdClassName
{
border-color: #C06DC3;
}
.TagClassName
{
border-color: #C06DC3;
}
</style>