Shades of Fuchsia #C170BC
Tints of Fuchsia #C170BC
RGB
CMYK
RGB Variations
Color information
#C170BC (or 0xC170BC) is known color: Fuchsia. HEX triplet: C1, 70 and BC. RGB value is (193,112,188). Sum of RGB (Red+Green+Blue) = 193+112+188=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C170BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170BC is #3E8F43. Grayscale: #909090. Windows color (decimal): -4099908 or 12349633. OLE color: 12349633.
HSL color Cylindrical-coordinate representation of color #C170BC: hue angle of 303.7º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C170BC is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 188 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.24 |
| HSL | 303.7º | 0.4% | 0.6% | - |
| HSV(B) | 303.7º | 0.42% | 0.76% | - |
| XYZ | 36.86 | 26.56 | 50.76 | - |
| YUV | 144.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 188 | 0 | 0.42 | 0.03 | 0.24 | 303.7 | 0.4 | 0.6 |
| Hex | C1 | 70 | BC | 0 | 2A | 3 | 18 | 130 | 28 | 3C |
| Octal | 301 | 160 | 274 | 0 | 52 | 3 | 30 | 460 | 50 | 74 |
| Binary | 11000001 | 1110000 | 10111100 | 0 | 101010 | 11 | 11000 | 100110000 | 101000 | 111100 |
Color Harmonies of #C170BC
Complementary color
Monochromatic Colors of #C170BC
Black with #C170BC
Text Example
Text Example
White with #C170BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C170BC; }
p { color: rgb(193,112,188); }
H1.HeaderClassName
{
color: #C170BC;
}
.AnyTagClassName
{
color: #C170BC;
}
</style>
background-color css
<style>
a { background-color: #C170BC; }
a { background-color: rgb(193,112,188); }
div.DivClassName
{
background-color: #C170BC;
}
.BgClassName
{
background-color: #C170BC;
}
</style>
border-color css
<style>
span { border-color: #C170BC; }
span { border-color: rgb(193,112,188); }
td.TdClassName
{
border-color: #C170BC;
}
.TagClassName
{
border-color: #C170BC;
}
</style>