Shades of Fuchsia #C150BE
Tints of Fuchsia #C150BE
RGB
CMYK
RGB Variations
Color information
#C150BE (or 0xC150BE) is known color: Fuchsia. HEX triplet: C1, 50 and BE. RGB value is (193,80,190). Sum of RGB (Red+Green+Blue) = 193+80+190=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C150BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C150BE is #3EAF41. Grayscale: #7E7E7E. Windows color (decimal): -4108098 or 12472513. OLE color: 12472513.
HSL color Cylindrical-coordinate representation of color #C150BE: hue angle of 301.59º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C150BE is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 80 | 190 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.24 |
| HSL | 301.59º | 0.48% | 0.54% | - |
| HSV(B) | 301.59º | 0.59% | 0.76% | - |
| XYZ | 34.16 | 20.79 | 50.93 | - |
| YUV | 126.33 | 163.94 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 190 | 0 | 0.59 | 0.02 | 0.24 | 301.59 | 0.48 | 0.54 |
| Hex | C1 | 50 | BE | 0 | 3B | 2 | 18 | 12E | 30 | 36 |
| Octal | 301 | 120 | 276 | 0 | 73 | 2 | 30 | 456 | 60 | 66 |
| Binary | 11000001 | 1010000 | 10111110 | 0 | 111011 | 10 | 11000 | 100101110 | 110000 | 110110 |
Color Harmonies of #C150BE
Complementary color
Monochromatic Colors of #C150BE
Black with #C150BE
Text Example
Text Example
White with #C150BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C150BE; }
p { color: rgb(193,80,190); }
H1.HeaderClassName
{
color: #C150BE;
}
.AnyTagClassName
{
color: #C150BE;
}
</style>
background-color css
<style>
a { background-color: #C150BE; }
a { background-color: rgb(193,80,190); }
div.DivClassName
{
background-color: #C150BE;
}
.BgClassName
{
background-color: #C150BE;
}
</style>
border-color css
<style>
span { border-color: #C150BE; }
span { border-color: rgb(193,80,190); }
td.TdClassName
{
border-color: #C150BE;
}
.TagClassName
{
border-color: #C150BE;
}
</style>