Shades of Fuchsia #C15BC6
Tints of Fuchsia #C15BC6
RGB
CMYK
RGB Variations
Color information
#C15BC6 (or 0xC15BC6) is known color: Fuchsia. HEX triplet: C1, 5B and C6. RGB value is (193,91,198). Sum of RGB (Red+Green+Blue) = 193+91+198=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #C15BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15BC6 is #3EA439. Grayscale: #858585. Windows color (decimal): -4105274 or 12999617. OLE color: 12999617.
HSL color Cylindrical-coordinate representation of color #C15BC6: hue angle of 297.2º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C15BC6 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 91 | 198 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.22 |
| HSL | 297.2º | 0.48% | 0.57% | - |
| HSV(B) | 297.2º | 0.54% | 0.78% | - |
| XYZ | 35.93 | 22.9 | 55.95 | - |
| YUV | 133.7 | 164.29 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 198 | 0.03 | 0.54 | 0 | 0.22 | 297.2 | 0.48 | 0.57 |
| Hex | C1 | 5B | C6 | 3 | 36 | 0 | 16 | 129 | 30 | 39 |
| Octal | 301 | 133 | 306 | 3 | 66 | 0 | 26 | 451 | 60 | 71 |
| Binary | 11000001 | 1011011 | 11000110 | 11 | 110110 | 0 | 10110 | 100101001 | 110000 | 111001 |
Color Harmonies of #C15BC6
Complementary color
Monochromatic Colors of #C15BC6
Black with #C15BC6
Text Example
Text Example
White with #C15BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15BC6; }
p { color: rgb(193,91,198); }
H1.HeaderClassName
{
color: #C15BC6;
}
.AnyTagClassName
{
color: #C15BC6;
}
</style>
background-color css
<style>
a { background-color: #C15BC6; }
a { background-color: rgb(193,91,198); }
div.DivClassName
{
background-color: #C15BC6;
}
.BgClassName
{
background-color: #C15BC6;
}
</style>
border-color css
<style>
span { border-color: #C15BC6; }
span { border-color: rgb(193,91,198); }
td.TdClassName
{
border-color: #C15BC6;
}
.TagClassName
{
border-color: #C15BC6;
}
</style>