Shades of Fuchsia #C931CD
Tints of Fuchsia #C931CD
RGB
CMYK
RGB Variations
Color information
#C931CD (or 0xC931CD) is known color: Fuchsia. HEX triplet: C9, 31 and CD. RGB value is (201,49,205). Sum of RGB (Red+Green+Blue) = 201+49+205=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #C931CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C931CD is #36CE32. Grayscale: #6F6F6F. Windows color (decimal): -3591731 or 13447625. OLE color: 13447625.
HSL color Cylindrical-coordinate representation of color #C931CD: hue angle of 298.46º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C931CD is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 49 | 205 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.20 |
| HSL | 298.46º | 0.61% | 0.5% | - |
| HSV(B) | 298.46º | 0.76% | 0.8% | - |
| XYZ | 36.21 | 19.02 | 59.52 | - |
| YUV | 112.23 | 180.36 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 205 | 0.02 | 0.76 | 0 | 0.20 | 298.46 | 0.61 | 0.5 |
| Hex | C9 | 31 | CD | 2 | 4C | 0 | 14 | 12A | 3D | 32 |
| Octal | 311 | 61 | 315 | 2 | 114 | 0 | 24 | 452 | 75 | 62 |
| Binary | 11001001 | 110001 | 11001101 | 10 | 1001100 | 0 | 10100 | 100101010 | 111101 | 110010 |
Color Harmonies of #C931CD
Complementary color
Monochromatic Colors of #C931CD
Black with #C931CD
Text Example
Text Example
White with #C931CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C931CD; }
p { color: rgb(201,49,205); }
H1.HeaderClassName
{
color: #C931CD;
}
.AnyTagClassName
{
color: #C931CD;
}
</style>
background-color css
<style>
a { background-color: #C931CD; }
a { background-color: rgb(201,49,205); }
div.DivClassName
{
background-color: #C931CD;
}
.BgClassName
{
background-color: #C931CD;
}
</style>
border-color css
<style>
span { border-color: #C931CD; }
span { border-color: rgb(201,49,205); }
td.TdClassName
{
border-color: #C931CD;
}
.TagClassName
{
border-color: #C931CD;
}
</style>