Shades of Fuchsia #C544C1
Tints of Fuchsia #C544C1
RGB
CMYK
RGB Variations
Color information
#C544C1 (or 0xC544C1) is known color: Fuchsia. HEX triplet: C5, 44 and C1. RGB value is (197,68,193). Sum of RGB (Red+Green+Blue) = 197+68+193=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C544C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C544C1 is #3ABB3E. Grayscale: #787878. Windows color (decimal): -3849023 or 12666053. OLE color: 12666053.
HSL color Cylindrical-coordinate representation of color #C544C1: hue angle of 301.86º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C544C1 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 193 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.23 |
| HSL | 301.86º | 0.53% | 0.52% | - |
| HSV(B) | 301.86º | 0.65% | 0.77% | - |
| XYZ | 34.72 | 19.85 | 52.45 | - |
| YUV | 120.82 | 168.74 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 193 | 0 | 0.65 | 0.02 | 0.23 | 301.86 | 0.53 | 0.52 |
| Hex | C5 | 44 | C1 | 0 | 41 | 2 | 17 | 12E | 35 | 34 |
| Octal | 305 | 104 | 301 | 0 | 101 | 2 | 27 | 456 | 65 | 64 |
| Binary | 11000101 | 1000100 | 11000001 | 0 | 1000001 | 10 | 10111 | 100101110 | 110101 | 110100 |
Color Harmonies of #C544C1
Complementary color
Monochromatic Colors of #C544C1
Black with #C544C1
Text Example
Text Example
White with #C544C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C544C1; }
p { color: rgb(197,68,193); }
H1.HeaderClassName
{
color: #C544C1;
}
.AnyTagClassName
{
color: #C544C1;
}
</style>
background-color css
<style>
a { background-color: #C544C1; }
a { background-color: rgb(197,68,193); }
div.DivClassName
{
background-color: #C544C1;
}
.BgClassName
{
background-color: #C544C1;
}
</style>
border-color css
<style>
span { border-color: #C544C1; }
span { border-color: rgb(197,68,193); }
td.TdClassName
{
border-color: #C544C1;
}
.TagClassName
{
border-color: #C544C1;
}
</style>