Shades of Fuchsia #C941CE
Tints of Fuchsia #C941CE
RGB
CMYK
RGB Variations
Color information
#C941CE (or 0xC941CE) is known color: Fuchsia. HEX triplet: C9, 41 and CE. RGB value is (201,65,206). Sum of RGB (Red+Green+Blue) = 201+65+206=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #C941CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C941CE is #36BE31. Grayscale: #797979. Windows color (decimal): -3587634 or 13517257. OLE color: 13517257.
HSL color Cylindrical-coordinate representation of color #C941CE: hue angle of 297.87º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C941CE is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 65 | 206 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.19 |
| HSL | 297.87º | 0.59% | 0.53% | - |
| HSV(B) | 297.87º | 0.68% | 0.81% | - |
| XYZ | 37.12 | 20.65 | 60.42 | - |
| YUV | 121.74 | 175.56 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 206 | 0.02 | 0.68 | 0 | 0.19 | 297.87 | 0.59 | 0.53 |
| Hex | C9 | 41 | CE | 2 | 44 | 0 | 13 | 12A | 3B | 35 |
| Octal | 311 | 101 | 316 | 2 | 104 | 0 | 23 | 452 | 73 | 65 |
| Binary | 11001001 | 1000001 | 11001110 | 10 | 1000100 | 0 | 10011 | 100101010 | 111011 | 110101 |
Color Harmonies of #C941CE
Complementary color
Monochromatic Colors of #C941CE
Black with #C941CE
Text Example
Text Example
White with #C941CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C941CE; }
p { color: rgb(201,65,206); }
H1.HeaderClassName
{
color: #C941CE;
}
.AnyTagClassName
{
color: #C941CE;
}
</style>
background-color css
<style>
a { background-color: #C941CE; }
a { background-color: rgb(201,65,206); }
div.DivClassName
{
background-color: #C941CE;
}
.BgClassName
{
background-color: #C941CE;
}
</style>
border-color css
<style>
span { border-color: #C941CE; }
span { border-color: rgb(201,65,206); }
td.TdClassName
{
border-color: #C941CE;
}
.TagClassName
{
border-color: #C941CE;
}
</style>