Shades of Fuchsia #C174C0
Tints of Fuchsia #C174C0
RGB
CMYK
RGB Variations
Color information
#C174C0 (or 0xC174C0) is known color: Fuchsia. HEX triplet: C1, 74 and C0. RGB value is (193,116,192). Sum of RGB (Red+Green+Blue) = 193+116+192=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 193 - color contains mainly: red. Hex color #C174C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C174C0 is #3E8B3F. Grayscale: #939393. Windows color (decimal): -4098880 or 12612801. OLE color: 12612801.
HSL color Cylindrical-coordinate representation of color #C174C0: hue angle of 300.78º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C174C0 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 192 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.24 |
| HSL | 300.78º | 0.38% | 0.61% | - |
| HSV(B) | 300.78º | 0.4% | 0.76% | - |
| XYZ | 37.75 | 27.63 | 53.21 | - |
| YUV | 147.69 | 153.01 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 192 | 0 | 0.40 | 0.01 | 0.24 | 300.78 | 0.38 | 0.61 |
| Hex | C1 | 74 | C0 | 0 | 28 | 1 | 18 | 12D | 26 | 3D |
| Octal | 301 | 164 | 300 | 0 | 50 | 1 | 30 | 455 | 46 | 75 |
| Binary | 11000001 | 1110100 | 11000000 | 0 | 101000 | 1 | 11000 | 100101101 | 100110 | 111101 |
Color Harmonies of #C174C0
Complementary color
Monochromatic Colors of #C174C0
Black with #C174C0
Text Example
Text Example
White with #C174C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C174C0; }
p { color: rgb(193,116,192); }
H1.HeaderClassName
{
color: #C174C0;
}
.AnyTagClassName
{
color: #C174C0;
}
</style>
background-color css
<style>
a { background-color: #C174C0; }
a { background-color: rgb(193,116,192); }
div.DivClassName
{
background-color: #C174C0;
}
.BgClassName
{
background-color: #C174C0;
}
</style>
border-color css
<style>
span { border-color: #C174C0; }
span { border-color: rgb(193,116,192); }
td.TdClassName
{
border-color: #C174C0;
}
.TagClassName
{
border-color: #C174C0;
}
</style>