Shades of Fuchsia #C175B8
Tints of Fuchsia #C175B8
RGB
CMYK
RGB Variations
Color information
#C175B8 (or 0xC175B8) is known color: Fuchsia. HEX triplet: C1, 75 and B8. RGB value is (193,117,184). Sum of RGB (Red+Green+Blue) = 193+117+184=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 193 - color contains mainly: red. Hex color #C175B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C175B8 is #3E8A47. Grayscale: #939393. Windows color (decimal): -4098632 or 12088769. OLE color: 12088769.
HSL color Cylindrical-coordinate representation of color #C175B8: hue angle of 307.11º 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 #C175B8 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 184 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.24 |
| HSL | 307.11º | 0.38% | 0.61% | - |
| HSV(B) | 307.11º | 0.39% | 0.76% | - |
| XYZ | 37.01 | 27.52 | 48.71 | - |
| YUV | 147.36 | 148.68 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 184 | 0 | 0.39 | 0.05 | 0.24 | 307.11 | 0.38 | 0.61 |
| Hex | C1 | 75 | B8 | 0 | 27 | 5 | 18 | 133 | 26 | 3D |
| Octal | 301 | 165 | 270 | 0 | 47 | 5 | 30 | 463 | 46 | 75 |
| Binary | 11000001 | 1110101 | 10111000 | 0 | 100111 | 101 | 11000 | 100110011 | 100110 | 111101 |
Color Harmonies of #C175B8
Complementary color
Monochromatic Colors of #C175B8
Black with #C175B8
Text Example
Text Example
White with #C175B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C175B8; }
p { color: rgb(193,117,184); }
H1.HeaderClassName
{
color: #C175B8;
}
.AnyTagClassName
{
color: #C175B8;
}
</style>
background-color css
<style>
a { background-color: #C175B8; }
a { background-color: rgb(193,117,184); }
div.DivClassName
{
background-color: #C175B8;
}
.BgClassName
{
background-color: #C175B8;
}
</style>
border-color css
<style>
span { border-color: #C175B8; }
span { border-color: rgb(193,117,184); }
td.TdClassName
{
border-color: #C175B8;
}
.TagClassName
{
border-color: #C175B8;
}
</style>