Shades of Fuchsia #C160CB
Tints of Fuchsia #C160CB
RGB
CMYK
RGB Variations
Color information
#C160CB (or 0xC160CB) is known color: Fuchsia. HEX triplet: C1, 60 and CB. RGB value is (193,96,203). Sum of RGB (Red+Green+Blue) = 193+96+203=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #C160CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C160CB is #3E9F34. Grayscale: #888888. Windows color (decimal): -4103989 or 13328577. OLE color: 13328577.
HSL color Cylindrical-coordinate representation of color #C160CB: hue angle of 294.39º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C160CB is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 96 | 203 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.20 |
| HSL | 294.39º | 0.51% | 0.59% | - |
| HSV(B) | 294.39º | 0.53% | 0.8% | - |
| XYZ | 36.95 | 24.02 | 59.19 | - |
| YUV | 137.2 | 165.14 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 203 | 0.05 | 0.53 | 0 | 0.20 | 294.39 | 0.51 | 0.59 |
| Hex | C1 | 60 | CB | 5 | 35 | 0 | 14 | 126 | 33 | 3B |
| Octal | 301 | 140 | 313 | 5 | 65 | 0 | 24 | 446 | 63 | 73 |
| Binary | 11000001 | 1100000 | 11001011 | 101 | 110101 | 0 | 10100 | 100100110 | 110011 | 111011 |
Color Harmonies of #C160CB
Complementary color
Monochromatic Colors of #C160CB
Black with #C160CB
Text Example
Text Example
White with #C160CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C160CB; }
p { color: rgb(193,96,203); }
H1.HeaderClassName
{
color: #C160CB;
}
.AnyTagClassName
{
color: #C160CB;
}
</style>
background-color css
<style>
a { background-color: #C160CB; }
a { background-color: rgb(193,96,203); }
div.DivClassName
{
background-color: #C160CB;
}
.BgClassName
{
background-color: #C160CB;
}
</style>
border-color css
<style>
span { border-color: #C160CB; }
span { border-color: rgb(193,96,203); }
td.TdClassName
{
border-color: #C160CB;
}
.TagClassName
{
border-color: #C160CB;
}
</style>