Shades of Fuchsia #C931C1
Tints of Fuchsia #C931C1
RGB
CMYK
RGB Variations
Color information
#C931C1 (or 0xC931C1) is known color: Fuchsia. HEX triplet: C9, 31 and C1. RGB value is (201,49,193). Sum of RGB (Red+Green+Blue) = 201+49+193=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C931C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C931C1 is #36CE3E. Grayscale: #6E6E6E. Windows color (decimal): -3591743 or 12661193. OLE color: 12661193.
HSL color Cylindrical-coordinate representation of color #C931C1: hue angle of 303.16º 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 #C931C1 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 193 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.21 |
| HSL | 303.16º | 0.61% | 0.49% | - |
| HSV(B) | 303.16º | 0.76% | 0.79% | - |
| XYZ | 34.81 | 18.46 | 52.18 | - |
| YUV | 110.86 | 174.36 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 193 | 0 | 0.76 | 0.04 | 0.21 | 303.16 | 0.61 | 0.49 |
| Hex | C9 | 31 | C1 | 0 | 4C | 4 | 15 | 12F | 3D | 31 |
| Octal | 311 | 61 | 301 | 0 | 114 | 4 | 25 | 457 | 75 | 61 |
| Binary | 11001001 | 110001 | 11000001 | 0 | 1001100 | 100 | 10101 | 100101111 | 111101 | 110001 |
Color Harmonies of #C931C1
Complementary color
Monochromatic Colors of #C931C1
Black with #C931C1
Text Example
Text Example
White with #C931C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C931C1; }
p { color: rgb(201,49,193); }
H1.HeaderClassName
{
color: #C931C1;
}
.AnyTagClassName
{
color: #C931C1;
}
</style>
background-color css
<style>
a { background-color: #C931C1; }
a { background-color: rgb(201,49,193); }
div.DivClassName
{
background-color: #C931C1;
}
.BgClassName
{
background-color: #C931C1;
}
</style>
border-color css
<style>
span { border-color: #C931C1; }
span { border-color: rgb(201,49,193); }
td.TdClassName
{
border-color: #C931C1;
}
.TagClassName
{
border-color: #C931C1;
}
</style>