Shades of Fuchsia #C660BA
Tints of Fuchsia #C660BA
RGB
CMYK
RGB Variations
Color information
#C660BA (or 0xC660BA) is known color: Fuchsia. HEX triplet: C6, 60 and BA. RGB value is (198,96,186). Sum of RGB (Red+Green+Blue) = 198+96+186=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C660BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660BA is #399F45. Grayscale: #888888. Windows color (decimal): -3776326 or 12214470. OLE color: 12214470.
HSL color Cylindrical-coordinate representation of color #C660BA: hue angle of 307.06º 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 #C660BA is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 186 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.22 |
| HSL | 307.06º | 0.47% | 0.58% | - |
| HSV(B) | 307.06º | 0.52% | 0.78% | - |
| XYZ | 36.33 | 23.92 | 49.16 | - |
| YUV | 136.76 | 155.79 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 186 | 0 | 0.52 | 0.06 | 0.22 | 307.06 | 0.47 | 0.58 |
| Hex | C6 | 60 | BA | 0 | 34 | 6 | 16 | 133 | 2F | 3A |
| Octal | 306 | 140 | 272 | 0 | 64 | 6 | 26 | 463 | 57 | 72 |
| Binary | 11000110 | 1100000 | 10111010 | 0 | 110100 | 110 | 10110 | 100110011 | 101111 | 111010 |
Color Harmonies of #C660BA
Complementary color
Monochromatic Colors of #C660BA
Black with #C660BA
Text Example
Text Example
White with #C660BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C660BA; }
p { color: rgb(198,96,186); }
H1.HeaderClassName
{
color: #C660BA;
}
.AnyTagClassName
{
color: #C660BA;
}
</style>
background-color css
<style>
a { background-color: #C660BA; }
a { background-color: rgb(198,96,186); }
div.DivClassName
{
background-color: #C660BA;
}
.BgClassName
{
background-color: #C660BA;
}
</style>
border-color css
<style>
span { border-color: #C660BA; }
span { border-color: rgb(198,96,186); }
td.TdClassName
{
border-color: #C660BA;
}
.TagClassName
{
border-color: #C660BA;
}
</style>