Shades of Fuchsia #C157AD
Tints of Fuchsia #C157AD
RGB
CMYK
RGB Variations
Color information
#C157AD (or 0xC157AD) is known color: Fuchsia. HEX triplet: C1, 57 and AD. RGB value is (193,87,173). Sum of RGB (Red+Green+Blue) = 193+87+173=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C157AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C157AD is #3EA852. Grayscale: #808080. Windows color (decimal): -4106323 or 11360193. OLE color: 11360193.
HSL color Cylindrical-coordinate representation of color #C157AD: hue angle of 311.32º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C157AD is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 87 | 173 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.24 |
| HSL | 311.32º | 0.46% | 0.55% | - |
| HSV(B) | 311.32º | 0.55% | 0.76% | - |
| XYZ | 32.94 | 21.17 | 41.89 | - |
| YUV | 128.5 | 153.12 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 173 | 0 | 0.55 | 0.10 | 0.24 | 311.32 | 0.46 | 0.55 |
| Hex | C1 | 57 | AD | 0 | 37 | A | 18 | 137 | 2E | 37 |
| Octal | 301 | 127 | 255 | 0 | 67 | 12 | 30 | 467 | 56 | 67 |
| Binary | 11000001 | 1010111 | 10101101 | 0 | 110111 | 1010 | 11000 | 100110111 | 101110 | 110111 |
Color Harmonies of #C157AD
Complementary color
Monochromatic Colors of #C157AD
Black with #C157AD
Text Example
Text Example
White with #C157AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C157AD; }
p { color: rgb(193,87,173); }
H1.HeaderClassName
{
color: #C157AD;
}
.AnyTagClassName
{
color: #C157AD;
}
</style>
background-color css
<style>
a { background-color: #C157AD; }
a { background-color: rgb(193,87,173); }
div.DivClassName
{
background-color: #C157AD;
}
.BgClassName
{
background-color: #C157AD;
}
</style>
border-color css
<style>
span { border-color: #C157AD; }
span { border-color: rgb(193,87,173); }
td.TdClassName
{
border-color: #C157AD;
}
.TagClassName
{
border-color: #C157AD;
}
</style>