Shades of Fuchsia #C950BA
Tints of Fuchsia #C950BA
RGB
CMYK
RGB Variations
Color information
#C950BA (or 0xC950BA) is known color: Fuchsia. HEX triplet: C9, 50 and BA. RGB value is (201,80,186). Sum of RGB (Red+Green+Blue) = 201+80+186=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C950BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C950BA is #36AF45. Grayscale: #7F7F7F. Windows color (decimal): -3583814 or 12210377. OLE color: 12210377.
HSL color Cylindrical-coordinate representation of color #C950BA: hue angle of 307.44º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C950BA is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 186 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.21 |
| HSL | 307.44º | 0.53% | 0.55% | - |
| HSV(B) | 307.44º | 0.6% | 0.79% | - |
| XYZ | 35.82 | 21.7 | 48.76 | - |
| YUV | 128.26 | 160.59 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 186 | 0 | 0.60 | 0.07 | 0.21 | 307.44 | 0.53 | 0.55 |
| Hex | C9 | 50 | BA | 0 | 3C | 7 | 15 | 133 | 35 | 37 |
| Octal | 311 | 120 | 272 | 0 | 74 | 7 | 25 | 463 | 65 | 67 |
| Binary | 11001001 | 1010000 | 10111010 | 0 | 111100 | 111 | 10101 | 100110011 | 110101 | 110111 |
Color Harmonies of #C950BA
Complementary color
Monochromatic Colors of #C950BA
Black with #C950BA
Text Example
Text Example
White with #C950BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C950BA; }
p { color: rgb(201,80,186); }
H1.HeaderClassName
{
color: #C950BA;
}
.AnyTagClassName
{
color: #C950BA;
}
</style>
background-color css
<style>
a { background-color: #C950BA; }
a { background-color: rgb(201,80,186); }
div.DivClassName
{
background-color: #C950BA;
}
.BgClassName
{
background-color: #C950BA;
}
</style>
border-color css
<style>
span { border-color: #C950BA; }
span { border-color: rgb(201,80,186); }
td.TdClassName
{
border-color: #C950BA;
}
.TagClassName
{
border-color: #C950BA;
}
</style>