Shades of Fuchsia #C157C1
Tints of Fuchsia #C157C1
RGB
CMYK
RGB Variations
Color information
#C157C1 (or 0xC157C1) is known color: Fuchsia. HEX triplet: C1, 57 and C1. RGB value is (193,87,193). Sum of RGB (Red+Green+Blue) = 193+87+193=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 87 (34.38% from 255 or 18.39% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C157C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C157C1 is #3EA83E. Grayscale: #828282. Windows color (decimal): -4106303 or 12670913. OLE color: 12670913.
HSL color Cylindrical-coordinate representation of color #C157C1: hue angle of 300º 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 #C157C1 is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 87 | 193 | - |
| CMYK | 0 | 0.55 | 0 | 0.24 |
| HSL | 300º | 0.46% | 0.55% | - |
| HSV(B) | 300º | 0.55% | 0.76% | - |
| XYZ | 35.03 | 22 | 52.85 | - |
| YUV | 130.78 | 163.12 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 193 | 0 | 0.55 | 0 | 0.24 | 300 | 0.46 | 0.55 |
| Hex | C1 | 57 | C1 | 0 | 37 | 0 | 18 | 12C | 2E | 37 |
| Octal | 301 | 127 | 301 | 0 | 67 | 0 | 30 | 454 | 56 | 67 |
| Binary | 11000001 | 1010111 | 11000001 | 0 | 110111 | 0 | 11000 | 100101100 | 101110 | 110111 |
Color Harmonies of #C157C1
Complementary color
Monochromatic Colors of #C157C1
Black with #C157C1
Text Example
Text Example
White with #C157C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C157C1; }
p { color: rgb(193,87,193); }
H1.HeaderClassName
{
color: #C157C1;
}
.AnyTagClassName
{
color: #C157C1;
}
</style>
background-color css
<style>
a { background-color: #C157C1; }
a { background-color: rgb(193,87,193); }
div.DivClassName
{
background-color: #C157C1;
}
.BgClassName
{
background-color: #C157C1;
}
</style>
border-color css
<style>
span { border-color: #C157C1; }
span { border-color: rgb(193,87,193); }
td.TdClassName
{
border-color: #C157C1;
}
.TagClassName
{
border-color: #C157C1;
}
</style>