Shades of Fuchsia #C155C3
Tints of Fuchsia #C155C3
RGB
CMYK
RGB Variations
Color information
#C155C3 (or 0xC155C3) is known color: Fuchsia. HEX triplet: C1, 55 and C3. RGB value is (193,85,195). Sum of RGB (Red+Green+Blue) = 193+85+195=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 195 - color contains mainly: blue. Hex color #C155C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155C3 is #3EAA3C. Grayscale: #818181. Windows color (decimal): -4106813 or 12801473. OLE color: 12801473.
HSL color Cylindrical-coordinate representation of color #C155C3: hue angle of 298.91º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C155C3 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 195 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.24 |
| HSL | 298.91º | 0.48% | 0.55% | - |
| HSV(B) | 298.91º | 0.56% | 0.76% | - |
| XYZ | 35.09 | 21.77 | 53.98 | - |
| YUV | 129.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 195 | 0.01 | 0.56 | 0 | 0.24 | 298.91 | 0.48 | 0.55 |
| Hex | C1 | 55 | C3 | 1 | 38 | 0 | 18 | 12B | 30 | 37 |
| Octal | 301 | 125 | 303 | 1 | 70 | 0 | 30 | 453 | 60 | 67 |
| Binary | 11000001 | 1010101 | 11000011 | 1 | 111000 | 0 | 11000 | 100101011 | 110000 | 110111 |
Color Harmonies of #C155C3
Complementary color
Monochromatic Colors of #C155C3
Black with #C155C3
Text Example
Text Example
White with #C155C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C155C3; }
p { color: rgb(193,85,195); }
H1.HeaderClassName
{
color: #C155C3;
}
.AnyTagClassName
{
color: #C155C3;
}
</style>
background-color css
<style>
a { background-color: #C155C3; }
a { background-color: rgb(193,85,195); }
div.DivClassName
{
background-color: #C155C3;
}
.BgClassName
{
background-color: #C155C3;
}
</style>
border-color css
<style>
span { border-color: #C155C3; }
span { border-color: rgb(193,85,195); }
td.TdClassName
{
border-color: #C155C3;
}
.TagClassName
{
border-color: #C155C3;
}
</style>