Shades of Fuchsia #C172C1
Tints of Fuchsia #C172C1
RGB
CMYK
RGB Variations
Color information
#C172C1 (or 0xC172C1) is known color: Fuchsia. HEX triplet: C1, 72 and C1. RGB value is (193,114,193). Sum of RGB (Red+Green+Blue) = 193+114+193=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C172C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172C1 is #3E8D3E. Grayscale: #929292. Windows color (decimal): -4099391 or 12677825. OLE color: 12677825.
HSL color Cylindrical-coordinate representation of color #C172C1: hue angle of 300º 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 #C172C1 is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 193 | - |
| CMYK | 0 | 0.41 | 0 | 0.24 |
| HSL | 300º | 0.39% | 0.6% | - |
| HSV(B) | 300º | 0.41% | 0.76% | - |
| XYZ | 37.64 | 27.22 | 53.72 | - |
| YUV | 146.63 | 154.17 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 193 | 0 | 0.41 | 0 | 0.24 | 300 | 0.39 | 0.6 |
| Hex | C1 | 72 | C1 | 0 | 29 | 0 | 18 | 12C | 27 | 3C |
| Octal | 301 | 162 | 301 | 0 | 51 | 0 | 30 | 454 | 47 | 74 |
| Binary | 11000001 | 1110010 | 11000001 | 0 | 101001 | 0 | 11000 | 100101100 | 100111 | 111100 |
Color Harmonies of #C172C1
Complementary color
Monochromatic Colors of #C172C1
Black with #C172C1
Text Example
Text Example
White with #C172C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C172C1; }
p { color: rgb(193,114,193); }
H1.HeaderClassName
{
color: #C172C1;
}
.AnyTagClassName
{
color: #C172C1;
}
</style>
background-color css
<style>
a { background-color: #C172C1; }
a { background-color: rgb(193,114,193); }
div.DivClassName
{
background-color: #C172C1;
}
.BgClassName
{
background-color: #C172C1;
}
</style>
border-color css
<style>
span { border-color: #C172C1; }
span { border-color: rgb(193,114,193); }
td.TdClassName
{
border-color: #C172C1;
}
.TagClassName
{
border-color: #C172C1;
}
</style>