Shades of Fuchsia #C944CE
Tints of Fuchsia #C944CE
RGB
CMYK
RGB Variations
Color information
#C944CE (or 0xC944CE) is known color: Fuchsia. HEX triplet: C9, 44 and CE. RGB value is (201,68,206). Sum of RGB (Red+Green+Blue) = 201+68+206=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 68 (26.95% from 255 or 14.32% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #C944CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C944CE is #36BB31. Grayscale: #7B7B7B. Windows color (decimal): -3586866 or 13518025. OLE color: 13518025.
HSL color Cylindrical-coordinate representation of color #C944CE: hue angle of 297.83º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C944CE is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 68 | 206 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.19 |
| HSL | 297.83º | 0.58% | 0.54% | - |
| HSV(B) | 297.83º | 0.67% | 0.81% | - |
| XYZ | 37.3 | 21.01 | 60.48 | - |
| YUV | 123.5 | 174.56 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 206 | 0.02 | 0.67 | 0 | 0.19 | 297.83 | 0.58 | 0.54 |
| Hex | C9 | 44 | CE | 2 | 43 | 0 | 13 | 12A | 3A | 36 |
| Octal | 311 | 104 | 316 | 2 | 103 | 0 | 23 | 452 | 72 | 66 |
| Binary | 11001001 | 1000100 | 11001110 | 10 | 1000011 | 0 | 10011 | 100101010 | 111010 | 110110 |
Color Harmonies of #C944CE
Complementary color
Monochromatic Colors of #C944CE
Black with #C944CE
Text Example
Text Example
White with #C944CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C944CE; }
p { color: rgb(201,68,206); }
H1.HeaderClassName
{
color: #C944CE;
}
.AnyTagClassName
{
color: #C944CE;
}
</style>
background-color css
<style>
a { background-color: #C944CE; }
a { background-color: rgb(201,68,206); }
div.DivClassName
{
background-color: #C944CE;
}
.BgClassName
{
background-color: #C944CE;
}
</style>
border-color css
<style>
span { border-color: #C944CE; }
span { border-color: rgb(201,68,206); }
td.TdClassName
{
border-color: #C944CE;
}
.TagClassName
{
border-color: #C944CE;
}
</style>