Shades of Fuchsia #C944BF
Tints of Fuchsia #C944BF
RGB
CMYK
RGB Variations
Color information
#C944BF (or 0xC944BF) is known color: Fuchsia. HEX triplet: C9, 44 and BF. RGB value is (201,68,191). Sum of RGB (Red+Green+Blue) = 201+68+191=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 68 (26.95% from 255 or 14.78% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C944BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C944BF is #36BB40. Grayscale: #797979. Windows color (decimal): -3586881 or 12534985. OLE color: 12534985.
HSL color Cylindrical-coordinate representation of color #C944BF: hue angle of 304.51º 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 #C944BF is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 191 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.21 |
| HSL | 304.51º | 0.55% | 0.53% | - |
| HSV(B) | 304.51º | 0.66% | 0.79% | - |
| XYZ | 35.56 | 20.31 | 51.34 | - |
| YUV | 121.79 | 167.06 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 191 | 0 | 0.66 | 0.05 | 0.21 | 304.51 | 0.55 | 0.53 |
| Hex | C9 | 44 | BF | 0 | 42 | 5 | 15 | 131 | 37 | 35 |
| Octal | 311 | 104 | 277 | 0 | 102 | 5 | 25 | 461 | 67 | 65 |
| Binary | 11001001 | 1000100 | 10111111 | 0 | 1000010 | 101 | 10101 | 100110001 | 110111 | 110101 |
Color Harmonies of #C944BF
Complementary color
Monochromatic Colors of #C944BF
Black with #C944BF
Text Example
Text Example
White with #C944BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C944BF; }
p { color: rgb(201,68,191); }
H1.HeaderClassName
{
color: #C944BF;
}
.AnyTagClassName
{
color: #C944BF;
}
</style>
background-color css
<style>
a { background-color: #C944BF; }
a { background-color: rgb(201,68,191); }
div.DivClassName
{
background-color: #C944BF;
}
.BgClassName
{
background-color: #C944BF;
}
</style>
border-color css
<style>
span { border-color: #C944BF; }
span { border-color: rgb(201,68,191); }
td.TdClassName
{
border-color: #C944BF;
}
.TagClassName
{
border-color: #C944BF;
}
</style>