Shades of Fuchsia #C176B8
Tints of Fuchsia #C176B8
RGB
CMYK
RGB Variations
Color information
#C176B8 (or 0xC176B8) is known color: Fuchsia. HEX triplet: C1, 76 and B8. RGB value is (193,118,184). Sum of RGB (Red+Green+Blue) = 193+118+184=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C176B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C176B8 is #3E8947. Grayscale: #939393. Windows color (decimal): -4098376 or 12089025. OLE color: 12089025.
HSL color Cylindrical-coordinate representation of color #C176B8: hue angle of 307.2º 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 #C176B8 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 184 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.24 |
| HSL | 307.2º | 0.38% | 0.61% | - |
| HSV(B) | 307.2º | 0.39% | 0.76% | - |
| XYZ | 37.12 | 27.76 | 48.75 | - |
| YUV | 147.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 184 | 0 | 0.39 | 0.05 | 0.24 | 307.2 | 0.38 | 0.61 |
| Hex | C1 | 76 | B8 | 0 | 27 | 5 | 18 | 133 | 26 | 3D |
| Octal | 301 | 166 | 270 | 0 | 47 | 5 | 30 | 463 | 46 | 75 |
| Binary | 11000001 | 1110110 | 10111000 | 0 | 100111 | 101 | 11000 | 100110011 | 100110 | 111101 |
Color Harmonies of #C176B8
Complementary color
Monochromatic Colors of #C176B8
Black with #C176B8
Text Example
Text Example
White with #C176B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C176B8; }
p { color: rgb(193,118,184); }
H1.HeaderClassName
{
color: #C176B8;
}
.AnyTagClassName
{
color: #C176B8;
}
</style>
background-color css
<style>
a { background-color: #C176B8; }
a { background-color: rgb(193,118,184); }
div.DivClassName
{
background-color: #C176B8;
}
.BgClassName
{
background-color: #C176B8;
}
</style>
border-color css
<style>
span { border-color: #C176B8; }
span { border-color: rgb(193,118,184); }
td.TdClassName
{
border-color: #C176B8;
}
.TagClassName
{
border-color: #C176B8;
}
</style>