Shades of Fuchsia #C467AC
Tints of Fuchsia #C467AC
RGB
CMYK
RGB Variations
Color information
#C467AC (or 0xC467AC) is known color: Fuchsia. HEX triplet: C4, 67 and AC. RGB value is (196,103,172). Sum of RGB (Red+Green+Blue) = 196+103+172=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C467AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C467AC is #3B9853. Grayscale: #8A8A8A. Windows color (decimal): -3905620 or 11298756. OLE color: 11298756.
HSL color Cylindrical-coordinate representation of color #C467AC: hue angle of 315.48º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C467AC is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 103 | 172 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.23 |
| HSL | 315.48º | 0.44% | 0.59% | - |
| HSV(B) | 315.48º | 0.47% | 0.77% | - |
| XYZ | 35.06 | 24.41 | 41.89 | - |
| YUV | 138.67 | 146.81 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 172 | 0 | 0.47 | 0.12 | 0.23 | 315.48 | 0.44 | 0.59 |
| Hex | C4 | 67 | AC | 0 | 2F | C | 17 | 13B | 2C | 3B |
| Octal | 304 | 147 | 254 | 0 | 57 | 14 | 27 | 473 | 54 | 73 |
| Binary | 11000100 | 1100111 | 10101100 | 0 | 101111 | 1100 | 10111 | 100111011 | 101100 | 111011 |
Color Harmonies of #C467AC
Complementary color
Monochromatic Colors of #C467AC
Black with #C467AC
Text Example
Text Example
White with #C467AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C467AC; }
p { color: rgb(196,103,172); }
H1.HeaderClassName
{
color: #C467AC;
}
.AnyTagClassName
{
color: #C467AC;
}
</style>
background-color css
<style>
a { background-color: #C467AC; }
a { background-color: rgb(196,103,172); }
div.DivClassName
{
background-color: #C467AC;
}
.BgClassName
{
background-color: #C467AC;
}
</style>
border-color css
<style>
span { border-color: #C467AC; }
span { border-color: rgb(196,103,172); }
td.TdClassName
{
border-color: #C467AC;
}
.TagClassName
{
border-color: #C467AC;
}
</style>