Shades of Fuchsia #C149BB
Tints of Fuchsia #C149BB
RGB
CMYK
RGB Variations
Color information
#C149BB (or 0xC149BB) is known color: Fuchsia. HEX triplet: C1, 49 and BB. RGB value is (193,73,187). Sum of RGB (Red+Green+Blue) = 193+73+187=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C149BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C149BB is #3EB644. Grayscale: #797979. Windows color (decimal): -4109893 or 12274113. OLE color: 12274113.
HSL color Cylindrical-coordinate representation of color #C149BB: hue angle of 303º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C149BB is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 187 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.24 |
| HSL | 303º | 0.49% | 0.52% | - |
| HSV(B) | 303º | 0.62% | 0.76% | - |
| XYZ | 33.34 | 19.69 | 49.06 | - |
| YUV | 121.88 | 164.76 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 187 | 0 | 0.62 | 0.03 | 0.24 | 303 | 0.49 | 0.52 |
| Hex | C1 | 49 | BB | 0 | 3E | 3 | 18 | 12F | 31 | 34 |
| Octal | 301 | 111 | 273 | 0 | 76 | 3 | 30 | 457 | 61 | 64 |
| Binary | 11000001 | 1001001 | 10111011 | 0 | 111110 | 11 | 11000 | 100101111 | 110001 | 110100 |
Color Harmonies of #C149BB
Complementary color
Monochromatic Colors of #C149BB
Black with #C149BB
Text Example
Text Example
White with #C149BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C149BB; }
p { color: rgb(193,73,187); }
H1.HeaderClassName
{
color: #C149BB;
}
.AnyTagClassName
{
color: #C149BB;
}
</style>
background-color css
<style>
a { background-color: #C149BB; }
a { background-color: rgb(193,73,187); }
div.DivClassName
{
background-color: #C149BB;
}
.BgClassName
{
background-color: #C149BB;
}
</style>
border-color css
<style>
span { border-color: #C149BB; }
span { border-color: rgb(193,73,187); }
td.TdClassName
{
border-color: #C149BB;
}
.TagClassName
{
border-color: #C149BB;
}
</style>