Shades of Fuchsia #C151BE
Tints of Fuchsia #C151BE
RGB
CMYK
RGB Variations
Color information
#C151BE (or 0xC151BE) is known color: Fuchsia. HEX triplet: C1, 51 and BE. RGB value is (193,81,190). Sum of RGB (Red+Green+Blue) = 193+81+190=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C151BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C151BE is #3EAE41. Grayscale: #7E7E7E. Windows color (decimal): -4107842 or 12472769. OLE color: 12472769.
HSL color Cylindrical-coordinate representation of color #C151BE: hue angle of 301.61º 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 #C151BE is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 190 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.24 |
| HSL | 301.61º | 0.47% | 0.54% | - |
| HSV(B) | 301.61º | 0.58% | 0.76% | - |
| XYZ | 34.23 | 20.94 | 50.95 | - |
| YUV | 126.91 | 163.61 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 190 | 0 | 0.58 | 0.02 | 0.24 | 301.61 | 0.47 | 0.54 |
| Hex | C1 | 51 | BE | 0 | 3A | 2 | 18 | 12E | 2F | 36 |
| Octal | 301 | 121 | 276 | 0 | 72 | 2 | 30 | 456 | 57 | 66 |
| Binary | 11000001 | 1010001 | 10111110 | 0 | 111010 | 10 | 11000 | 100101110 | 101111 | 110110 |
Color Harmonies of #C151BE
Complementary color
Monochromatic Colors of #C151BE
Black with #C151BE
Text Example
Text Example
White with #C151BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C151BE; }
p { color: rgb(193,81,190); }
H1.HeaderClassName
{
color: #C151BE;
}
.AnyTagClassName
{
color: #C151BE;
}
</style>
background-color css
<style>
a { background-color: #C151BE; }
a { background-color: rgb(193,81,190); }
div.DivClassName
{
background-color: #C151BE;
}
.BgClassName
{
background-color: #C151BE;
}
</style>
border-color css
<style>
span { border-color: #C151BE; }
span { border-color: rgb(193,81,190); }
td.TdClassName
{
border-color: #C151BE;
}
.TagClassName
{
border-color: #C151BE;
}
</style>