Shades of Fuchsia #C172B2
Tints of Fuchsia #C172B2
RGB
CMYK
RGB Variations
Color information
#C172B2 (or 0xC172B2) is known color: Fuchsia. HEX triplet: C1, 72 and B2. RGB value is (193,114,178). Sum of RGB (Red+Green+Blue) = 193+114+178=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 193 - color contains mainly: red. Hex color #C172B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C172B2 is #3E8D4D. Grayscale: #909090. Windows color (decimal): -4099406 or 11694785. OLE color: 11694785.
HSL color Cylindrical-coordinate representation of color #C172B2: hue angle of 311.39º 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 #C172B2 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 178 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.24 |
| HSL | 311.39º | 0.39% | 0.6% | - |
| HSV(B) | 311.39º | 0.41% | 0.76% | - |
| XYZ | 36.05 | 26.59 | 45.35 | - |
| YUV | 144.92 | 146.67 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 178 | 0 | 0.41 | 0.08 | 0.24 | 311.39 | 0.39 | 0.6 |
| Hex | C1 | 72 | B2 | 0 | 29 | 8 | 18 | 137 | 27 | 3C |
| Octal | 301 | 162 | 262 | 0 | 51 | 10 | 30 | 467 | 47 | 74 |
| Binary | 11000001 | 1110010 | 10110010 | 0 | 101001 | 1000 | 11000 | 100110111 | 100111 | 111100 |
Color Harmonies of #C172B2
Complementary color
Monochromatic Colors of #C172B2
Black with #C172B2
Text Example
Text Example
White with #C172B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C172B2; }
p { color: rgb(193,114,178); }
H1.HeaderClassName
{
color: #C172B2;
}
.AnyTagClassName
{
color: #C172B2;
}
</style>
background-color css
<style>
a { background-color: #C172B2; }
a { background-color: rgb(193,114,178); }
div.DivClassName
{
background-color: #C172B2;
}
.BgClassName
{
background-color: #C172B2;
}
</style>
border-color css
<style>
span { border-color: #C172B2; }
span { border-color: rgb(193,114,178); }
td.TdClassName
{
border-color: #C172B2;
}
.TagClassName
{
border-color: #C172B2;
}
</style>