Shades of Fuchsia #C154AD
Tints of Fuchsia #C154AD
RGB
CMYK
RGB Variations
Color information
#C154AD (or 0xC154AD) is known color: Fuchsia. HEX triplet: C1, 54 and AD. RGB value is (193,84,173). Sum of RGB (Red+Green+Blue) = 193+84+173=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C154AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C154AD is #3EAB52. Grayscale: #7E7E7E. Windows color (decimal): -4107091 or 11359425. OLE color: 11359425.
HSL color Cylindrical-coordinate representation of color #C154AD: hue angle of 311.01º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C154AD is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 84 | 173 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.24 |
| HSL | 311.01º | 0.47% | 0.54% | - |
| HSV(B) | 311.01º | 0.56% | 0.76% | - |
| XYZ | 32.71 | 20.7 | 41.81 | - |
| YUV | 126.74 | 154.11 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 173 | 0 | 0.56 | 0.10 | 0.24 | 311.01 | 0.47 | 0.54 |
| Hex | C1 | 54 | AD | 0 | 38 | A | 18 | 137 | 2F | 36 |
| Octal | 301 | 124 | 255 | 0 | 70 | 12 | 30 | 467 | 57 | 66 |
| Binary | 11000001 | 1010100 | 10101101 | 0 | 111000 | 1010 | 11000 | 100110111 | 101111 | 110110 |
Color Harmonies of #C154AD
Complementary color
Monochromatic Colors of #C154AD
Black with #C154AD
Text Example
Text Example
White with #C154AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C154AD; }
p { color: rgb(193,84,173); }
H1.HeaderClassName
{
color: #C154AD;
}
.AnyTagClassName
{
color: #C154AD;
}
</style>
background-color css
<style>
a { background-color: #C154AD; }
a { background-color: rgb(193,84,173); }
div.DivClassName
{
background-color: #C154AD;
}
.BgClassName
{
background-color: #C154AD;
}
</style>
border-color css
<style>
span { border-color: #C154AD; }
span { border-color: rgb(193,84,173); }
td.TdClassName
{
border-color: #C154AD;
}
.TagClassName
{
border-color: #C154AD;
}
</style>