Shades of Fuchsia #C155B3
Tints of Fuchsia #C155B3
RGB
CMYK
RGB Variations
Color information
#C155B3 (or 0xC155B3) is known color: Fuchsia. HEX triplet: C1, 55 and B3. RGB value is (193,85,179). Sum of RGB (Red+Green+Blue) = 193+85+179=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C155B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155B3 is #3EAA4C. Grayscale: #7F7F7F. Windows color (decimal): -4106829 or 11752897. OLE color: 11752897.
HSL color Cylindrical-coordinate representation of color #C155B3: hue angle of 307.78º degrees, saturation: 0.47, 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 #C155B3 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 179 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.24 |
| HSL | 307.78º | 0.47% | 0.55% | - |
| HSV(B) | 307.78º | 0.56% | 0.76% | - |
| XYZ | 33.38 | 21.09 | 44.96 | - |
| YUV | 128.01 | 156.78 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 179 | 0 | 0.56 | 0.07 | 0.24 | 307.78 | 0.47 | 0.55 |
| Hex | C1 | 55 | B3 | 0 | 38 | 7 | 18 | 134 | 2F | 37 |
| Octal | 301 | 125 | 263 | 0 | 70 | 7 | 30 | 464 | 57 | 67 |
| Binary | 11000001 | 1010101 | 10110011 | 0 | 111000 | 111 | 11000 | 100110100 | 101111 | 110111 |
Color Harmonies of #C155B3
Complementary color
Monochromatic Colors of #C155B3
Black with #C155B3
Text Example
Text Example
White with #C155B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C155B3; }
p { color: rgb(193,85,179); }
H1.HeaderClassName
{
color: #C155B3;
}
.AnyTagClassName
{
color: #C155B3;
}
</style>
background-color css
<style>
a { background-color: #C155B3; }
a { background-color: rgb(193,85,179); }
div.DivClassName
{
background-color: #C155B3;
}
.BgClassName
{
background-color: #C155B3;
}
</style>
border-color css
<style>
span { border-color: #C155B3; }
span { border-color: rgb(193,85,179); }
td.TdClassName
{
border-color: #C155B3;
}
.TagClassName
{
border-color: #C155B3;
}
</style>