Shades of Fuchsia #C168C7
Tints of Fuchsia #C168C7
RGB
CMYK
RGB Variations
Color information
#C168C7 (or 0xC168C7) is known color: Fuchsia. HEX triplet: C1, 68 and C7. RGB value is (193,104,199). Sum of RGB (Red+Green+Blue) = 193+104+199=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 199 (78.12% from 255 or 40.12% from 496); Max value from RGB is 199 - color contains mainly: blue. Hex color #C168C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C168C7 is #3E9738. Grayscale: #8D8D8D. Windows color (decimal): -4101945 or 13068481. OLE color: 13068481.
HSL color Cylindrical-coordinate representation of color #C168C7: hue angle of 296.21º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C168C7 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 104 | 199 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.22 |
| HSL | 296.21º | 0.46% | 0.59% | - |
| HSV(B) | 296.21º | 0.48% | 0.78% | - |
| XYZ | 37.25 | 25.36 | 56.96 | - |
| YUV | 141.44 | 160.49 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 199 | 0.03 | 0.48 | 0 | 0.22 | 296.21 | 0.46 | 0.59 |
| Hex | C1 | 68 | C7 | 3 | 30 | 0 | 16 | 128 | 2E | 3B |
| Octal | 301 | 150 | 307 | 3 | 60 | 0 | 26 | 450 | 56 | 73 |
| Binary | 11000001 | 1101000 | 11000111 | 11 | 110000 | 0 | 10110 | 100101000 | 101110 | 111011 |
Color Harmonies of #C168C7
Complementary color
Monochromatic Colors of #C168C7
Black with #C168C7
Text Example
Text Example
White with #C168C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C168C7; }
p { color: rgb(193,104,199); }
H1.HeaderClassName
{
color: #C168C7;
}
.AnyTagClassName
{
color: #C168C7;
}
</style>
background-color css
<style>
a { background-color: #C168C7; }
a { background-color: rgb(193,104,199); }
div.DivClassName
{
background-color: #C168C7;
}
.BgClassName
{
background-color: #C168C7;
}
</style>
border-color css
<style>
span { border-color: #C168C7; }
span { border-color: rgb(193,104,199); }
td.TdClassName
{
border-color: #C168C7;
}
.TagClassName
{
border-color: #C168C7;
}
</style>