Shades of Fuchsia #C66DBB
Tints of Fuchsia #C66DBB
RGB
CMYK
RGB Variations
Color information
#C66DBB (or 0xC66DBB) is known color: Fuchsia. HEX triplet: C6, 6D and BB. RGB value is (198,109,187). Sum of RGB (Red+Green+Blue) = 198+109+187=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C66DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66DBB is #399244. Grayscale: #909090. Windows color (decimal): -3772997 or 12283334. OLE color: 12283334.
HSL color Cylindrical-coordinate representation of color #C66DBB: hue angle of 307.42º 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 #C66DBB is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 109 | 187 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.22 |
| HSL | 307.42º | 0.44% | 0.6% | - |
| HSV(B) | 307.42º | 0.45% | 0.78% | - |
| XYZ | 37.73 | 26.53 | 50.15 | - |
| YUV | 144.5 | 151.99 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 187 | 0 | 0.45 | 0.06 | 0.22 | 307.42 | 0.44 | 0.6 |
| Hex | C6 | 6D | BB | 0 | 2D | 6 | 16 | 133 | 2C | 3C |
| Octal | 306 | 155 | 273 | 0 | 55 | 6 | 26 | 463 | 54 | 74 |
| Binary | 11000110 | 1101101 | 10111011 | 0 | 101101 | 110 | 10110 | 100110011 | 101100 | 111100 |
Color Harmonies of #C66DBB
Complementary color
Monochromatic Colors of #C66DBB
Black with #C66DBB
Text Example
Text Example
White with #C66DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66DBB; }
p { color: rgb(198,109,187); }
H1.HeaderClassName
{
color: #C66DBB;
}
.AnyTagClassName
{
color: #C66DBB;
}
</style>
background-color css
<style>
a { background-color: #C66DBB; }
a { background-color: rgb(198,109,187); }
div.DivClassName
{
background-color: #C66DBB;
}
.BgClassName
{
background-color: #C66DBB;
}
</style>
border-color css
<style>
span { border-color: #C66DBB; }
span { border-color: rgb(198,109,187); }
td.TdClassName
{
border-color: #C66DBB;
}
.TagClassName
{
border-color: #C66DBB;
}
</style>