Shades of Fuchsia #C66CB9
Tints of Fuchsia #C66CB9
RGB
CMYK
RGB Variations
Color information
#C66CB9 (or 0xC66CB9) is known color: Fuchsia. HEX triplet: C6, 6C and B9. RGB value is (198,108,185). Sum of RGB (Red+Green+Blue) = 198+108+185=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C66CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66CB9 is #399346. Grayscale: #8F8F8F. Windows color (decimal): -3773255 or 12152006. OLE color: 12152006.
HSL color Cylindrical-coordinate representation of color #C66CB9: hue angle of 308.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 #C66CB9 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 108 | 185 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.22 |
| HSL | 308.67º | 0.44% | 0.6% | - |
| HSV(B) | 308.67º | 0.45% | 0.78% | - |
| XYZ | 37.41 | 26.23 | 48.99 | - |
| YUV | 143.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 185 | 0 | 0.45 | 0.07 | 0.22 | 308.67 | 0.44 | 0.6 |
| Hex | C6 | 6C | B9 | 0 | 2D | 7 | 16 | 135 | 2C | 3C |
| Octal | 306 | 154 | 271 | 0 | 55 | 7 | 26 | 465 | 54 | 74 |
| Binary | 11000110 | 1101100 | 10111001 | 0 | 101101 | 111 | 10110 | 100110101 | 101100 | 111100 |
Color Harmonies of #C66CB9
Complementary color
Monochromatic Colors of #C66CB9
Black with #C66CB9
Text Example
Text Example
White with #C66CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66CB9; }
p { color: rgb(198,108,185); }
H1.HeaderClassName
{
color: #C66CB9;
}
.AnyTagClassName
{
color: #C66CB9;
}
</style>
background-color css
<style>
a { background-color: #C66CB9; }
a { background-color: rgb(198,108,185); }
div.DivClassName
{
background-color: #C66CB9;
}
.BgClassName
{
background-color: #C66CB9;
}
</style>
border-color css
<style>
span { border-color: #C66CB9; }
span { border-color: rgb(198,108,185); }
td.TdClassName
{
border-color: #C66CB9;
}
.TagClassName
{
border-color: #C66CB9;
}
</style>