Shades of Fuchsia #C168C5
Tints of Fuchsia #C168C5
RGB
CMYK
RGB Variations
Color information
#C168C5 (or 0xC168C5) is known color: Fuchsia. HEX triplet: C1, 68 and C5. RGB value is (193,104,197). Sum of RGB (Red+Green+Blue) = 193+104+197=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 197 - color contains mainly: blue. Hex color #C168C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C168C5 is #3E973A. Grayscale: #8C8C8C. Windows color (decimal): -4101947 or 12937409. OLE color: 12937409.
HSL color Cylindrical-coordinate representation of color #C168C5: hue angle of 297.42º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C168C5 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 104 | 197 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.23 |
| HSL | 297.42º | 0.44% | 0.59% | - |
| HSV(B) | 297.42º | 0.47% | 0.77% | - |
| XYZ | 37.02 | 25.27 | 55.75 | - |
| YUV | 141.21 | 159.49 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 197 | 0.02 | 0.47 | 0 | 0.23 | 297.42 | 0.44 | 0.59 |
| Hex | C1 | 68 | C5 | 2 | 2F | 0 | 17 | 129 | 2C | 3B |
| Octal | 301 | 150 | 305 | 2 | 57 | 0 | 27 | 451 | 54 | 73 |
| Binary | 11000001 | 1101000 | 11000101 | 10 | 101111 | 0 | 10111 | 100101001 | 101100 | 111011 |
Color Harmonies of #C168C5
Complementary color
Monochromatic Colors of #C168C5
Black with #C168C5
Text Example
Text Example
White with #C168C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C168C5; }
p { color: rgb(193,104,197); }
H1.HeaderClassName
{
color: #C168C5;
}
.AnyTagClassName
{
color: #C168C5;
}
</style>
background-color css
<style>
a { background-color: #C168C5; }
a { background-color: rgb(193,104,197); }
div.DivClassName
{
background-color: #C168C5;
}
.BgClassName
{
background-color: #C168C5;
}
</style>
border-color css
<style>
span { border-color: #C168C5; }
span { border-color: rgb(193,104,197); }
td.TdClassName
{
border-color: #C168C5;
}
.TagClassName
{
border-color: #C168C5;
}
</style>