Shades of Fuchsia #C941B3
Tints of Fuchsia #C941B3
RGB
CMYK
RGB Variations
Color information
#C941B3 (or 0xC941B3) is known color: Fuchsia. HEX triplet: C9, 41 and B3. RGB value is (201,65,179). Sum of RGB (Red+Green+Blue) = 201+65+179=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C941B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C941B3 is #36BE4C. Grayscale: #767676. Windows color (decimal): -3587661 or 11747785. OLE color: 11747785.
HSL color Cylindrical-coordinate representation of color #C941B3: hue angle of 309.71º 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 #C941B3 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 179 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.21 |
| HSL | 309.71º | 0.56% | 0.52% | - |
| HSV(B) | 309.71º | 0.68% | 0.79% | - |
| XYZ | 34.11 | 19.45 | 44.6 | - |
| YUV | 118.66 | 162.06 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 179 | 0 | 0.68 | 0.11 | 0.21 | 309.71 | 0.56 | 0.52 |
| Hex | C9 | 41 | B3 | 0 | 44 | B | 15 | 136 | 38 | 34 |
| Octal | 311 | 101 | 263 | 0 | 104 | 13 | 25 | 466 | 70 | 64 |
| Binary | 11001001 | 1000001 | 10110011 | 0 | 1000100 | 1011 | 10101 | 100110110 | 111000 | 110100 |
Color Harmonies of #C941B3
Complementary color
Monochromatic Colors of #C941B3
Black with #C941B3
Text Example
Text Example
White with #C941B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C941B3; }
p { color: rgb(201,65,179); }
H1.HeaderClassName
{
color: #C941B3;
}
.AnyTagClassName
{
color: #C941B3;
}
</style>
background-color css
<style>
a { background-color: #C941B3; }
a { background-color: rgb(201,65,179); }
div.DivClassName
{
background-color: #C941B3;
}
.BgClassName
{
background-color: #C941B3;
}
</style>
border-color css
<style>
span { border-color: #C941B3; }
span { border-color: rgb(201,65,179); }
td.TdClassName
{
border-color: #C941B3;
}
.TagClassName
{
border-color: #C941B3;
}
</style>