Shades of Fuchsia #C145AC
Tints of Fuchsia #C145AC
RGB
CMYK
RGB Variations
Color information
#C145AC (or 0xC145AC) is known color: Fuchsia. HEX triplet: C1, 45 and AC. RGB value is (193,69,172). Sum of RGB (Red+Green+Blue) = 193+69+172=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C145AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C145AC is #3EBA53. Grayscale: #757575. Windows color (decimal): -4110932 or 11290049. OLE color: 11290049.
HSL color Cylindrical-coordinate representation of color #C145AC: hue angle of 310.16º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C145AC is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 69 | 172 | - |
CMYK | 0 | 0.64 | 0.11 | 0.24 |
HSL | 310.16º | 0.5% | 0.51% | - |
HSV(B) | 310.16º | 0.64% | 0.76% | - |
XYZ | 31.57 | 18.57 | 40.95 | - |
YUV | 117.82 | 158.58 | 181.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 69 | 172 | 0 | 0.64 | 0.11 | 0.24 | 310.16 | 0.5 | 0.51 |
Hex | C1 | 45 | AC | 0 | 40 | B | 18 | 136 | 32 | 33 |
Octal | 301 | 105 | 254 | 0 | 100 | 13 | 30 | 466 | 62 | 63 |
Binary | 11000001 | 1000101 | 10101100 | 0 | 1000000 | 1011 | 11000 | 100110110 | 110010 | 110011 |
Color Harmonies of #C145AC
Complementary color
Monochromatic Colors of #C145AC
Black with #C145AC
Text Example
Text Example
White with #C145AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C145AC; }
p { color: rgb(193,69,172); }
H1.HeaderClassName
{
color: #C145AC;
}
.AnyTagClassName
{
color: #C145AC;
}
</style>
background-color css
<style>
a { background-color: #C145AC; }
a { background-color: rgb(193,69,172); }
div.DivClassName
{
background-color: #C145AC;
}
.BgClassName
{
background-color: #C145AC;
}
</style>
border-color css
<style>
span { border-color: #C145AC; }
span { border-color: rgb(193,69,172); }
td.TdClassName
{
border-color: #C145AC;
}
.TagClassName
{
border-color: #C145AC;
}
</style>