Shades of Fuchsia #C467AB
Tints of Fuchsia #C467AB
RGB
CMYK
RGB Variations
Color information
#C467AB (or 0xC467AB) is known color: Fuchsia. HEX triplet: C4, 67 and AB. RGB value is (196,103,171). Sum of RGB (Red+Green+Blue) = 196+103+171=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C467AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C467AB is #3B9854. Grayscale: #8A8A8A. Windows color (decimal): -3905621 or 11233220. OLE color: 11233220.
HSL color Cylindrical-coordinate representation of color #C467AB: hue angle of 316.13º 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 #C467AB is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 103 | 171 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.23 |
| HSL | 316.13º | 0.44% | 0.59% | - |
| HSV(B) | 316.13º | 0.47% | 0.77% | - |
| XYZ | 34.97 | 24.38 | 41.39 | - |
| YUV | 138.56 | 146.31 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 171 | 0 | 0.47 | 0.13 | 0.23 | 316.13 | 0.44 | 0.59 |
| Hex | C4 | 67 | AB | 0 | 2F | D | 17 | 13C | 2C | 3B |
| Octal | 304 | 147 | 253 | 0 | 57 | 15 | 27 | 474 | 54 | 73 |
| Binary | 11000100 | 1100111 | 10101011 | 0 | 101111 | 1101 | 10111 | 100111100 | 101100 | 111011 |
Color Harmonies of #C467AB
Complementary color
Monochromatic Colors of #C467AB
Black with #C467AB
Text Example
Text Example
White with #C467AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C467AB; }
p { color: rgb(196,103,171); }
H1.HeaderClassName
{
color: #C467AB;
}
.AnyTagClassName
{
color: #C467AB;
}
</style>
background-color css
<style>
a { background-color: #C467AB; }
a { background-color: rgb(196,103,171); }
div.DivClassName
{
background-color: #C467AB;
}
.BgClassName
{
background-color: #C467AB;
}
</style>
border-color css
<style>
span { border-color: #C467AB; }
span { border-color: rgb(196,103,171); }
td.TdClassName
{
border-color: #C467AB;
}
.TagClassName
{
border-color: #C467AB;
}
</style>