Shades of Fuchsia #C151C0
Tints of Fuchsia #C151C0
RGB
CMYK
RGB Variations
Color information
#C151C0 (or 0xC151C0) is known color: Fuchsia. HEX triplet: C1, 51 and C0. RGB value is (193,81,192). Sum of RGB (Red+Green+Blue) = 193+81+192=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C151C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C151C0 is #3EAE3F. Grayscale: #7E7E7E. Windows color (decimal): -4107840 or 12603841. OLE color: 12603841.
HSL color Cylindrical-coordinate representation of color #C151C0: hue angle of 300.54º 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 #C151C0 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 192 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.24 |
| HSL | 300.54º | 0.47% | 0.54% | - |
| HSV(B) | 300.54º | 0.58% | 0.76% | - |
| XYZ | 34.45 | 21.03 | 52.11 | - |
| YUV | 127.14 | 164.61 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 192 | 0 | 0.58 | 0.01 | 0.24 | 300.54 | 0.47 | 0.54 |
| Hex | C1 | 51 | C0 | 0 | 3A | 1 | 18 | 12D | 2F | 36 |
| Octal | 301 | 121 | 300 | 0 | 72 | 1 | 30 | 455 | 57 | 66 |
| Binary | 11000001 | 1010001 | 11000000 | 0 | 111010 | 1 | 11000 | 100101101 | 101111 | 110110 |
Color Harmonies of #C151C0
Complementary color
Monochromatic Colors of #C151C0
Black with #C151C0
Text Example
Text Example
White with #C151C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C151C0; }
p { color: rgb(193,81,192); }
H1.HeaderClassName
{
color: #C151C0;
}
.AnyTagClassName
{
color: #C151C0;
}
</style>
background-color css
<style>
a { background-color: #C151C0; }
a { background-color: rgb(193,81,192); }
div.DivClassName
{
background-color: #C151C0;
}
.BgClassName
{
background-color: #C151C0;
}
</style>
border-color css
<style>
span { border-color: #C151C0; }
span { border-color: rgb(193,81,192); }
td.TdClassName
{
border-color: #C151C0;
}
.TagClassName
{
border-color: #C151C0;
}
</style>