Shades of Fuchsia #C151BC
Tints of Fuchsia #C151BC
RGB
CMYK
RGB Variations
Color information
#C151BC (or 0xC151BC) is known color: Fuchsia. HEX triplet: C1, 51 and BC. RGB value is (193,81,188). Sum of RGB (Red+Green+Blue) = 193+81+188=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C151BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C151BC is #3EAE43. Grayscale: #7E7E7E. Windows color (decimal): -4107844 or 12341697. OLE color: 12341697.
HSL color Cylindrical-coordinate representation of color #C151BC: hue angle of 302.68º 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 #C151BC is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 188 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.24 |
| HSL | 302.68º | 0.47% | 0.54% | - |
| HSV(B) | 302.68º | 0.58% | 0.76% | - |
| XYZ | 34.01 | 20.85 | 49.81 | - |
| YUV | 126.69 | 162.61 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 188 | 0 | 0.58 | 0.03 | 0.24 | 302.68 | 0.47 | 0.54 |
| Hex | C1 | 51 | BC | 0 | 3A | 3 | 18 | 12F | 2F | 36 |
| Octal | 301 | 121 | 274 | 0 | 72 | 3 | 30 | 457 | 57 | 66 |
| Binary | 11000001 | 1010001 | 10111100 | 0 | 111010 | 11 | 11000 | 100101111 | 101111 | 110110 |
Color Harmonies of #C151BC
Complementary color
Monochromatic Colors of #C151BC
Black with #C151BC
Text Example
Text Example
White with #C151BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C151BC; }
p { color: rgb(193,81,188); }
H1.HeaderClassName
{
color: #C151BC;
}
.AnyTagClassName
{
color: #C151BC;
}
</style>
background-color css
<style>
a { background-color: #C151BC; }
a { background-color: rgb(193,81,188); }
div.DivClassName
{
background-color: #C151BC;
}
.BgClassName
{
background-color: #C151BC;
}
</style>
border-color css
<style>
span { border-color: #C151BC; }
span { border-color: rgb(193,81,188); }
td.TdClassName
{
border-color: #C151BC;
}
.TagClassName
{
border-color: #C151BC;
}
</style>