Shades of Fuchsia #C660BC
Tints of Fuchsia #C660BC
RGB
CMYK
RGB Variations
Color information
#C660BC (or 0xC660BC) is known color: Fuchsia. HEX triplet: C6, 60 and BC. RGB value is (198,96,188). Sum of RGB (Red+Green+Blue) = 198+96+188=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 198 - color contains mainly: red. Hex color #C660BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660BC is #399F43. Grayscale: #888888. Windows color (decimal): -3776324 or 12345542. OLE color: 12345542.
HSL color Cylindrical-coordinate representation of color #C660BC: hue angle of 305.88º 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 #C660BC is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 188 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.22 |
| HSL | 305.88º | 0.47% | 0.58% | - |
| HSV(B) | 305.88º | 0.52% | 0.78% | - |
| XYZ | 36.55 | 24 | 50.28 | - |
| YUV | 136.99 | 156.79 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 188 | 0 | 0.52 | 0.05 | 0.22 | 305.88 | 0.47 | 0.58 |
| Hex | C6 | 60 | BC | 0 | 34 | 5 | 16 | 132 | 2F | 3A |
| Octal | 306 | 140 | 274 | 0 | 64 | 5 | 26 | 462 | 57 | 72 |
| Binary | 11000110 | 1100000 | 10111100 | 0 | 110100 | 101 | 10110 | 100110010 | 101111 | 111010 |
Color Harmonies of #C660BC
Complementary color
Monochromatic Colors of #C660BC
Black with #C660BC
Text Example
Text Example
White with #C660BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C660BC; }
p { color: rgb(198,96,188); }
H1.HeaderClassName
{
color: #C660BC;
}
.AnyTagClassName
{
color: #C660BC;
}
</style>
background-color css
<style>
a { background-color: #C660BC; }
a { background-color: rgb(198,96,188); }
div.DivClassName
{
background-color: #C660BC;
}
.BgClassName
{
background-color: #C660BC;
}
</style>
border-color css
<style>
span { border-color: #C660BC; }
span { border-color: rgb(198,96,188); }
td.TdClassName
{
border-color: #C660BC;
}
.TagClassName
{
border-color: #C660BC;
}
</style>