Shades of Fuchsia #C068BA
Tints of Fuchsia #C068BA
RGB
CMYK
RGB Variations
Color information
#C068BA (or 0xC068BA) is known color: Fuchsia. HEX triplet: C0, 68 and BA. RGB value is (192,104,186). Sum of RGB (Red+Green+Blue) = 192+104+186=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C068BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068BA is #3F9745. Grayscale: #8B8B8B. Windows color (decimal): -4167494 or 12216512. OLE color: 12216512.
HSL color Cylindrical-coordinate representation of color #C068BA: hue angle of 304.09º 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 #C068BA is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 186 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.25 |
| HSL | 304.09º | 0.41% | 0.58% | - |
| HSV(B) | 304.09º | 0.46% | 0.75% | - |
| XYZ | 35.55 | 24.65 | 49.34 | - |
| YUV | 139.66 | 154.15 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 186 | 0 | 0.46 | 0.03 | 0.25 | 304.09 | 0.41 | 0.58 |
| Hex | C0 | 68 | BA | 0 | 2E | 3 | 19 | 130 | 29 | 3A |
| Octal | 300 | 150 | 272 | 0 | 56 | 3 | 31 | 460 | 51 | 72 |
| Binary | 11000000 | 1101000 | 10111010 | 0 | 101110 | 11 | 11001 | 100110000 | 101001 | 111010 |
Color Harmonies of #C068BA
Complementary color
Monochromatic Colors of #C068BA
Black with #C068BA
Text Example
Text Example
White with #C068BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C068BA; }
p { color: rgb(192,104,186); }
H1.HeaderClassName
{
color: #C068BA;
}
.AnyTagClassName
{
color: #C068BA;
}
</style>
background-color css
<style>
a { background-color: #C068BA; }
a { background-color: rgb(192,104,186); }
div.DivClassName
{
background-color: #C068BA;
}
.BgClassName
{
background-color: #C068BA;
}
</style>
border-color css
<style>
span { border-color: #C068BA; }
span { border-color: rgb(192,104,186); }
td.TdClassName
{
border-color: #C068BA;
}
.TagClassName
{
border-color: #C068BA;
}
</style>