Shades of Fuchsia #C068BC
Tints of Fuchsia #C068BC
RGB
CMYK
RGB Variations
Color information
#C068BC (or 0xC068BC) is known color: Fuchsia. HEX triplet: C0, 68 and BC. RGB value is (192,104,188). Sum of RGB (Red+Green+Blue) = 192+104+188=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C068BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068BC is #3F9743. Grayscale: #8B8B8B. Windows color (decimal): -4167492 or 12347584. OLE color: 12347584.
HSL color Cylindrical-coordinate representation of color #C068BC: hue angle of 302.73º 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 #C068BC is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 188 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.25 |
| HSL | 302.73º | 0.41% | 0.58% | - |
| HSV(B) | 302.73º | 0.46% | 0.75% | - |
| XYZ | 35.77 | 24.74 | 50.47 | - |
| YUV | 139.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 188 | 0 | 0.46 | 0.02 | 0.25 | 302.73 | 0.41 | 0.58 |
| Hex | C0 | 68 | BC | 0 | 2E | 2 | 19 | 12F | 29 | 3A |
| Octal | 300 | 150 | 274 | 0 | 56 | 2 | 31 | 457 | 51 | 72 |
| Binary | 11000000 | 1101000 | 10111100 | 0 | 101110 | 10 | 11001 | 100101111 | 101001 | 111010 |
Color Harmonies of #C068BC
Complementary color
Monochromatic Colors of #C068BC
Black with #C068BC
Text Example
Text Example
White with #C068BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C068BC; }
p { color: rgb(192,104,188); }
H1.HeaderClassName
{
color: #C068BC;
}
.AnyTagClassName
{
color: #C068BC;
}
</style>
background-color css
<style>
a { background-color: #C068BC; }
a { background-color: rgb(192,104,188); }
div.DivClassName
{
background-color: #C068BC;
}
.BgClassName
{
background-color: #C068BC;
}
</style>
border-color css
<style>
span { border-color: #C068BC; }
span { border-color: rgb(192,104,188); }
td.TdClassName
{
border-color: #C068BC;
}
.TagClassName
{
border-color: #C068BC;
}
</style>