Shades of Fuchsia #C66CBC
Tints of Fuchsia #C66CBC
RGB
CMYK
RGB Variations
Color information
#C66CBC (or 0xC66CBC) is known color: Fuchsia. HEX triplet: C6, 6C and BC. RGB value is (198,108,188). Sum of RGB (Red+Green+Blue) = 198+108+188=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C66CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66CBC is #399343. Grayscale: #8F8F8F. Windows color (decimal): -3773252 or 12348614. OLE color: 12348614.
HSL color Cylindrical-coordinate representation of color #C66CBC: hue angle of 306.67º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C66CBC is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 108 | 188 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.22 |
| HSL | 306.67º | 0.44% | 0.6% | - |
| HSV(B) | 306.67º | 0.45% | 0.78% | - |
| XYZ | 37.73 | 26.36 | 50.68 | - |
| YUV | 144.03 | 152.82 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 188 | 0 | 0.45 | 0.05 | 0.22 | 306.67 | 0.44 | 0.6 |
| Hex | C6 | 6C | BC | 0 | 2D | 5 | 16 | 133 | 2C | 3C |
| Octal | 306 | 154 | 274 | 0 | 55 | 5 | 26 | 463 | 54 | 74 |
| Binary | 11000110 | 1101100 | 10111100 | 0 | 101101 | 101 | 10110 | 100110011 | 101100 | 111100 |
Color Harmonies of #C66CBC
Complementary color
Monochromatic Colors of #C66CBC
Black with #C66CBC
Text Example
Text Example
White with #C66CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66CBC; }
p { color: rgb(198,108,188); }
H1.HeaderClassName
{
color: #C66CBC;
}
.AnyTagClassName
{
color: #C66CBC;
}
</style>
background-color css
<style>
a { background-color: #C66CBC; }
a { background-color: rgb(198,108,188); }
div.DivClassName
{
background-color: #C66CBC;
}
.BgClassName
{
background-color: #C66CBC;
}
</style>
border-color css
<style>
span { border-color: #C66CBC; }
span { border-color: rgb(198,108,188); }
td.TdClassName
{
border-color: #C66CBC;
}
.TagClassName
{
border-color: #C66CBC;
}
</style>