Shades of Fuchsia #C170B3
Tints of Fuchsia #C170B3
RGB
CMYK
RGB Variations
Color information
#C170B3 (or 0xC170B3) is known color: Fuchsia. HEX triplet: C1, 70 and B3. RGB value is (193,112,179). Sum of RGB (Red+Green+Blue) = 193+112+179=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C170B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170B3 is #3E8F4C. Grayscale: #8F8F8F. Windows color (decimal): -4099917 or 11759809. OLE color: 11759809.
HSL color Cylindrical-coordinate representation of color #C170B3: hue angle of 310.37º 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 #C170B3 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 179 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.24 |
| HSL | 310.37º | 0.4% | 0.6% | - |
| HSV(B) | 310.37º | 0.42% | 0.76% | - |
| XYZ | 35.92 | 26.18 | 45.81 | - |
| YUV | 143.86 | 147.84 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 179 | 0 | 0.42 | 0.07 | 0.24 | 310.37 | 0.4 | 0.6 |
| Hex | C1 | 70 | B3 | 0 | 2A | 7 | 18 | 136 | 28 | 3C |
| Octal | 301 | 160 | 263 | 0 | 52 | 7 | 30 | 466 | 50 | 74 |
| Binary | 11000001 | 1110000 | 10110011 | 0 | 101010 | 111 | 11000 | 100110110 | 101000 | 111100 |
Color Harmonies of #C170B3
Complementary color
Monochromatic Colors of #C170B3
Black with #C170B3
Text Example
Text Example
White with #C170B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C170B3; }
p { color: rgb(193,112,179); }
H1.HeaderClassName
{
color: #C170B3;
}
.AnyTagClassName
{
color: #C170B3;
}
</style>
background-color css
<style>
a { background-color: #C170B3; }
a { background-color: rgb(193,112,179); }
div.DivClassName
{
background-color: #C170B3;
}
.BgClassName
{
background-color: #C170B3;
}
</style>
border-color css
<style>
span { border-color: #C170B3; }
span { border-color: rgb(193,112,179); }
td.TdClassName
{
border-color: #C170B3;
}
.TagClassName
{
border-color: #C170B3;
}
</style>