Shades of Fuchsia #C950BF
Tints of Fuchsia #C950BF
RGB
CMYK
RGB Variations
Color information
#C950BF (or 0xC950BF) is known color: Fuchsia. HEX triplet: C9, 50 and BF. RGB value is (201,80,191). Sum of RGB (Red+Green+Blue) = 201+80+191=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C950BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C950BF is #36AF40. Grayscale: #808080. Windows color (decimal): -3583809 or 12538057. OLE color: 12538057.
HSL color Cylindrical-coordinate representation of color #C950BF: hue angle of 304.96º 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 #C950BF is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 191 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.21 |
| HSL | 304.96º | 0.53% | 0.55% | - |
| HSV(B) | 304.96º | 0.6% | 0.79% | - |
| XYZ | 36.36 | 21.92 | 51.6 | - |
| YUV | 128.83 | 163.09 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 191 | 0 | 0.60 | 0.05 | 0.21 | 304.96 | 0.53 | 0.55 |
| Hex | C9 | 50 | BF | 0 | 3C | 5 | 15 | 131 | 35 | 37 |
| Octal | 311 | 120 | 277 | 0 | 74 | 5 | 25 | 461 | 65 | 67 |
| Binary | 11001001 | 1010000 | 10111111 | 0 | 111100 | 101 | 10101 | 100110001 | 110101 | 110111 |
Color Harmonies of #C950BF
Complementary color
Monochromatic Colors of #C950BF
Black with #C950BF
Text Example
Text Example
White with #C950BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C950BF; }
p { color: rgb(201,80,191); }
H1.HeaderClassName
{
color: #C950BF;
}
.AnyTagClassName
{
color: #C950BF;
}
</style>
background-color css
<style>
a { background-color: #C950BF; }
a { background-color: rgb(201,80,191); }
div.DivClassName
{
background-color: #C950BF;
}
.BgClassName
{
background-color: #C950BF;
}
</style>
border-color css
<style>
span { border-color: #C950BF; }
span { border-color: rgb(201,80,191); }
td.TdClassName
{
border-color: #C950BF;
}
.TagClassName
{
border-color: #C950BF;
}
</style>