Shades of Fuchsia #C172B7
Tints of Fuchsia #C172B7
RGB
CMYK
RGB Variations
Color information
#C172B7 (or 0xC172B7) is known color: Fuchsia. HEX triplet: C1, 72 and B7. RGB value is (193,114,183). Sum of RGB (Red+Green+Blue) = 193+114+183=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 193 - color contains mainly: red. Hex color #C172B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172B7 is #3E8D48. Grayscale: #919191. Windows color (decimal): -4099401 or 12022465. OLE color: 12022465.
HSL color Cylindrical-coordinate representation of color #C172B7: hue angle of 307.59º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C172B7 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 183 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.24 |
| HSL | 307.59º | 0.39% | 0.6% | - |
| HSV(B) | 307.59º | 0.41% | 0.76% | - |
| XYZ | 36.56 | 26.79 | 48.04 | - |
| YUV | 145.49 | 149.17 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 183 | 0 | 0.41 | 0.05 | 0.24 | 307.59 | 0.39 | 0.6 |
| Hex | C1 | 72 | B7 | 0 | 29 | 5 | 18 | 134 | 27 | 3C |
| Octal | 301 | 162 | 267 | 0 | 51 | 5 | 30 | 464 | 47 | 74 |
| Binary | 11000001 | 1110010 | 10110111 | 0 | 101001 | 101 | 11000 | 100110100 | 100111 | 111100 |
Color Harmonies of #C172B7
Complementary color
Monochromatic Colors of #C172B7
Black with #C172B7
Text Example
Text Example
White with #C172B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C172B7; }
p { color: rgb(193,114,183); }
H1.HeaderClassName
{
color: #C172B7;
}
.AnyTagClassName
{
color: #C172B7;
}
</style>
background-color css
<style>
a { background-color: #C172B7; }
a { background-color: rgb(193,114,183); }
div.DivClassName
{
background-color: #C172B7;
}
.BgClassName
{
background-color: #C172B7;
}
</style>
border-color css
<style>
span { border-color: #C172B7; }
span { border-color: rgb(193,114,183); }
td.TdClassName
{
border-color: #C172B7;
}
.TagClassName
{
border-color: #C172B7;
}
</style>