Shades of Fuchsia #C15FC3
Tints of Fuchsia #C15FC3
RGB
CMYK
RGB Variations
Color information
#C15FC3 (or 0xC15FC3) is known color: Fuchsia. HEX triplet: C1, 5F and C3. RGB value is (193,95,195). Sum of RGB (Red+Green+Blue) = 193+95+195=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 195 - color contains mainly: blue. Hex color #C15FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15FC3 is #3EA03C. Grayscale: #878787. Windows color (decimal): -4104253 or 12804033. OLE color: 12804033.
HSL color Cylindrical-coordinate representation of color #C15FC3: hue angle of 298.8º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C15FC3 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 95 | 195 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.24 |
| HSL | 298.8º | 0.45% | 0.57% | - |
| HSV(B) | 298.8º | 0.51% | 0.76% | - |
| XYZ | 35.93 | 23.46 | 54.26 | - |
| YUV | 135.7 | 161.47 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 195 | 0.01 | 0.51 | 0 | 0.24 | 298.8 | 0.45 | 0.57 |
| Hex | C1 | 5F | C3 | 1 | 33 | 0 | 18 | 12B | 2D | 39 |
| Octal | 301 | 137 | 303 | 1 | 63 | 0 | 30 | 453 | 55 | 71 |
| Binary | 11000001 | 1011111 | 11000011 | 1 | 110011 | 0 | 11000 | 100101011 | 101101 | 111001 |
Color Harmonies of #C15FC3
Complementary color
Monochromatic Colors of #C15FC3
Black with #C15FC3
Text Example
Text Example
White with #C15FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15FC3; }
p { color: rgb(193,95,195); }
H1.HeaderClassName
{
color: #C15FC3;
}
.AnyTagClassName
{
color: #C15FC3;
}
</style>
background-color css
<style>
a { background-color: #C15FC3; }
a { background-color: rgb(193,95,195); }
div.DivClassName
{
background-color: #C15FC3;
}
.BgClassName
{
background-color: #C15FC3;
}
</style>
border-color css
<style>
span { border-color: #C15FC3; }
span { border-color: rgb(193,95,195); }
td.TdClassName
{
border-color: #C15FC3;
}
.TagClassName
{
border-color: #C15FC3;
}
</style>