Shades of Fuchsia #C068C0
Tints of Fuchsia #C068C0
RGB
CMYK
RGB Variations
Color information
#C068C0 (or 0xC068C0) is known color: Fuchsia. HEX triplet: C0, 68 and C0. RGB value is (192,104,192). Sum of RGB (Red+Green+Blue) = 192+104+192=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C068C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068C0 is #3F973F. Grayscale: #8C8C8C. Windows color (decimal): -4167488 or 12609728. OLE color: 12609728.
HSL color Cylindrical-coordinate representation of color #C068C0: hue angle of 300º 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 #C068C0 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 192 | - |
| CMYK | 0 | 0.46 | 0 | 0.25 |
| HSL | 300º | 0.41% | 0.58% | - |
| HSV(B) | 300º | 0.46% | 0.75% | - |
| XYZ | 36.2 | 24.91 | 52.77 | - |
| YUV | 140.34 | 157.15 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 192 | 0 | 0.46 | 0 | 0.25 | 300 | 0.41 | 0.58 |
| Hex | C0 | 68 | C0 | 0 | 2E | 0 | 19 | 12C | 29 | 3A |
| Octal | 300 | 150 | 300 | 0 | 56 | 0 | 31 | 454 | 51 | 72 |
| Binary | 11000000 | 1101000 | 11000000 | 0 | 101110 | 0 | 11001 | 100101100 | 101001 | 111010 |
Color Harmonies of #C068C0
Complementary color
Monochromatic Colors of #C068C0
Black with #C068C0
Text Example
Text Example
White with #C068C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C068C0; }
p { color: rgb(192,104,192); }
H1.HeaderClassName
{
color: #C068C0;
}
.AnyTagClassName
{
color: #C068C0;
}
</style>
background-color css
<style>
a { background-color: #C068C0; }
a { background-color: rgb(192,104,192); }
div.DivClassName
{
background-color: #C068C0;
}
.BgClassName
{
background-color: #C068C0;
}
</style>
border-color css
<style>
span { border-color: #C068C0; }
span { border-color: rgb(192,104,192); }
td.TdClassName
{
border-color: #C068C0;
}
.TagClassName
{
border-color: #C068C0;
}
</style>