Shades of Fuchsia #C151B2
Tints of Fuchsia #C151B2
RGB
CMYK
RGB Variations
Color information
#C151B2 (or 0xC151B2) is known color: Fuchsia. HEX triplet: C1, 51 and B2. RGB value is (193,81,178). Sum of RGB (Red+Green+Blue) = 193+81+178=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C151B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C151B2 is #3EAE4D. Grayscale: #7D7D7D. Windows color (decimal): -4107854 or 11686337. OLE color: 11686337.
HSL color Cylindrical-coordinate representation of color #C151B2: hue angle of 308.04º 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 #C151B2 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 178 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.24 |
| HSL | 308.04º | 0.47% | 0.54% | - |
| HSV(B) | 308.04º | 0.58% | 0.76% | - |
| XYZ | 32.97 | 20.44 | 44.33 | - |
| YUV | 125.55 | 157.61 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 178 | 0 | 0.58 | 0.08 | 0.24 | 308.04 | 0.47 | 0.54 |
| Hex | C1 | 51 | B2 | 0 | 3A | 8 | 18 | 134 | 2F | 36 |
| Octal | 301 | 121 | 262 | 0 | 72 | 10 | 30 | 464 | 57 | 66 |
| Binary | 11000001 | 1010001 | 10110010 | 0 | 111010 | 1000 | 11000 | 100110100 | 101111 | 110110 |
Color Harmonies of #C151B2
Complementary color
Monochromatic Colors of #C151B2
Black with #C151B2
Text Example
Text Example
White with #C151B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C151B2; }
p { color: rgb(193,81,178); }
H1.HeaderClassName
{
color: #C151B2;
}
.AnyTagClassName
{
color: #C151B2;
}
</style>
background-color css
<style>
a { background-color: #C151B2; }
a { background-color: rgb(193,81,178); }
div.DivClassName
{
background-color: #C151B2;
}
.BgClassName
{
background-color: #C151B2;
}
</style>
border-color css
<style>
span { border-color: #C151B2; }
span { border-color: rgb(193,81,178); }
td.TdClassName
{
border-color: #C151B2;
}
.TagClassName
{
border-color: #C151B2;
}
</style>