Shades of Fuchsia #C15FC9
Tints of Fuchsia #C15FC9
RGB
CMYK
RGB Variations
Color information
#C15FC9 (or 0xC15FC9) is known color: Fuchsia. HEX triplet: C1, 5F and C9. RGB value is (193,95,201). Sum of RGB (Red+Green+Blue) = 193+95+201=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 201 - color contains mainly: blue. Hex color #C15FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15FC9 is #3EA036. Grayscale: #888888. Windows color (decimal): -4104247 or 13197249. OLE color: 13197249.
HSL color Cylindrical-coordinate representation of color #C15FC9: hue angle of 295.47º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C15FC9 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 95 | 201 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.21 |
| HSL | 295.47º | 0.5% | 0.58% | - |
| HSV(B) | 295.47º | 0.53% | 0.79% | - |
| XYZ | 36.63 | 23.74 | 57.91 | - |
| YUV | 136.39 | 164.47 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 201 | 0.04 | 0.53 | 0 | 0.21 | 295.47 | 0.5 | 0.58 |
| Hex | C1 | 5F | C9 | 4 | 35 | 0 | 15 | 127 | 32 | 3A |
| Octal | 301 | 137 | 311 | 4 | 65 | 0 | 25 | 447 | 62 | 72 |
| Binary | 11000001 | 1011111 | 11001001 | 100 | 110101 | 0 | 10101 | 100100111 | 110010 | 111010 |
Color Harmonies of #C15FC9
Complementary color
Monochromatic Colors of #C15FC9
Black with #C15FC9
Text Example
Text Example
White with #C15FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15FC9; }
p { color: rgb(193,95,201); }
H1.HeaderClassName
{
color: #C15FC9;
}
.AnyTagClassName
{
color: #C15FC9;
}
</style>
background-color css
<style>
a { background-color: #C15FC9; }
a { background-color: rgb(193,95,201); }
div.DivClassName
{
background-color: #C15FC9;
}
.BgClassName
{
background-color: #C15FC9;
}
</style>
border-color css
<style>
span { border-color: #C15FC9; }
span { border-color: rgb(193,95,201); }
td.TdClassName
{
border-color: #C15FC9;
}
.TagClassName
{
border-color: #C15FC9;
}
</style>