Shades of Fuchsia #C068C6
Tints of Fuchsia #C068C6
RGB
CMYK
RGB Variations
Color information
#C068C6 (or 0xC068C6) is known color: Fuchsia. HEX triplet: C0, 68 and C6. RGB value is (192,104,198). Sum of RGB (Red+Green+Blue) = 192+104+198=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 198 - color contains mainly: blue. Hex color #C068C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068C6 is #3F9739. Grayscale: #8C8C8C. Windows color (decimal): -4167482 or 13002944. OLE color: 13002944.
HSL color Cylindrical-coordinate representation of color #C068C6: hue angle of 296.17º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C068C6 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 104 | 198 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.22 |
| HSL | 296.17º | 0.45% | 0.59% | - |
| HSV(B) | 296.17º | 0.47% | 0.78% | - |
| XYZ | 36.88 | 25.18 | 56.34 | - |
| YUV | 141.03 | 160.15 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 198 | 0.03 | 0.47 | 0 | 0.22 | 296.17 | 0.45 | 0.59 |
| Hex | C0 | 68 | C6 | 3 | 2F | 0 | 16 | 128 | 2D | 3B |
| Octal | 300 | 150 | 306 | 3 | 57 | 0 | 26 | 450 | 55 | 73 |
| Binary | 11000000 | 1101000 | 11000110 | 11 | 101111 | 0 | 10110 | 100101000 | 101101 | 111011 |
Color Harmonies of #C068C6
Complementary color
Monochromatic Colors of #C068C6
Black with #C068C6
Text Example
Text Example
White with #C068C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C068C6; }
p { color: rgb(192,104,198); }
H1.HeaderClassName
{
color: #C068C6;
}
.AnyTagClassName
{
color: #C068C6;
}
</style>
background-color css
<style>
a { background-color: #C068C6; }
a { background-color: rgb(192,104,198); }
div.DivClassName
{
background-color: #C068C6;
}
.BgClassName
{
background-color: #C068C6;
}
</style>
border-color css
<style>
span { border-color: #C068C6; }
span { border-color: rgb(192,104,198); }
td.TdClassName
{
border-color: #C068C6;
}
.TagClassName
{
border-color: #C068C6;
}
</style>