Shades of Fuchsia #C067AB
Tints of Fuchsia #C067AB
RGB
CMYK
RGB Variations
Color information
#C067AB (or 0xC067AB) is known color: Fuchsia. HEX triplet: C0, 67 and AB. RGB value is (192,103,171). Sum of RGB (Red+Green+Blue) = 192+103+171=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C067AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C067AB is #3F9854. Grayscale: #898989. Windows color (decimal): -4167765 or 11233216. OLE color: 11233216.
HSL color Cylindrical-coordinate representation of color #C067AB: hue angle of 314.16º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C067AB is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 171 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.25 |
| HSL | 314.16º | 0.41% | 0.58% | - |
| HSV(B) | 314.16º | 0.46% | 0.75% | - |
| XYZ | 33.94 | 23.85 | 41.34 | - |
| YUV | 137.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 171 | 0 | 0.46 | 0.11 | 0.25 | 314.16 | 0.41 | 0.58 |
| Hex | C0 | 67 | AB | 0 | 2E | B | 19 | 13A | 29 | 3A |
| Octal | 300 | 147 | 253 | 0 | 56 | 13 | 31 | 472 | 51 | 72 |
| Binary | 11000000 | 1100111 | 10101011 | 0 | 101110 | 1011 | 11001 | 100111010 | 101001 | 111010 |
Color Harmonies of #C067AB
Complementary color
Monochromatic Colors of #C067AB
Black with #C067AB
Text Example
Text Example
White with #C067AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067AB; }
p { color: rgb(192,103,171); }
H1.HeaderClassName
{
color: #C067AB;
}
.AnyTagClassName
{
color: #C067AB;
}
</style>
background-color css
<style>
a { background-color: #C067AB; }
a { background-color: rgb(192,103,171); }
div.DivClassName
{
background-color: #C067AB;
}
.BgClassName
{
background-color: #C067AB;
}
</style>
border-color css
<style>
span { border-color: #C067AB; }
span { border-color: rgb(192,103,171); }
td.TdClassName
{
border-color: #C067AB;
}
.TagClassName
{
border-color: #C067AB;
}
</style>