Shades of Fuchsia #C175BD
Tints of Fuchsia #C175BD
RGB
CMYK
RGB Variations
Color information
#C175BD (or 0xC175BD) is known color: Fuchsia. HEX triplet: C1, 75 and BD. RGB value is (193,117,189). Sum of RGB (Red+Green+Blue) = 193+117+189=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C175BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C175BD is #3E8A42. Grayscale: #939393. Windows color (decimal): -4098627 or 12416449. OLE color: 12416449.
HSL color Cylindrical-coordinate representation of color #C175BD: hue angle of 303.16º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C175BD is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 189 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.24 |
| HSL | 303.16º | 0.38% | 0.61% | - |
| HSV(B) | 303.16º | 0.39% | 0.76% | - |
| XYZ | 37.54 | 27.73 | 51.52 | - |
| YUV | 147.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 189 | 0 | 0.39 | 0.02 | 0.24 | 303.16 | 0.38 | 0.61 |
| Hex | C1 | 75 | BD | 0 | 27 | 2 | 18 | 12F | 26 | 3D |
| Octal | 301 | 165 | 275 | 0 | 47 | 2 | 30 | 457 | 46 | 75 |
| Binary | 11000001 | 1110101 | 10111101 | 0 | 100111 | 10 | 11000 | 100101111 | 100110 | 111101 |
Color Harmonies of #C175BD
Complementary color
Monochromatic Colors of #C175BD
Black with #C175BD
Text Example
Text Example
White with #C175BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C175BD; }
p { color: rgb(193,117,189); }
H1.HeaderClassName
{
color: #C175BD;
}
.AnyTagClassName
{
color: #C175BD;
}
</style>
background-color css
<style>
a { background-color: #C175BD; }
a { background-color: rgb(193,117,189); }
div.DivClassName
{
background-color: #C175BD;
}
.BgClassName
{
background-color: #C175BD;
}
</style>
border-color css
<style>
span { border-color: #C175BD; }
span { border-color: rgb(193,117,189); }
td.TdClassName
{
border-color: #C175BD;
}
.TagClassName
{
border-color: #C175BD;
}
</style>