Shades of Fuchsia #C175BE
Tints of Fuchsia #C175BE
RGB
CMYK
RGB Variations
Color information
#C175BE (or 0xC175BE) is known color: Fuchsia. HEX triplet: C1, 75 and BE. RGB value is (193,117,190). Sum of RGB (Red+Green+Blue) = 193+117+190=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C175BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C175BE is #3E8A41. Grayscale: #939393. Windows color (decimal): -4098626 or 12481985. OLE color: 12481985.
HSL color Cylindrical-coordinate representation of color #C175BE: hue angle of 302.37º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C175BE is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 190 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.24 |
| HSL | 302.37º | 0.38% | 0.61% | - |
| HSV(B) | 302.37º | 0.39% | 0.76% | - |
| XYZ | 37.65 | 27.78 | 52.09 | - |
| YUV | 148.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 190 | 0 | 0.39 | 0.02 | 0.24 | 302.37 | 0.38 | 0.61 |
| Hex | C1 | 75 | BE | 0 | 27 | 2 | 18 | 12E | 26 | 3D |
| Octal | 301 | 165 | 276 | 0 | 47 | 2 | 30 | 456 | 46 | 75 |
| Binary | 11000001 | 1110101 | 10111110 | 0 | 100111 | 10 | 11000 | 100101110 | 100110 | 111101 |
Color Harmonies of #C175BE
Complementary color
Monochromatic Colors of #C175BE
Black with #C175BE
Text Example
Text Example
White with #C175BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C175BE; }
p { color: rgb(193,117,190); }
H1.HeaderClassName
{
color: #C175BE;
}
.AnyTagClassName
{
color: #C175BE;
}
</style>
background-color css
<style>
a { background-color: #C175BE; }
a { background-color: rgb(193,117,190); }
div.DivClassName
{
background-color: #C175BE;
}
.BgClassName
{
background-color: #C175BE;
}
</style>
border-color css
<style>
span { border-color: #C175BE; }
span { border-color: rgb(193,117,190); }
td.TdClassName
{
border-color: #C175BE;
}
.TagClassName
{
border-color: #C175BE;
}
</style>