Shades of Fuchsia #C172BC
Tints of Fuchsia #C172BC
RGB
CMYK
RGB Variations
Color information
#C172BC (or 0xC172BC) is known color: Fuchsia. HEX triplet: C1, 72 and BC. RGB value is (193,114,188). Sum of RGB (Red+Green+Blue) = 193+114+188=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C172BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172BC is #3E8D43. Grayscale: #919191. Windows color (decimal): -4099396 or 12350145. OLE color: 12350145.
HSL color Cylindrical-coordinate representation of color #C172BC: hue angle of 303.8º 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 #C172BC is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 188 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.24 |
| HSL | 303.8º | 0.39% | 0.6% | - |
| HSV(B) | 303.8º | 0.41% | 0.76% | - |
| XYZ | 37.09 | 27 | 50.83 | - |
| YUV | 146.06 | 151.67 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 188 | 0 | 0.41 | 0.03 | 0.24 | 303.8 | 0.39 | 0.6 |
| Hex | C1 | 72 | BC | 0 | 29 | 3 | 18 | 130 | 27 | 3C |
| Octal | 301 | 162 | 274 | 0 | 51 | 3 | 30 | 460 | 47 | 74 |
| Binary | 11000001 | 1110010 | 10111100 | 0 | 101001 | 11 | 11000 | 100110000 | 100111 | 111100 |
Color Harmonies of #C172BC
Complementary color
Monochromatic Colors of #C172BC
Black with #C172BC
Text Example
Text Example
White with #C172BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C172BC; }
p { color: rgb(193,114,188); }
H1.HeaderClassName
{
color: #C172BC;
}
.AnyTagClassName
{
color: #C172BC;
}
</style>
background-color css
<style>
a { background-color: #C172BC; }
a { background-color: rgb(193,114,188); }
div.DivClassName
{
background-color: #C172BC;
}
.BgClassName
{
background-color: #C172BC;
}
</style>
border-color css
<style>
span { border-color: #C172BC; }
span { border-color: rgb(193,114,188); }
td.TdClassName
{
border-color: #C172BC;
}
.TagClassName
{
border-color: #C172BC;
}
</style>