Shades of Fuchsia #C175B5
Tints of Fuchsia #C175B5
RGB
CMYK
RGB Variations
Color information
#C175B5 (or 0xC175B5) is known color: Fuchsia. HEX triplet: C1, 75 and B5. RGB value is (193,117,181). Sum of RGB (Red+Green+Blue) = 193+117+181=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 193 - color contains mainly: red. Hex color #C175B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C175B5 is #3E8A4A. Grayscale: #929292. Windows color (decimal): -4098635 or 11892161. OLE color: 11892161.
HSL color Cylindrical-coordinate representation of color #C175B5: hue angle of 309.47º 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 #C175B5 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 181 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.24 |
| HSL | 309.47º | 0.38% | 0.61% | - |
| HSV(B) | 309.47º | 0.39% | 0.76% | - |
| XYZ | 36.69 | 27.4 | 47.07 | - |
| YUV | 147.02 | 147.18 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 181 | 0 | 0.39 | 0.06 | 0.24 | 309.47 | 0.38 | 0.61 |
| Hex | C1 | 75 | B5 | 0 | 27 | 6 | 18 | 135 | 26 | 3D |
| Octal | 301 | 165 | 265 | 0 | 47 | 6 | 30 | 465 | 46 | 75 |
| Binary | 11000001 | 1110101 | 10110101 | 0 | 100111 | 110 | 11000 | 100110101 | 100110 | 111101 |
Color Harmonies of #C175B5
Complementary color
Monochromatic Colors of #C175B5
Black with #C175B5
Text Example
Text Example
White with #C175B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C175B5; }
p { color: rgb(193,117,181); }
H1.HeaderClassName
{
color: #C175B5;
}
.AnyTagClassName
{
color: #C175B5;
}
</style>
background-color css
<style>
a { background-color: #C175B5; }
a { background-color: rgb(193,117,181); }
div.DivClassName
{
background-color: #C175B5;
}
.BgClassName
{
background-color: #C175B5;
}
</style>
border-color css
<style>
span { border-color: #C175B5; }
span { border-color: rgb(193,117,181); }
td.TdClassName
{
border-color: #C175B5;
}
.TagClassName
{
border-color: #C175B5;
}
</style>