Shades of Fuchsia #C941CF
Tints of Fuchsia #C941CF
RGB
CMYK
RGB Variations
Color information
#C941CF (or 0xC941CF) is known color: Fuchsia. HEX triplet: C9, 41 and CF. RGB value is (201,65,207). Sum of RGB (Red+Green+Blue) = 201+65+207=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #C941CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C941CF is #36BE30. Grayscale: #797979. Windows color (decimal): -3587633 or 13582793. OLE color: 13582793.
HSL color Cylindrical-coordinate representation of color #C941CF: hue angle of 297.46º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C941CF is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 65 | 207 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.19 |
| HSL | 297.46º | 0.6% | 0.53% | - |
| HSV(B) | 297.46º | 0.69% | 0.81% | - |
| XYZ | 37.24 | 20.7 | 61.06 | - |
| YUV | 121.85 | 176.06 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 207 | 0.03 | 0.69 | 0 | 0.19 | 297.46 | 0.6 | 0.53 |
| Hex | C9 | 41 | CF | 3 | 45 | 0 | 13 | 129 | 3C | 35 |
| Octal | 311 | 101 | 317 | 3 | 105 | 0 | 23 | 451 | 74 | 65 |
| Binary | 11001001 | 1000001 | 11001111 | 11 | 1000101 | 0 | 10011 | 100101001 | 111100 | 110101 |
Color Harmonies of #C941CF
Complementary color
Monochromatic Colors of #C941CF
Black with #C941CF
Text Example
Text Example
White with #C941CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C941CF; }
p { color: rgb(201,65,207); }
H1.HeaderClassName
{
color: #C941CF;
}
.AnyTagClassName
{
color: #C941CF;
}
</style>
background-color css
<style>
a { background-color: #C941CF; }
a { background-color: rgb(201,65,207); }
div.DivClassName
{
background-color: #C941CF;
}
.BgClassName
{
background-color: #C941CF;
}
</style>
border-color css
<style>
span { border-color: #C941CF; }
span { border-color: rgb(201,65,207); }
td.TdClassName
{
border-color: #C941CF;
}
.TagClassName
{
border-color: #C941CF;
}
</style>