Shades of Fuchsia #C06EC1
Tints of Fuchsia #C06EC1
RGB
CMYK
RGB Variations
Color information
#C06EC1 (or 0xC06EC1) is known color: Fuchsia. HEX triplet: C0, 6E and C1. RGB value is (192,110,193). Sum of RGB (Red+Green+Blue) = 192+110+193=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #C06EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06EC1 is #3F913E. Grayscale: #8F8F8F. Windows color (decimal): -4165951 or 12676800. OLE color: 12676800.
HSL color Cylindrical-coordinate representation of color #C06EC1: hue angle of 299.28º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06EC1 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 110 | 193 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.24 |
| HSL | 299.28º | 0.4% | 0.59% | - |
| HSV(B) | 299.28º | 0.43% | 0.76% | - |
| XYZ | 36.94 | 26.21 | 53.56 | - |
| YUV | 143.98 | 155.67 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 193 | 0.01 | 0.43 | 0 | 0.24 | 299.28 | 0.4 | 0.59 |
| Hex | C0 | 6E | C1 | 1 | 2B | 0 | 18 | 12B | 28 | 3B |
| Octal | 300 | 156 | 301 | 1 | 53 | 0 | 30 | 453 | 50 | 73 |
| Binary | 11000000 | 1101110 | 11000001 | 1 | 101011 | 0 | 11000 | 100101011 | 101000 | 111011 |
Color Harmonies of #C06EC1
Complementary color
Monochromatic Colors of #C06EC1
Black with #C06EC1
Text Example
Text Example
White with #C06EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06EC1; }
p { color: rgb(192,110,193); }
H1.HeaderClassName
{
color: #C06EC1;
}
.AnyTagClassName
{
color: #C06EC1;
}
</style>
background-color css
<style>
a { background-color: #C06EC1; }
a { background-color: rgb(192,110,193); }
div.DivClassName
{
background-color: #C06EC1;
}
.BgClassName
{
background-color: #C06EC1;
}
</style>
border-color css
<style>
span { border-color: #C06EC1; }
span { border-color: rgb(192,110,193); }
td.TdClassName
{
border-color: #C06EC1;
}
.TagClassName
{
border-color: #C06EC1;
}
</style>