Shades of Fuchsia #C159C4
Tints of Fuchsia #C159C4
RGB
CMYK
RGB Variations
Color information
#C159C4 (or 0xC159C4) is known color: Fuchsia. HEX triplet: C1, 59 and C4. RGB value is (193,89,196). Sum of RGB (Red+Green+Blue) = 193+89+196=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 196 - color contains mainly: blue. Hex color #C159C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C159C4 is #3EA63B. Grayscale: #838383. Windows color (decimal): -4105788 or 12868033. OLE color: 12868033.
HSL color Cylindrical-coordinate representation of color #C159C4: hue angle of 298.32º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C159C4 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 89 | 196 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.23 |
| HSL | 298.32º | 0.48% | 0.56% | - |
| HSV(B) | 298.32º | 0.55% | 0.77% | - |
| XYZ | 35.53 | 22.47 | 54.69 | - |
| YUV | 132.29 | 163.96 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 196 | 0.02 | 0.55 | 0 | 0.23 | 298.32 | 0.48 | 0.56 |
| Hex | C1 | 59 | C4 | 2 | 37 | 0 | 17 | 12A | 30 | 38 |
| Octal | 301 | 131 | 304 | 2 | 67 | 0 | 27 | 452 | 60 | 70 |
| Binary | 11000001 | 1011001 | 11000100 | 10 | 110111 | 0 | 10111 | 100101010 | 110000 | 111000 |
Color Harmonies of #C159C4
Complementary color
Monochromatic Colors of #C159C4
Black with #C159C4
Text Example
Text Example
White with #C159C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C159C4; }
p { color: rgb(193,89,196); }
H1.HeaderClassName
{
color: #C159C4;
}
.AnyTagClassName
{
color: #C159C4;
}
</style>
background-color css
<style>
a { background-color: #C159C4; }
a { background-color: rgb(193,89,196); }
div.DivClassName
{
background-color: #C159C4;
}
.BgClassName
{
background-color: #C159C4;
}
</style>
border-color css
<style>
span { border-color: #C159C4; }
span { border-color: rgb(193,89,196); }
td.TdClassName
{
border-color: #C159C4;
}
.TagClassName
{
border-color: #C159C4;
}
</style>