Shades of Fuchsia #C06CC2
Tints of Fuchsia #C06CC2
RGB
CMYK
RGB Variations
Color information
#C06CC2 (or 0xC06CC2) is known color: Fuchsia. HEX triplet: C0, 6C and C2. RGB value is (192,108,194). Sum of RGB (Red+Green+Blue) = 192+108+194=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 194 - color contains mainly: blue. Hex color #C06CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CC2 is #3F933D. Grayscale: #8E8E8E. Windows color (decimal): -4166462 or 12741824. OLE color: 12741824.
HSL color Cylindrical-coordinate representation of color #C06CC2: hue angle of 298.6º degrees, saturation: 0.41, 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 #C06CC2 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 108 | 194 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.24 |
| HSL | 298.6º | 0.41% | 0.59% | - |
| HSV(B) | 298.6º | 0.44% | 0.76% | - |
| XYZ | 36.84 | 25.83 | 54.08 | - |
| YUV | 142.92 | 156.83 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 194 | 0.01 | 0.44 | 0 | 0.24 | 298.6 | 0.41 | 0.59 |
| Hex | C0 | 6C | C2 | 1 | 2C | 0 | 18 | 12B | 29 | 3B |
| Octal | 300 | 154 | 302 | 1 | 54 | 0 | 30 | 453 | 51 | 73 |
| Binary | 11000000 | 1101100 | 11000010 | 1 | 101100 | 0 | 11000 | 100101011 | 101001 | 111011 |
Color Harmonies of #C06CC2
Complementary color
Monochromatic Colors of #C06CC2
Black with #C06CC2
Text Example
Text Example
White with #C06CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06CC2; }
p { color: rgb(192,108,194); }
H1.HeaderClassName
{
color: #C06CC2;
}
.AnyTagClassName
{
color: #C06CC2;
}
</style>
background-color css
<style>
a { background-color: #C06CC2; }
a { background-color: rgb(192,108,194); }
div.DivClassName
{
background-color: #C06CC2;
}
.BgClassName
{
background-color: #C06CC2;
}
</style>
border-color css
<style>
span { border-color: #C06CC2; }
span { border-color: rgb(192,108,194); }
td.TdClassName
{
border-color: #C06CC2;
}
.TagClassName
{
border-color: #C06CC2;
}
</style>