Shades of Fuchsia #C06DC4
Tints of Fuchsia #C06DC4
RGB
CMYK
RGB Variations
Color information
#C06DC4 (or 0xC06DC4) is known color: Fuchsia. HEX triplet: C0, 6D and C4. RGB value is (192,109,196). Sum of RGB (Red+Green+Blue) = 192+109+196=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 196 (76.95% from 255 or 39.44% from 497); Max value from RGB is 196 - color contains mainly: blue. Hex color #C06DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DC4 is #3F923B. Grayscale: #8F8F8F. Windows color (decimal): -4166204 or 12873152. OLE color: 12873152.
HSL color Cylindrical-coordinate representation of color #C06DC4: hue angle of 297.24º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06DC4 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 109 | 196 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.23 |
| HSL | 297.24º | 0.42% | 0.6% | - |
| HSV(B) | 297.24º | 0.44% | 0.77% | - |
| XYZ | 37.17 | 26.13 | 55.31 | - |
| YUV | 143.74 | 157.5 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 196 | 0.02 | 0.44 | 0 | 0.23 | 297.24 | 0.42 | 0.6 |
| Hex | C0 | 6D | C4 | 2 | 2C | 0 | 17 | 129 | 2A | 3C |
| Octal | 300 | 155 | 304 | 2 | 54 | 0 | 27 | 451 | 52 | 74 |
| Binary | 11000000 | 1101101 | 11000100 | 10 | 101100 | 0 | 10111 | 100101001 | 101010 | 111100 |
Color Harmonies of #C06DC4
Complementary color
Monochromatic Colors of #C06DC4
Black with #C06DC4
Text Example
Text Example
White with #C06DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DC4; }
p { color: rgb(192,109,196); }
H1.HeaderClassName
{
color: #C06DC4;
}
.AnyTagClassName
{
color: #C06DC4;
}
</style>
background-color css
<style>
a { background-color: #C06DC4; }
a { background-color: rgb(192,109,196); }
div.DivClassName
{
background-color: #C06DC4;
}
.BgClassName
{
background-color: #C06DC4;
}
</style>
border-color css
<style>
span { border-color: #C06DC4; }
span { border-color: rgb(192,109,196); }
td.TdClassName
{
border-color: #C06DC4;
}
.TagClassName
{
border-color: #C06DC4;
}
</style>