Shades of Fuchsia #C731BE
Tints of Fuchsia #C731BE
RGB
CMYK
RGB Variations
Color information
#C731BE (or 0xC731BE) is known color: Fuchsia. HEX triplet: C7, 31 and BE. RGB value is (199,49,190). Sum of RGB (Red+Green+Blue) = 199+49+190=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C731BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C731BE is #38CE41. Grayscale: #6D6D6D. Windows color (decimal): -3722818 or 12464583. OLE color: 12464583.
HSL color Cylindrical-coordinate representation of color #C731BE: hue angle of 303.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C731BE is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 190 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.22 |
| HSL | 303.6º | 0.6% | 0.49% | - |
| HSV(B) | 303.6º | 0.75% | 0.78% | - |
| XYZ | 33.95 | 18.06 | 50.41 | - |
| YUV | 109.92 | 173.2 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 190 | 0 | 0.75 | 0.05 | 0.22 | 303.6 | 0.6 | 0.49 |
| Hex | C7 | 31 | BE | 0 | 4B | 5 | 16 | 130 | 3C | 31 |
| Octal | 307 | 61 | 276 | 0 | 113 | 5 | 26 | 460 | 74 | 61 |
| Binary | 11000111 | 110001 | 10111110 | 0 | 1001011 | 101 | 10110 | 100110000 | 111100 | 110001 |
Color Harmonies of #C731BE
Complementary color
Monochromatic Colors of #C731BE
Black with #C731BE
Text Example
Text Example
White with #C731BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C731BE; }
p { color: rgb(199,49,190); }
H1.HeaderClassName
{
color: #C731BE;
}
.AnyTagClassName
{
color: #C731BE;
}
</style>
background-color css
<style>
a { background-color: #C731BE; }
a { background-color: rgb(199,49,190); }
div.DivClassName
{
background-color: #C731BE;
}
.BgClassName
{
background-color: #C731BE;
}
</style>
border-color css
<style>
span { border-color: #C731BE; }
span { border-color: rgb(199,49,190); }
td.TdClassName
{
border-color: #C731BE;
}
.TagClassName
{
border-color: #C731BE;
}
</style>