Shades of Fuchsia #C151BD
Tints of Fuchsia #C151BD
RGB
CMYK
RGB Variations
Color information
#C151BD (or 0xC151BD) is known color: Fuchsia. HEX triplet: C1, 51 and BD. RGB value is (193,81,189). Sum of RGB (Red+Green+Blue) = 193+81+189=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C151BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C151BD is #3EAE42. Grayscale: #7E7E7E. Windows color (decimal): -4107843 or 12407233. OLE color: 12407233.
HSL color Cylindrical-coordinate representation of color #C151BD: hue angle of 302.14º 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 #C151BD is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 189 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.24 |
| HSL | 302.14º | 0.47% | 0.54% | - |
| HSV(B) | 302.14º | 0.58% | 0.76% | - |
| XYZ | 34.12 | 20.9 | 50.38 | - |
| YUV | 126.8 | 163.11 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 189 | 0 | 0.58 | 0.02 | 0.24 | 302.14 | 0.47 | 0.54 |
| Hex | C1 | 51 | BD | 0 | 3A | 2 | 18 | 12E | 2F | 36 |
| Octal | 301 | 121 | 275 | 0 | 72 | 2 | 30 | 456 | 57 | 66 |
| Binary | 11000001 | 1010001 | 10111101 | 0 | 111010 | 10 | 11000 | 100101110 | 101111 | 110110 |
Color Harmonies of #C151BD
Complementary color
Monochromatic Colors of #C151BD
Black with #C151BD
Text Example
Text Example
White with #C151BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C151BD; }
p { color: rgb(193,81,189); }
H1.HeaderClassName
{
color: #C151BD;
}
.AnyTagClassName
{
color: #C151BD;
}
</style>
background-color css
<style>
a { background-color: #C151BD; }
a { background-color: rgb(193,81,189); }
div.DivClassName
{
background-color: #C151BD;
}
.BgClassName
{
background-color: #C151BD;
}
</style>
border-color css
<style>
span { border-color: #C151BD; }
span { border-color: rgb(193,81,189); }
td.TdClassName
{
border-color: #C151BD;
}
.TagClassName
{
border-color: #C151BD;
}
</style>