Shades of Fuchsia #C174B4
Tints of Fuchsia #C174B4
RGB
CMYK
RGB Variations
Color information
#C174B4 (or 0xC174B4) is known color: Fuchsia. HEX triplet: C1, 74 and B4. RGB value is (193,116,180). Sum of RGB (Red+Green+Blue) = 193+116+180=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 193 - color contains mainly: red. Hex color #C174B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C174B4 is #3E8B4B. Grayscale: #929292. Windows color (decimal): -4098892 or 11826369. OLE color: 11826369.
HSL color Cylindrical-coordinate representation of color #C174B4: hue angle of 310.13º 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 #C174B4 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 180 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.24 |
| HSL | 310.13º | 0.38% | 0.61% | - |
| HSV(B) | 310.13º | 0.4% | 0.76% | - |
| XYZ | 36.48 | 27.12 | 46.49 | - |
| YUV | 146.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 180 | 0 | 0.40 | 0.07 | 0.24 | 310.13 | 0.38 | 0.61 |
| Hex | C1 | 74 | B4 | 0 | 28 | 7 | 18 | 136 | 26 | 3D |
| Octal | 301 | 164 | 264 | 0 | 50 | 7 | 30 | 466 | 46 | 75 |
| Binary | 11000001 | 1110100 | 10110100 | 0 | 101000 | 111 | 11000 | 100110110 | 100110 | 111101 |
Color Harmonies of #C174B4
Complementary color
Monochromatic Colors of #C174B4
Black with #C174B4
Text Example
Text Example
White with #C174B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C174B4; }
p { color: rgb(193,116,180); }
H1.HeaderClassName
{
color: #C174B4;
}
.AnyTagClassName
{
color: #C174B4;
}
</style>
background-color css
<style>
a { background-color: #C174B4; }
a { background-color: rgb(193,116,180); }
div.DivClassName
{
background-color: #C174B4;
}
.BgClassName
{
background-color: #C174B4;
}
</style>
border-color css
<style>
span { border-color: #C174B4; }
span { border-color: rgb(193,116,180); }
td.TdClassName
{
border-color: #C174B4;
}
.TagClassName
{
border-color: #C174B4;
}
</style>