Shades of Fuchsia #C944BE
Tints of Fuchsia #C944BE
RGB
CMYK
RGB Variations
Color information
#C944BE (or 0xC944BE) is known color: Fuchsia. HEX triplet: C9, 44 and BE. RGB value is (201,68,190). Sum of RGB (Red+Green+Blue) = 201+68+190=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C944BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C944BE is #36BB41. Grayscale: #797979. Windows color (decimal): -3586882 or 12469449. OLE color: 12469449.
HSL color Cylindrical-coordinate representation of color #C944BE: hue angle of 304.96º 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 #C944BE is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 190 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.21 |
| HSL | 304.96º | 0.55% | 0.53% | - |
| HSV(B) | 304.96º | 0.66% | 0.79% | - |
| XYZ | 35.45 | 20.27 | 50.76 | - |
| YUV | 121.68 | 166.56 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 190 | 0 | 0.66 | 0.05 | 0.21 | 304.96 | 0.55 | 0.53 |
| Hex | C9 | 44 | BE | 0 | 42 | 5 | 15 | 131 | 37 | 35 |
| Octal | 311 | 104 | 276 | 0 | 102 | 5 | 25 | 461 | 67 | 65 |
| Binary | 11001001 | 1000100 | 10111110 | 0 | 1000010 | 101 | 10101 | 100110001 | 110111 | 110101 |
Color Harmonies of #C944BE
Complementary color
Monochromatic Colors of #C944BE
Black with #C944BE
Text Example
Text Example
White with #C944BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C944BE; }
p { color: rgb(201,68,190); }
H1.HeaderClassName
{
color: #C944BE;
}
.AnyTagClassName
{
color: #C944BE;
}
</style>
background-color css
<style>
a { background-color: #C944BE; }
a { background-color: rgb(201,68,190); }
div.DivClassName
{
background-color: #C944BE;
}
.BgClassName
{
background-color: #C944BE;
}
</style>
border-color css
<style>
span { border-color: #C944BE; }
span { border-color: rgb(201,68,190); }
td.TdClassName
{
border-color: #C944BE;
}
.TagClassName
{
border-color: #C944BE;
}
</style>