Shades of Fuchsia #C931CF
Tints of Fuchsia #C931CF
RGB
CMYK
RGB Variations
Color information
#C931CF (or 0xC931CF) is known color: Fuchsia. HEX triplet: C9, 31 and CF. RGB value is (201,49,207). Sum of RGB (Red+Green+Blue) = 201+49+207=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 49 (19.53% from 255 or 10.72% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #C931CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C931CF is #36CE30. Grayscale: #6F6F6F. Windows color (decimal): -3591729 or 13578697. OLE color: 13578697.
HSL color Cylindrical-coordinate representation of color #C931CF: hue angle of 297.72º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C931CF is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 49 | 207 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.19 |
| HSL | 297.72º | 0.62% | 0.5% | - |
| HSV(B) | 297.72º | 0.76% | 0.81% | - |
| XYZ | 36.45 | 19.12 | 60.8 | - |
| YUV | 112.46 | 181.36 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 207 | 0.03 | 0.76 | 0 | 0.19 | 297.72 | 0.62 | 0.5 |
| Hex | C9 | 31 | CF | 3 | 4C | 0 | 13 | 12A | 3E | 32 |
| Octal | 311 | 61 | 317 | 3 | 114 | 0 | 23 | 452 | 76 | 62 |
| Binary | 11001001 | 110001 | 11001111 | 11 | 1001100 | 0 | 10011 | 100101010 | 111110 | 110010 |
Color Harmonies of #C931CF
Complementary color
Monochromatic Colors of #C931CF
Black with #C931CF
Text Example
Text Example
White with #C931CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C931CF; }
p { color: rgb(201,49,207); }
H1.HeaderClassName
{
color: #C931CF;
}
.AnyTagClassName
{
color: #C931CF;
}
</style>
background-color css
<style>
a { background-color: #C931CF; }
a { background-color: rgb(201,49,207); }
div.DivClassName
{
background-color: #C931CF;
}
.BgClassName
{
background-color: #C931CF;
}
</style>
border-color css
<style>
span { border-color: #C931CF; }
span { border-color: rgb(201,49,207); }
td.TdClassName
{
border-color: #C931CF;
}
.TagClassName
{
border-color: #C931CF;
}
</style>