Shades of Fuchsia #C668C0
Tints of Fuchsia #C668C0
RGB
CMYK
RGB Variations
Color information
#C668C0 (or 0xC668C0) is known color: Fuchsia. HEX triplet: C6, 68 and C0. RGB value is (198,104,192). Sum of RGB (Red+Green+Blue) = 198+104+192=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C668C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C668C0 is #39973F. Grayscale: #8D8D8D. Windows color (decimal): -3774272 or 12609734. OLE color: 12609734.
HSL color Cylindrical-coordinate representation of color #C668C0: hue angle of 303.83º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C668C0 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 104 | 192 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.22 |
| HSL | 303.83º | 0.45% | 0.59% | - |
| HSV(B) | 303.83º | 0.47% | 0.78% | - |
| XYZ | 37.75 | 25.71 | 52.84 | - |
| YUV | 142.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 192 | 0 | 0.47 | 0.03 | 0.22 | 303.83 | 0.45 | 0.59 |
| Hex | C6 | 68 | C0 | 0 | 2F | 3 | 16 | 130 | 2D | 3B |
| Octal | 306 | 150 | 300 | 0 | 57 | 3 | 26 | 460 | 55 | 73 |
| Binary | 11000110 | 1101000 | 11000000 | 0 | 101111 | 11 | 10110 | 100110000 | 101101 | 111011 |
Color Harmonies of #C668C0
Complementary color
Monochromatic Colors of #C668C0
Black with #C668C0
Text Example
Text Example
White with #C668C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C668C0; }
p { color: rgb(198,104,192); }
H1.HeaderClassName
{
color: #C668C0;
}
.AnyTagClassName
{
color: #C668C0;
}
</style>
background-color css
<style>
a { background-color: #C668C0; }
a { background-color: rgb(198,104,192); }
div.DivClassName
{
background-color: #C668C0;
}
.BgClassName
{
background-color: #C668C0;
}
</style>
border-color css
<style>
span { border-color: #C668C0; }
span { border-color: rgb(198,104,192); }
td.TdClassName
{
border-color: #C668C0;
}
.TagClassName
{
border-color: #C668C0;
}
</style>