Shades of Fuchsia #C951BF
Tints of Fuchsia #C951BF
RGB
CMYK
RGB Variations
Color information
#C951BF (or 0xC951BF) is known color: Fuchsia. HEX triplet: C9, 51 and BF. RGB value is (201,81,191). Sum of RGB (Red+Green+Blue) = 201+81+191=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C951BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C951BF is #36AE40. Grayscale: #818181. Windows color (decimal): -3583553 or 12538313. OLE color: 12538313.
HSL color Cylindrical-coordinate representation of color #C951BF: hue angle of 305º 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 #C951BF is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 191 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.21 |
| HSL | 305º | 0.53% | 0.55% | - |
| HSV(B) | 305º | 0.6% | 0.79% | - |
| XYZ | 36.43 | 22.06 | 51.63 | - |
| YUV | 129.42 | 162.76 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 191 | 0 | 0.60 | 0.05 | 0.21 | 305 | 0.53 | 0.55 |
| Hex | C9 | 51 | BF | 0 | 3C | 5 | 15 | 131 | 35 | 37 |
| Octal | 311 | 121 | 277 | 0 | 74 | 5 | 25 | 461 | 65 | 67 |
| Binary | 11001001 | 1010001 | 10111111 | 0 | 111100 | 101 | 10101 | 100110001 | 110101 | 110111 |
Color Harmonies of #C951BF
Complementary color
Monochromatic Colors of #C951BF
Black with #C951BF
Text Example
Text Example
White with #C951BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C951BF; }
p { color: rgb(201,81,191); }
H1.HeaderClassName
{
color: #C951BF;
}
.AnyTagClassName
{
color: #C951BF;
}
</style>
background-color css
<style>
a { background-color: #C951BF; }
a { background-color: rgb(201,81,191); }
div.DivClassName
{
background-color: #C951BF;
}
.BgClassName
{
background-color: #C951BF;
}
</style>
border-color css
<style>
span { border-color: #C951BF; }
span { border-color: rgb(201,81,191); }
td.TdClassName
{
border-color: #C951BF;
}
.TagClassName
{
border-color: #C951BF;
}
</style>