Shades of Fuchsia #C931BC
Tints of Fuchsia #C931BC
RGB
CMYK
RGB Variations
Color information
#C931BC (or 0xC931BC) is known color: Fuchsia. HEX triplet: C9, 31 and BC. RGB value is (201,49,188). Sum of RGB (Red+Green+Blue) = 201+49+188=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C931BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C931BC is #36CE43. Grayscale: #6D6D6D. Windows color (decimal): -3591748 or 12333513. OLE color: 12333513.
HSL color Cylindrical-coordinate representation of color #C931BC: hue angle of 305.13º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C931BC is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 188 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.21 |
| HSL | 305.13º | 0.61% | 0.49% | - |
| HSV(B) | 305.13º | 0.76% | 0.79% | - |
| XYZ | 34.26 | 18.24 | 49.29 | - |
| YUV | 110.29 | 171.86 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 188 | 0 | 0.76 | 0.06 | 0.21 | 305.13 | 0.61 | 0.49 |
| Hex | C9 | 31 | BC | 0 | 4C | 6 | 15 | 131 | 3D | 31 |
| Octal | 311 | 61 | 274 | 0 | 114 | 6 | 25 | 461 | 75 | 61 |
| Binary | 11001001 | 110001 | 10111100 | 0 | 1001100 | 110 | 10101 | 100110001 | 111101 | 110001 |
Color Harmonies of #C931BC
Complementary color
Monochromatic Colors of #C931BC
Black with #C931BC
Text Example
Text Example
White with #C931BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C931BC; }
p { color: rgb(201,49,188); }
H1.HeaderClassName
{
color: #C931BC;
}
.AnyTagClassName
{
color: #C931BC;
}
</style>
background-color css
<style>
a { background-color: #C931BC; }
a { background-color: rgb(201,49,188); }
div.DivClassName
{
background-color: #C931BC;
}
.BgClassName
{
background-color: #C931BC;
}
</style>
border-color css
<style>
span { border-color: #C931BC; }
span { border-color: rgb(201,49,188); }
td.TdClassName
{
border-color: #C931BC;
}
.TagClassName
{
border-color: #C931BC;
}
</style>