Shades of Fuchsia #C172C4
Tints of Fuchsia #C172C4
RGB
CMYK
RGB Variations
Color information
#C172C4 (or 0xC172C4) is known color: Fuchsia. HEX triplet: C1, 72 and C4. RGB value is (193,114,196). Sum of RGB (Red+Green+Blue) = 193+114+196=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 196 - color contains mainly: blue. Hex color #C172C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172C4 is #3E8D3B. Grayscale: #929292. Windows color (decimal): -4099388 or 12874433. OLE color: 12874433.
HSL color Cylindrical-coordinate representation of color #C172C4: hue angle of 297.8º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C172C4 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 114 | 196 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.23 |
| HSL | 297.8º | 0.41% | 0.61% | - |
| HSV(B) | 297.8º | 0.42% | 0.77% | - |
| XYZ | 37.97 | 27.36 | 55.5 | - |
| YUV | 146.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 196 | 0.02 | 0.42 | 0 | 0.23 | 297.8 | 0.41 | 0.61 |
| Hex | C1 | 72 | C4 | 2 | 2A | 0 | 17 | 12A | 29 | 3D |
| Octal | 301 | 162 | 304 | 2 | 52 | 0 | 27 | 452 | 51 | 75 |
| Binary | 11000001 | 1110010 | 11000100 | 10 | 101010 | 0 | 10111 | 100101010 | 101001 | 111101 |
Color Harmonies of #C172C4
Complementary color
Monochromatic Colors of #C172C4
Black with #C172C4
Text Example
Text Example
White with #C172C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C172C4; }
p { color: rgb(193,114,196); }
H1.HeaderClassName
{
color: #C172C4;
}
.AnyTagClassName
{
color: #C172C4;
}
</style>
background-color css
<style>
a { background-color: #C172C4; }
a { background-color: rgb(193,114,196); }
div.DivClassName
{
background-color: #C172C4;
}
.BgClassName
{
background-color: #C172C4;
}
</style>
border-color css
<style>
span { border-color: #C172C4; }
span { border-color: rgb(193,114,196); }
td.TdClassName
{
border-color: #C172C4;
}
.TagClassName
{
border-color: #C172C4;
}
</style>