Shades of Fuchsia #C66BBC
Tints of Fuchsia #C66BBC
RGB
CMYK
RGB Variations
Color information
#C66BBC (or 0xC66BBC) is known color: Fuchsia. HEX triplet: C6, 6B and BC. RGB value is (198,107,188). Sum of RGB (Red+Green+Blue) = 198+107+188=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 107 (42.19% from 255 or 21.70% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C66BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66BBC is #399443. Grayscale: #8F8F8F. Windows color (decimal): -3773508 or 12348358. OLE color: 12348358.
HSL color Cylindrical-coordinate representation of color #C66BBC: hue angle of 306.59º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C66BBC is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 107 | 188 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.22 |
| HSL | 306.59º | 0.44% | 0.6% | - |
| HSV(B) | 306.59º | 0.46% | 0.78% | - |
| XYZ | 37.62 | 26.15 | 50.64 | - |
| YUV | 143.44 | 153.15 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 188 | 0 | 0.46 | 0.05 | 0.22 | 306.59 | 0.44 | 0.6 |
| Hex | C6 | 6B | BC | 0 | 2E | 5 | 16 | 133 | 2C | 3C |
| Octal | 306 | 153 | 274 | 0 | 56 | 5 | 26 | 463 | 54 | 74 |
| Binary | 11000110 | 1101011 | 10111100 | 0 | 101110 | 101 | 10110 | 100110011 | 101100 | 111100 |
Color Harmonies of #C66BBC
Complementary color
Monochromatic Colors of #C66BBC
Black with #C66BBC
Text Example
Text Example
White with #C66BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66BBC; }
p { color: rgb(198,107,188); }
H1.HeaderClassName
{
color: #C66BBC;
}
.AnyTagClassName
{
color: #C66BBC;
}
</style>
background-color css
<style>
a { background-color: #C66BBC; }
a { background-color: rgb(198,107,188); }
div.DivClassName
{
background-color: #C66BBC;
}
.BgClassName
{
background-color: #C66BBC;
}
</style>
border-color css
<style>
span { border-color: #C66BBC; }
span { border-color: rgb(198,107,188); }
td.TdClassName
{
border-color: #C66BBC;
}
.TagClassName
{
border-color: #C66BBC;
}
</style>