Shades of Fuchsia #C660BB
Tints of Fuchsia #C660BB
RGB
CMYK
RGB Variations
Color information
#C660BB (or 0xC660BB) is known color: Fuchsia. HEX triplet: C6, 60 and BB. RGB value is (198,96,187). Sum of RGB (Red+Green+Blue) = 198+96+187=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C660BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660BB is #399F44. Grayscale: #888888. Windows color (decimal): -3776325 or 12280006. OLE color: 12280006.
HSL color Cylindrical-coordinate representation of color #C660BB: hue angle of 306.47º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C660BB is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 187 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.22 |
| HSL | 306.47º | 0.47% | 0.58% | - |
| HSV(B) | 306.47º | 0.52% | 0.78% | - |
| XYZ | 36.44 | 23.96 | 49.72 | - |
| YUV | 136.87 | 156.29 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 187 | 0 | 0.52 | 0.06 | 0.22 | 306.47 | 0.47 | 0.58 |
| Hex | C6 | 60 | BB | 0 | 34 | 6 | 16 | 132 | 2F | 3A |
| Octal | 306 | 140 | 273 | 0 | 64 | 6 | 26 | 462 | 57 | 72 |
| Binary | 11000110 | 1100000 | 10111011 | 0 | 110100 | 110 | 10110 | 100110010 | 101111 | 111010 |
Color Harmonies of #C660BB
Complementary color
Monochromatic Colors of #C660BB
Black with #C660BB
Text Example
Text Example
White with #C660BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C660BB; }
p { color: rgb(198,96,187); }
H1.HeaderClassName
{
color: #C660BB;
}
.AnyTagClassName
{
color: #C660BB;
}
</style>
background-color css
<style>
a { background-color: #C660BB; }
a { background-color: rgb(198,96,187); }
div.DivClassName
{
background-color: #C660BB;
}
.BgClassName
{
background-color: #C660BB;
}
</style>
border-color css
<style>
span { border-color: #C660BB; }
span { border-color: rgb(198,96,187); }
td.TdClassName
{
border-color: #C660BB;
}
.TagClassName
{
border-color: #C660BB;
}
</style>