Shades of Fuchsia #C931D3
Tints of Fuchsia #C931D3
RGB
CMYK
RGB Variations
Color information
#C931D3 (or 0xC931D3) is known color: Fuchsia. HEX triplet: C9, 31 and D3. RGB value is (201,49,211). Sum of RGB (Red+Green+Blue) = 201+49+211=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 49 (19.53% from 255 or 10.63% from 461); Blue value is 211 (82.81% from 255 or 45.77% from 461); Max value from RGB is 211 - color contains mainly: blue. Hex color #C931D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C931D3 is #36CE2C. Grayscale: #707070. Windows color (decimal): -3591725 or 13840841. OLE color: 13840841.
HSL color Cylindrical-coordinate representation of color #C931D3: hue angle of 296.3º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C931D3 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 49 | 211 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.17 |
| HSL | 296.3º | 0.65% | 0.51% | - |
| HSV(B) | 296.3º | 0.77% | 0.83% | - |
| XYZ | 36.94 | 19.32 | 63.41 | - |
| YUV | 112.92 | 183.36 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 211 | 0.05 | 0.77 | 0 | 0.17 | 296.3 | 0.65 | 0.51 |
| Hex | C9 | 31 | D3 | 5 | 4D | 0 | 11 | 128 | 41 | 33 |
| Octal | 311 | 61 | 323 | 5 | 115 | 0 | 21 | 450 | 101 | 63 |
| Binary | 11001001 | 110001 | 11010011 | 101 | 1001101 | 0 | 10001 | 100101000 | 1000001 | 110011 |
Color Harmonies of #C931D3
Complementary color
Monochromatic Colors of #C931D3
Black with #C931D3
Text Example
Text Example
White with #C931D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C931D3; }
p { color: rgb(201,49,211); }
H1.HeaderClassName
{
color: #C931D3;
}
.AnyTagClassName
{
color: #C931D3;
}
</style>
background-color css
<style>
a { background-color: #C931D3; }
a { background-color: rgb(201,49,211); }
div.DivClassName
{
background-color: #C931D3;
}
.BgClassName
{
background-color: #C931D3;
}
</style>
border-color css
<style>
span { border-color: #C931D3; }
span { border-color: rgb(201,49,211); }
td.TdClassName
{
border-color: #C931D3;
}
.TagClassName
{
border-color: #C931D3;
}
</style>