Shades of Fuchsia #C159CA
Tints of Fuchsia #C159CA
RGB
CMYK
RGB Variations
Color information
#C159CA (or 0xC159CA) is known color: Fuchsia. HEX triplet: C1, 59 and CA. RGB value is (193,89,202). Sum of RGB (Red+Green+Blue) = 193+89+202=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #C159CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C159CA is #3EA635. Grayscale: #848484. Windows color (decimal): -4105782 or 13261249. OLE color: 13261249.
HSL color Cylindrical-coordinate representation of color #C159CA: hue angle of 295.22º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C159CA is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 89 | 202 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.21 |
| HSL | 295.22º | 0.52% | 0.57% | - |
| HSV(B) | 295.22º | 0.56% | 0.79% | - |
| XYZ | 36.23 | 22.75 | 58.36 | - |
| YUV | 132.98 | 166.96 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 202 | 0.04 | 0.56 | 0 | 0.21 | 295.22 | 0.52 | 0.57 |
| Hex | C1 | 59 | CA | 4 | 38 | 0 | 15 | 127 | 34 | 39 |
| Octal | 301 | 131 | 312 | 4 | 70 | 0 | 25 | 447 | 64 | 71 |
| Binary | 11000001 | 1011001 | 11001010 | 100 | 111000 | 0 | 10101 | 100100111 | 110100 | 111001 |
Color Harmonies of #C159CA
Complementary color
Monochromatic Colors of #C159CA
Black with #C159CA
Text Example
Text Example
White with #C159CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C159CA; }
p { color: rgb(193,89,202); }
H1.HeaderClassName
{
color: #C159CA;
}
.AnyTagClassName
{
color: #C159CA;
}
</style>
background-color css
<style>
a { background-color: #C159CA; }
a { background-color: rgb(193,89,202); }
div.DivClassName
{
background-color: #C159CA;
}
.BgClassName
{
background-color: #C159CA;
}
</style>
border-color css
<style>
span { border-color: #C159CA; }
span { border-color: rgb(193,89,202); }
td.TdClassName
{
border-color: #C159CA;
}
.TagClassName
{
border-color: #C159CA;
}
</style>