Shades of Fuchsia #C931C7
Tints of Fuchsia #C931C7
RGB
CMYK
RGB Variations
Color information
#C931C7 (or 0xC931C7) is known color: Fuchsia. HEX triplet: C9, 31 and C7. RGB value is (201,49,199). Sum of RGB (Red+Green+Blue) = 201+49+199=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 49 (19.53% from 255 or 10.91% from 449); Blue value is 199 (78.12% from 255 or 44.32% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C931C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C931C7 is #36CE38. Grayscale: #6F6F6F. Windows color (decimal): -3591737 or 13054409. OLE color: 13054409.
HSL color Cylindrical-coordinate representation of color #C931C7: hue angle of 300.79º 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 #C931C7 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 199 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.21 |
| HSL | 300.79º | 0.61% | 0.49% | - |
| HSV(B) | 300.79º | 0.76% | 0.79% | - |
| XYZ | 35.49 | 18.74 | 55.78 | - |
| YUV | 111.55 | 177.36 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 199 | 0 | 0.76 | 0.01 | 0.21 | 300.79 | 0.61 | 0.49 |
| Hex | C9 | 31 | C7 | 0 | 4C | 1 | 15 | 12D | 3D | 31 |
| Octal | 311 | 61 | 307 | 0 | 114 | 1 | 25 | 455 | 75 | 61 |
| Binary | 11001001 | 110001 | 11000111 | 0 | 1001100 | 1 | 10101 | 100101101 | 111101 | 110001 |
Color Harmonies of #C931C7
Complementary color
Monochromatic Colors of #C931C7
Black with #C931C7
Text Example
Text Example
White with #C931C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C931C7; }
p { color: rgb(201,49,199); }
H1.HeaderClassName
{
color: #C931C7;
}
.AnyTagClassName
{
color: #C931C7;
}
</style>
background-color css
<style>
a { background-color: #C931C7; }
a { background-color: rgb(201,49,199); }
div.DivClassName
{
background-color: #C931C7;
}
.BgClassName
{
background-color: #C931C7;
}
</style>
border-color css
<style>
span { border-color: #C931C7; }
span { border-color: rgb(201,49,199); }
td.TdClassName
{
border-color: #C931C7;
}
.TagClassName
{
border-color: #C931C7;
}
</style>