Shades of Fuchsia #C668BB
Tints of Fuchsia #C668BB
RGB
CMYK
RGB Variations
Color information
#C668BB (or 0xC668BB) is known color: Fuchsia. HEX triplet: C6, 68 and BB. RGB value is (198,104,187). Sum of RGB (Red+Green+Blue) = 198+104+187=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C668BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C668BB is #399744. Grayscale: #8D8D8D. Windows color (decimal): -3774277 or 12282054. OLE color: 12282054.
HSL color Cylindrical-coordinate representation of color #C668BB: hue angle of 307.02º 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 #C668BB is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 104 | 187 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.22 |
| HSL | 307.02º | 0.45% | 0.59% | - |
| HSV(B) | 307.02º | 0.47% | 0.78% | - |
| XYZ | 37.21 | 25.49 | 49.97 | - |
| YUV | 141.57 | 153.64 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 187 | 0 | 0.47 | 0.06 | 0.22 | 307.02 | 0.45 | 0.59 |
| Hex | C6 | 68 | BB | 0 | 2F | 6 | 16 | 133 | 2D | 3B |
| Octal | 306 | 150 | 273 | 0 | 57 | 6 | 26 | 463 | 55 | 73 |
| Binary | 11000110 | 1101000 | 10111011 | 0 | 101111 | 110 | 10110 | 100110011 | 101101 | 111011 |
Color Harmonies of #C668BB
Complementary color
Monochromatic Colors of #C668BB
Black with #C668BB
Text Example
Text Example
White with #C668BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C668BB; }
p { color: rgb(198,104,187); }
H1.HeaderClassName
{
color: #C668BB;
}
.AnyTagClassName
{
color: #C668BB;
}
</style>
background-color css
<style>
a { background-color: #C668BB; }
a { background-color: rgb(198,104,187); }
div.DivClassName
{
background-color: #C668BB;
}
.BgClassName
{
background-color: #C668BB;
}
</style>
border-color css
<style>
span { border-color: #C668BB; }
span { border-color: rgb(198,104,187); }
td.TdClassName
{
border-color: #C668BB;
}
.TagClassName
{
border-color: #C668BB;
}
</style>