Shades of Fuchsia #C068B9
Tints of Fuchsia #C068B9
RGB
CMYK
RGB Variations
Color information
#C068B9 (or 0xC068B9) is known color: Fuchsia. HEX triplet: C0, 68 and B9. RGB value is (192,104,185). Sum of RGB (Red+Green+Blue) = 192+104+185=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C068B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068B9 is #3F9746. Grayscale: #8B8B8B. Windows color (decimal): -4167495 or 12150976. OLE color: 12150976.
HSL color Cylindrical-coordinate representation of color #C068B9: hue angle of 304.77º 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 #C068B9 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 185 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.25 |
| HSL | 304.77º | 0.41% | 0.58% | - |
| HSV(B) | 304.77º | 0.46% | 0.75% | - |
| XYZ | 35.45 | 24.61 | 48.78 | - |
| YUV | 139.55 | 153.65 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 185 | 0 | 0.46 | 0.04 | 0.25 | 304.77 | 0.41 | 0.58 |
| Hex | C0 | 68 | B9 | 0 | 2E | 4 | 19 | 131 | 29 | 3A |
| Octal | 300 | 150 | 271 | 0 | 56 | 4 | 31 | 461 | 51 | 72 |
| Binary | 11000000 | 1101000 | 10111001 | 0 | 101110 | 100 | 11001 | 100110001 | 101001 | 111010 |
Color Harmonies of #C068B9
Complementary color
Monochromatic Colors of #C068B9
Black with #C068B9
Text Example
Text Example
White with #C068B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C068B9; }
p { color: rgb(192,104,185); }
H1.HeaderClassName
{
color: #C068B9;
}
.AnyTagClassName
{
color: #C068B9;
}
</style>
background-color css
<style>
a { background-color: #C068B9; }
a { background-color: rgb(192,104,185); }
div.DivClassName
{
background-color: #C068B9;
}
.BgClassName
{
background-color: #C068B9;
}
</style>
border-color css
<style>
span { border-color: #C068B9; }
span { border-color: rgb(192,104,185); }
td.TdClassName
{
border-color: #C068B9;
}
.TagClassName
{
border-color: #C068B9;
}
</style>