Shades of Fuchsia #C068A9
Tints of Fuchsia #C068A9
RGB
CMYK
RGB Variations
Color information
#C068A9 (or 0xC068A9) is known color: Fuchsia. HEX triplet: C0, 68 and A9. RGB value is (192,104,169). Sum of RGB (Red+Green+Blue) = 192+104+169=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C068A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C068A9 is #3F9756. Grayscale: #898989. Windows color (decimal): -4167511 or 11102400. OLE color: 11102400.
HSL color Cylindrical-coordinate representation of color #C068A9: hue angle of 315.68º 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 #C068A9 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 169 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.25 |
| HSL | 315.68º | 0.41% | 0.58% | - |
| HSV(B) | 315.68º | 0.46% | 0.75% | - |
| XYZ | 33.85 | 23.97 | 40.38 | - |
| YUV | 137.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 169 | 0 | 0.46 | 0.12 | 0.25 | 315.68 | 0.41 | 0.58 |
| Hex | C0 | 68 | A9 | 0 | 2E | C | 19 | 13C | 29 | 3A |
| Octal | 300 | 150 | 251 | 0 | 56 | 14 | 31 | 474 | 51 | 72 |
| Binary | 11000000 | 1101000 | 10101001 | 0 | 101110 | 1100 | 11001 | 100111100 | 101001 | 111010 |
Color Harmonies of #C068A9
Complementary color
Monochromatic Colors of #C068A9
Black with #C068A9
Text Example
Text Example
White with #C068A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C068A9; }
p { color: rgb(192,104,169); }
H1.HeaderClassName
{
color: #C068A9;
}
.AnyTagClassName
{
color: #C068A9;
}
</style>
background-color css
<style>
a { background-color: #C068A9; }
a { background-color: rgb(192,104,169); }
div.DivClassName
{
background-color: #C068A9;
}
.BgClassName
{
background-color: #C068A9;
}
</style>
border-color css
<style>
span { border-color: #C068A9; }
span { border-color: rgb(192,104,169); }
td.TdClassName
{
border-color: #C068A9;
}
.TagClassName
{
border-color: #C068A9;
}
</style>