Shades of Fuchsia #C151BF
Tints of Fuchsia #C151BF
RGB
CMYK
RGB Variations
Color information
#C151BF (or 0xC151BF) is known color: Fuchsia. HEX triplet: C1, 51 and BF. RGB value is (193,81,191). Sum of RGB (Red+Green+Blue) = 193+81+191=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C151BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C151BF is #3EAE40. Grayscale: #7E7E7E. Windows color (decimal): -4107841 or 12538305. OLE color: 12538305.
HSL color Cylindrical-coordinate representation of color #C151BF: hue angle of 301.07º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C151BF is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 191 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.24 |
| HSL | 301.07º | 0.47% | 0.54% | - |
| HSV(B) | 301.07º | 0.58% | 0.76% | - |
| XYZ | 34.34 | 20.98 | 51.53 | - |
| YUV | 127.03 | 164.11 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 191 | 0 | 0.58 | 0.01 | 0.24 | 301.07 | 0.47 | 0.54 |
| Hex | C1 | 51 | BF | 0 | 3A | 1 | 18 | 12D | 2F | 36 |
| Octal | 301 | 121 | 277 | 0 | 72 | 1 | 30 | 455 | 57 | 66 |
| Binary | 11000001 | 1010001 | 10111111 | 0 | 111010 | 1 | 11000 | 100101101 | 101111 | 110110 |
Color Harmonies of #C151BF
Complementary color
Monochromatic Colors of #C151BF
Black with #C151BF
Text Example
Text Example
White with #C151BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C151BF; }
p { color: rgb(193,81,191); }
H1.HeaderClassName
{
color: #C151BF;
}
.AnyTagClassName
{
color: #C151BF;
}
</style>
background-color css
<style>
a { background-color: #C151BF; }
a { background-color: rgb(193,81,191); }
div.DivClassName
{
background-color: #C151BF;
}
.BgClassName
{
background-color: #C151BF;
}
</style>
border-color css
<style>
span { border-color: #C151BF; }
span { border-color: rgb(193,81,191); }
td.TdClassName
{
border-color: #C151BF;
}
.TagClassName
{
border-color: #C151BF;
}
</style>