Shades of Fuchsia #C172BD
Tints of Fuchsia #C172BD
RGB
CMYK
RGB Variations
Color information
#C172BD (or 0xC172BD) is known color: Fuchsia. HEX triplet: C1, 72 and BD. RGB value is (193,114,189). Sum of RGB (Red+Green+Blue) = 193+114+189=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 193 - color contains mainly: red. Hex color #C172BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172BD is #3E8D42. Grayscale: #919191. Windows color (decimal): -4099395 or 12415681. OLE color: 12415681.
HSL color Cylindrical-coordinate representation of color #C172BD: hue angle of 303.04º 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 #C172BD is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 114 | 189 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.24 |
| HSL | 303.04º | 0.39% | 0.6% | - |
| HSV(B) | 303.04º | 0.41% | 0.76% | - |
| XYZ | 37.19 | 27.05 | 51.4 | - |
| YUV | 146.17 | 152.17 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 189 | 0 | 0.41 | 0.02 | 0.24 | 303.04 | 0.39 | 0.6 |
| Hex | C1 | 72 | BD | 0 | 29 | 2 | 18 | 12F | 27 | 3C |
| Octal | 301 | 162 | 275 | 0 | 51 | 2 | 30 | 457 | 47 | 74 |
| Binary | 11000001 | 1110010 | 10111101 | 0 | 101001 | 10 | 11000 | 100101111 | 100111 | 111100 |
Color Harmonies of #C172BD
Complementary color
Monochromatic Colors of #C172BD
Black with #C172BD
Text Example
Text Example
White with #C172BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C172BD; }
p { color: rgb(193,114,189); }
H1.HeaderClassName
{
color: #C172BD;
}
.AnyTagClassName
{
color: #C172BD;
}
</style>
background-color css
<style>
a { background-color: #C172BD; }
a { background-color: rgb(193,114,189); }
div.DivClassName
{
background-color: #C172BD;
}
.BgClassName
{
background-color: #C172BD;
}
</style>
border-color css
<style>
span { border-color: #C172BD; }
span { border-color: rgb(193,114,189); }
td.TdClassName
{
border-color: #C172BD;
}
.TagClassName
{
border-color: #C172BD;
}
</style>