Shades of Fuchsia #C944B1
Tints of Fuchsia #C944B1
RGB
CMYK
RGB Variations
Color information
#C944B1 (or 0xC944B1) is known color: Fuchsia. HEX triplet: C9, 44 and B1. RGB value is (201,68,177). Sum of RGB (Red+Green+Blue) = 201+68+177=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C944B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C944B1 is #36BB4E. Grayscale: #777777. Windows color (decimal): -3586895 or 11617481. OLE color: 11617481.
HSL color Cylindrical-coordinate representation of color #C944B1: hue angle of 310.83º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C944B1 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 177 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.21 |
| HSL | 310.83º | 0.55% | 0.53% | - |
| HSV(B) | 310.83º | 0.66% | 0.79% | - |
| XYZ | 34.09 | 19.73 | 43.61 | - |
| YUV | 120.19 | 160.06 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 177 | 0 | 0.66 | 0.12 | 0.21 | 310.83 | 0.55 | 0.53 |
| Hex | C9 | 44 | B1 | 0 | 42 | C | 15 | 137 | 37 | 35 |
| Octal | 311 | 104 | 261 | 0 | 102 | 14 | 25 | 467 | 67 | 65 |
| Binary | 11001001 | 1000100 | 10110001 | 0 | 1000010 | 1100 | 10101 | 100110111 | 110111 | 110101 |
Color Harmonies of #C944B1
Complementary color
Monochromatic Colors of #C944B1
Black with #C944B1
Text Example
Text Example
White with #C944B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C944B1; }
p { color: rgb(201,68,177); }
H1.HeaderClassName
{
color: #C944B1;
}
.AnyTagClassName
{
color: #C944B1;
}
</style>
background-color css
<style>
a { background-color: #C944B1; }
a { background-color: rgb(201,68,177); }
div.DivClassName
{
background-color: #C944B1;
}
.BgClassName
{
background-color: #C944B1;
}
</style>
border-color css
<style>
span { border-color: #C944B1; }
span { border-color: rgb(201,68,177); }
td.TdClassName
{
border-color: #C944B1;
}
.TagClassName
{
border-color: #C944B1;
}
</style>