Shades of Fuchsia #C031BF
Tints of Fuchsia #C031BF
RGB
CMYK
RGB Variations
Color information
#C031BF (or 0xC031BF) is known color: Fuchsia. HEX triplet: C0, 31 and BF. RGB value is (192,49,191). Sum of RGB (Red+Green+Blue) = 192+49+191=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 49 (19.53% from 255 or 11.34% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C031BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031BF is #3FCE40. Grayscale: #6B6B6B. Windows color (decimal): -4181569 or 12530112. OLE color: 12530112.
HSL color Cylindrical-coordinate representation of color #C031BF: hue angle of 300.42º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C031BF is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 191 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.25 |
| HSL | 300.42º | 0.59% | 0.47% | - |
| HSV(B) | 300.42º | 0.74% | 0.75% | - |
| XYZ | 32.24 | 17.16 | 50.9 | - |
| YUV | 107.95 | 174.88 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 191 | 0 | 0.74 | 0.01 | 0.25 | 300.42 | 0.59 | 0.47 |
| Hex | C0 | 31 | BF | 0 | 4A | 1 | 19 | 12C | 3B | 2F |
| Octal | 300 | 61 | 277 | 0 | 112 | 1 | 31 | 454 | 73 | 57 |
| Binary | 11000000 | 110001 | 10111111 | 0 | 1001010 | 1 | 11001 | 100101100 | 111011 | 101111 |
Color Harmonies of #C031BF
Complementary color
Monochromatic Colors of #C031BF
Black with #C031BF
Text Example
Text Example
White with #C031BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C031BF; }
p { color: rgb(192,49,191); }
H1.HeaderClassName
{
color: #C031BF;
}
.AnyTagClassName
{
color: #C031BF;
}
</style>
background-color css
<style>
a { background-color: #C031BF; }
a { background-color: rgb(192,49,191); }
div.DivClassName
{
background-color: #C031BF;
}
.BgClassName
{
background-color: #C031BF;
}
</style>
border-color css
<style>
span { border-color: #C031BF; }
span { border-color: rgb(192,49,191); }
td.TdClassName
{
border-color: #C031BF;
}
.TagClassName
{
border-color: #C031BF;
}
</style>