Shades of Fuchsia #C068AD
Tints of Fuchsia #C068AD
RGB
CMYK
RGB Variations
Color information
#C068AD (or 0xC068AD) is known color: Fuchsia. HEX triplet: C0, 68 and AD. RGB value is (192,104,173). Sum of RGB (Red+Green+Blue) = 192+104+173=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C068AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C068AD is #3F9752. Grayscale: #898989. Windows color (decimal): -4167507 or 11364544. OLE color: 11364544.
HSL color Cylindrical-coordinate representation of color #C068AD: hue angle of 312.95º 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 #C068AD is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 173 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.25 |
| HSL | 312.95º | 0.41% | 0.58% | - |
| HSV(B) | 312.95º | 0.46% | 0.75% | - |
| XYZ | 34.23 | 24.12 | 42.39 | - |
| YUV | 138.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 173 | 0 | 0.46 | 0.10 | 0.25 | 312.95 | 0.41 | 0.58 |
| Hex | C0 | 68 | AD | 0 | 2E | A | 19 | 139 | 29 | 3A |
| Octal | 300 | 150 | 255 | 0 | 56 | 12 | 31 | 471 | 51 | 72 |
| Binary | 11000000 | 1101000 | 10101101 | 0 | 101110 | 1010 | 11001 | 100111001 | 101001 | 111010 |
Color Harmonies of #C068AD
Complementary color
Monochromatic Colors of #C068AD
Black with #C068AD
Text Example
Text Example
White with #C068AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C068AD; }
p { color: rgb(192,104,173); }
H1.HeaderClassName
{
color: #C068AD;
}
.AnyTagClassName
{
color: #C068AD;
}
</style>
background-color css
<style>
a { background-color: #C068AD; }
a { background-color: rgb(192,104,173); }
div.DivClassName
{
background-color: #C068AD;
}
.BgClassName
{
background-color: #C068AD;
}
</style>
border-color css
<style>
span { border-color: #C068AD; }
span { border-color: rgb(192,104,173); }
td.TdClassName
{
border-color: #C068AD;
}
.TagClassName
{
border-color: #C068AD;
}
</style>