Shades of Fuchsia #C941B1
Tints of Fuchsia #C941B1
RGB
CMYK
RGB Variations
Color information
#C941B1 (or 0xC941B1) is known color: Fuchsia. HEX triplet: C9, 41 and B1. RGB value is (201,65,177). Sum of RGB (Red+Green+Blue) = 201+65+177=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 177 (69.53% from 255 or 39.95% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C941B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C941B1 is #36BE4E. Grayscale: #767676. Windows color (decimal): -3587663 or 11616713. OLE color: 11616713.
HSL color Cylindrical-coordinate representation of color #C941B1: hue angle of 310.59º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C941B1 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 177 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.21 |
| HSL | 310.59º | 0.56% | 0.52% | - |
| HSV(B) | 310.59º | 0.68% | 0.79% | - |
| XYZ | 33.91 | 19.37 | 43.55 | - |
| YUV | 118.43 | 161.06 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 177 | 0 | 0.68 | 0.12 | 0.21 | 310.59 | 0.56 | 0.52 |
| Hex | C9 | 41 | B1 | 0 | 44 | C | 15 | 137 | 38 | 34 |
| Octal | 311 | 101 | 261 | 0 | 104 | 14 | 25 | 467 | 70 | 64 |
| Binary | 11001001 | 1000001 | 10110001 | 0 | 1000100 | 1100 | 10101 | 100110111 | 111000 | 110100 |
Color Harmonies of #C941B1
Complementary color
Monochromatic Colors of #C941B1
Black with #C941B1
Text Example
Text Example
White with #C941B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C941B1; }
p { color: rgb(201,65,177); }
H1.HeaderClassName
{
color: #C941B1;
}
.AnyTagClassName
{
color: #C941B1;
}
</style>
background-color css
<style>
a { background-color: #C941B1; }
a { background-color: rgb(201,65,177); }
div.DivClassName
{
background-color: #C941B1;
}
.BgClassName
{
background-color: #C941B1;
}
</style>
border-color css
<style>
span { border-color: #C941B1; }
span { border-color: rgb(201,65,177); }
td.TdClassName
{
border-color: #C941B1;
}
.TagClassName
{
border-color: #C941B1;
}
</style>