Shades of Fuchsia #C931CE
Tints of Fuchsia #C931CE
RGB
CMYK
RGB Variations
Color information
#C931CE (or 0xC931CE) is known color: Fuchsia. HEX triplet: C9, 31 and CE. RGB value is (201,49,206). Sum of RGB (Red+Green+Blue) = 201+49+206=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 49 (19.53% from 255 or 10.75% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #C931CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C931CE is #36CE31. Grayscale: #6F6F6F. Windows color (decimal): -3591730 or 13513161. OLE color: 13513161.
HSL color Cylindrical-coordinate representation of color #C931CE: hue angle of 298.09º 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 #C931CE is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 49 | 206 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.19 |
| HSL | 298.09º | 0.62% | 0.5% | - |
| HSV(B) | 298.09º | 0.76% | 0.81% | - |
| XYZ | 36.33 | 19.07 | 60.16 | - |
| YUV | 112.35 | 180.86 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 206 | 0.02 | 0.76 | 0 | 0.19 | 298.09 | 0.62 | 0.5 |
| Hex | C9 | 31 | CE | 2 | 4C | 0 | 13 | 12A | 3E | 32 |
| Octal | 311 | 61 | 316 | 2 | 114 | 0 | 23 | 452 | 76 | 62 |
| Binary | 11001001 | 110001 | 11001110 | 10 | 1001100 | 0 | 10011 | 100101010 | 111110 | 110010 |
Color Harmonies of #C931CE
Complementary color
Monochromatic Colors of #C931CE
Black with #C931CE
Text Example
Text Example
White with #C931CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C931CE; }
p { color: rgb(201,49,206); }
H1.HeaderClassName
{
color: #C931CE;
}
.AnyTagClassName
{
color: #C931CE;
}
</style>
background-color css
<style>
a { background-color: #C931CE; }
a { background-color: rgb(201,49,206); }
div.DivClassName
{
background-color: #C931CE;
}
.BgClassName
{
background-color: #C931CE;
}
</style>
border-color css
<style>
span { border-color: #C931CE; }
span { border-color: rgb(201,49,206); }
td.TdClassName
{
border-color: #C931CE;
}
.TagClassName
{
border-color: #C931CE;
}
</style>