Shades of Fuchsia #C949BB
Tints of Fuchsia #C949BB
RGB
CMYK
RGB Variations
Color information
#C949BB (or 0xC949BB) is known color: Fuchsia. HEX triplet: C9, 49 and BB. RGB value is (201,73,187). Sum of RGB (Red+Green+Blue) = 201+73+187=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C949BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C949BB is #36B644. Grayscale: #7B7B7B. Windows color (decimal): -3585605 or 12274121. OLE color: 12274121.
HSL color Cylindrical-coordinate representation of color #C949BB: hue angle of 306.56º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C949BB is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 187 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.21 |
| HSL | 306.56º | 0.54% | 0.54% | - |
| HSV(B) | 306.56º | 0.64% | 0.79% | - |
| XYZ | 35.44 | 20.77 | 49.15 | - |
| YUV | 124.27 | 163.41 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 187 | 0 | 0.64 | 0.07 | 0.21 | 306.56 | 0.54 | 0.54 |
| Hex | C9 | 49 | BB | 0 | 40 | 7 | 15 | 133 | 36 | 36 |
| Octal | 311 | 111 | 273 | 0 | 100 | 7 | 25 | 463 | 66 | 66 |
| Binary | 11001001 | 1001001 | 10111011 | 0 | 1000000 | 111 | 10101 | 100110011 | 110110 | 110110 |
Color Harmonies of #C949BB
Complementary color
Monochromatic Colors of #C949BB
Black with #C949BB
Text Example
Text Example
White with #C949BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C949BB; }
p { color: rgb(201,73,187); }
H1.HeaderClassName
{
color: #C949BB;
}
.AnyTagClassName
{
color: #C949BB;
}
</style>
background-color css
<style>
a { background-color: #C949BB; }
a { background-color: rgb(201,73,187); }
div.DivClassName
{
background-color: #C949BB;
}
.BgClassName
{
background-color: #C949BB;
}
</style>
border-color css
<style>
span { border-color: #C949BB; }
span { border-color: rgb(201,73,187); }
td.TdClassName
{
border-color: #C949BB;
}
.TagClassName
{
border-color: #C949BB;
}
</style>