Shades of Fuchsia #C731BB
Tints of Fuchsia #C731BB
RGB
CMYK
RGB Variations
Color information
#C731BB (or 0xC731BB) is known color: Fuchsia. HEX triplet: C7, 31 and BB. RGB value is (199,49,187). Sum of RGB (Red+Green+Blue) = 199+49+187=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C731BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C731BB is #38CE44. Grayscale: #6D6D6D. Windows color (decimal): -3722821 or 12267975. OLE color: 12267975.
HSL color Cylindrical-coordinate representation of color #C731BB: hue angle of 304.8º 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 #C731BB is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 187 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.22 |
| HSL | 304.8º | 0.6% | 0.49% | - |
| HSV(B) | 304.8º | 0.75% | 0.78% | - |
| XYZ | 33.62 | 17.93 | 48.7 | - |
| YUV | 109.58 | 171.7 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 187 | 0 | 0.75 | 0.06 | 0.22 | 304.8 | 0.6 | 0.49 |
| Hex | C7 | 31 | BB | 0 | 4B | 6 | 16 | 131 | 3C | 31 |
| Octal | 307 | 61 | 273 | 0 | 113 | 6 | 26 | 461 | 74 | 61 |
| Binary | 11000111 | 110001 | 10111011 | 0 | 1001011 | 110 | 10110 | 100110001 | 111100 | 110001 |
Color Harmonies of #C731BB
Complementary color
Monochromatic Colors of #C731BB
Black with #C731BB
Text Example
Text Example
White with #C731BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C731BB; }
p { color: rgb(199,49,187); }
H1.HeaderClassName
{
color: #C731BB;
}
.AnyTagClassName
{
color: #C731BB;
}
</style>
background-color css
<style>
a { background-color: #C731BB; }
a { background-color: rgb(199,49,187); }
div.DivClassName
{
background-color: #C731BB;
}
.BgClassName
{
background-color: #C731BB;
}
</style>
border-color css
<style>
span { border-color: #C731BB; }
span { border-color: rgb(199,49,187); }
td.TdClassName
{
border-color: #C731BB;
}
.TagClassName
{
border-color: #C731BB;
}
</style>