Shades of Fuchsia #C031BE
Tints of Fuchsia #C031BE
RGB
CMYK
RGB Variations
Color information
#C031BE (or 0xC031BE) is known color: Fuchsia. HEX triplet: C0, 31 and BE. RGB value is (192,49,190). Sum of RGB (Red+Green+Blue) = 192+49+190=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C031BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031BE is #3FCE41. Grayscale: #6B6B6B. Windows color (decimal): -4181570 or 12464576. OLE color: 12464576.
HSL color Cylindrical-coordinate representation of color #C031BE: hue angle of 300.84º 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 #C031BE is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 190 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.25 |
| HSL | 300.84º | 0.59% | 0.47% | - |
| HSV(B) | 300.84º | 0.74% | 0.75% | - |
| XYZ | 32.13 | 17.12 | 50.33 | - |
| YUV | 107.83 | 174.38 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 190 | 0 | 0.74 | 0.01 | 0.25 | 300.84 | 0.59 | 0.47 |
| Hex | C0 | 31 | BE | 0 | 4A | 1 | 19 | 12D | 3B | 2F |
| Octal | 300 | 61 | 276 | 0 | 112 | 1 | 31 | 455 | 73 | 57 |
| Binary | 11000000 | 110001 | 10111110 | 0 | 1001010 | 1 | 11001 | 100101101 | 111011 | 101111 |
Color Harmonies of #C031BE
Complementary color
Monochromatic Colors of #C031BE
Black with #C031BE
Text Example
Text Example
White with #C031BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C031BE; }
p { color: rgb(192,49,190); }
H1.HeaderClassName
{
color: #C031BE;
}
.AnyTagClassName
{
color: #C031BE;
}
</style>
background-color css
<style>
a { background-color: #C031BE; }
a { background-color: rgb(192,49,190); }
div.DivClassName
{
background-color: #C031BE;
}
.BgClassName
{
background-color: #C031BE;
}
</style>
border-color css
<style>
span { border-color: #C031BE; }
span { border-color: rgb(192,49,190); }
td.TdClassName
{
border-color: #C031BE;
}
.TagClassName
{
border-color: #C031BE;
}
</style>