Shades of Fuchsia #C128BC
Tints of Fuchsia #C128BC
RGB
CMYK
RGB Variations
Color information
#C128BC (or 0xC128BC) is known color: Fuchsia. HEX triplet: C1, 28 and BC. RGB value is (193,40,188). Sum of RGB (Red+Green+Blue) = 193+40+188=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 40 (16.02% from 255 or 9.50% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C128BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C128BC is #3ED743. Grayscale: #666666. Windows color (decimal): -4118340 or 12331201. OLE color: 12331201.
HSL color Cylindrical-coordinate representation of color #C128BC: hue angle of 301.96º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C128BC is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 40 | 188 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.24 |
| HSL | 301.96º | 0.66% | 0.46% | - |
| HSV(B) | 301.96º | 0.79% | 0.76% | - |
| XYZ | 31.83 | 16.49 | 49.08 | - |
| YUV | 102.62 | 176.19 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 188 | 0 | 0.79 | 0.03 | 0.24 | 301.96 | 0.66 | 0.46 |
| Hex | C1 | 28 | BC | 0 | 4F | 3 | 18 | 12E | 42 | 2E |
| Octal | 301 | 50 | 274 | 0 | 117 | 3 | 30 | 456 | 102 | 56 |
| Binary | 11000001 | 101000 | 10111100 | 0 | 1001111 | 11 | 11000 | 100101110 | 1000010 | 101110 |
Color Harmonies of #C128BC
Complementary color
Monochromatic Colors of #C128BC
Black with #C128BC
Text Example
Text Example
White with #C128BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C128BC; }
p { color: rgb(193,40,188); }
H1.HeaderClassName
{
color: #C128BC;
}
.AnyTagClassName
{
color: #C128BC;
}
</style>
background-color css
<style>
a { background-color: #C128BC; }
a { background-color: rgb(193,40,188); }
div.DivClassName
{
background-color: #C128BC;
}
.BgClassName
{
background-color: #C128BC;
}
</style>
border-color css
<style>
span { border-color: #C128BC; }
span { border-color: rgb(193,40,188); }
td.TdClassName
{
border-color: #C128BC;
}
.TagClassName
{
border-color: #C128BC;
}
</style>