Shades of Fuchsia #C941CC
Tints of Fuchsia #C941CC
RGB
CMYK
RGB Variations
Color information
#C941CC (or 0xC941CC) is known color: Fuchsia. HEX triplet: C9, 41 and CC. RGB value is (201,65,204). Sum of RGB (Red+Green+Blue) = 201+65+204=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #C941CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C941CC is #36BE33. Grayscale: #797979. Windows color (decimal): -3587636 or 13386185. OLE color: 13386185.
HSL color Cylindrical-coordinate representation of color #C941CC: hue angle of 298.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C941CC is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 65 | 204 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.2 |
| HSL | 298.71º | 0.58% | 0.53% | - |
| HSV(B) | 298.71º | 0.68% | 0.8% | - |
| XYZ | 36.88 | 20.56 | 59.15 | - |
| YUV | 121.51 | 174.56 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 204 | 0.01 | 0.68 | 0 | 0.2 | 298.71 | 0.58 | 0.53 |
| Hex | C9 | 41 | CC | 1 | 44 | 0 | 14 | 12B | 3A | 35 |
| Octal | 311 | 101 | 314 | 1 | 104 | 0 | 24 | 453 | 72 | 65 |
| Binary | 11001001 | 1000001 | 11001100 | 1 | 1000100 | 0 | 10100 | 100101011 | 111010 | 110101 |
Color Harmonies of #C941CC
Complementary color
Monochromatic Colors of #C941CC
Black with #C941CC
Text Example
Text Example
White with #C941CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C941CC; }
p { color: rgb(201,65,204); }
H1.HeaderClassName
{
color: #C941CC;
}
.AnyTagClassName
{
color: #C941CC;
}
</style>
background-color css
<style>
a { background-color: #C941CC; }
a { background-color: rgb(201,65,204); }
div.DivClassName
{
background-color: #C941CC;
}
.BgClassName
{
background-color: #C941CC;
}
</style>
border-color css
<style>
span { border-color: #C941CC; }
span { border-color: rgb(201,65,204); }
td.TdClassName
{
border-color: #C941CC;
}
.TagClassName
{
border-color: #C941CC;
}
</style>