Shades of Fuchsia #C931C5
Tints of Fuchsia #C931C5
RGB
CMYK
RGB Variations
Color information
#C931C5 (or 0xC931C5) is known color: Fuchsia. HEX triplet: C9, 31 and C5. RGB value is (201,49,197). Sum of RGB (Red+Green+Blue) = 201+49+197=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 197 (77.34% from 255 or 44.07% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C931C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C931C5 is #36CE3A. Grayscale: #6E6E6E. Windows color (decimal): -3591739 or 12923337. OLE color: 12923337.
HSL color Cylindrical-coordinate representation of color #C931C5: hue angle of 301.58º 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 #C931C5 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 197 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.21 |
| HSL | 301.58º | 0.61% | 0.49% | - |
| HSV(B) | 301.58º | 0.76% | 0.79% | - |
| XYZ | 35.26 | 18.65 | 54.56 | - |
| YUV | 111.32 | 176.36 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 197 | 0 | 0.76 | 0.02 | 0.21 | 301.58 | 0.61 | 0.49 |
| Hex | C9 | 31 | C5 | 0 | 4C | 2 | 15 | 12E | 3D | 31 |
| Octal | 311 | 61 | 305 | 0 | 114 | 2 | 25 | 456 | 75 | 61 |
| Binary | 11001001 | 110001 | 11000101 | 0 | 1001100 | 10 | 10101 | 100101110 | 111101 | 110001 |
Color Harmonies of #C931C5
Complementary color
Monochromatic Colors of #C931C5
Black with #C931C5
Text Example
Text Example
White with #C931C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C931C5; }
p { color: rgb(201,49,197); }
H1.HeaderClassName
{
color: #C931C5;
}
.AnyTagClassName
{
color: #C931C5;
}
</style>
background-color css
<style>
a { background-color: #C931C5; }
a { background-color: rgb(201,49,197); }
div.DivClassName
{
background-color: #C931C5;
}
.BgClassName
{
background-color: #C931C5;
}
</style>
border-color css
<style>
span { border-color: #C931C5; }
span { border-color: rgb(201,49,197); }
td.TdClassName
{
border-color: #C931C5;
}
.TagClassName
{
border-color: #C931C5;
}
</style>