Shades of Fuchsia #C15DBC
Tints of Fuchsia #C15DBC
RGB
CMYK
RGB Variations
Color information
#C15DBC (or 0xC15DBC) is known color: Fuchsia. HEX triplet: C1, 5D and BC. RGB value is (193,93,188). Sum of RGB (Red+Green+Blue) = 193+93+188=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 193 - color contains mainly: red. Hex color #C15DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15DBC is #3EA243. Grayscale: #858585. Windows color (decimal): -4104772 or 12344769. OLE color: 12344769.
HSL color Cylindrical-coordinate representation of color #C15DBC: hue angle of 303º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C15DBC is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 93 | 188 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.24 |
| HSL | 303º | 0.45% | 0.56% | - |
| HSV(B) | 303º | 0.52% | 0.76% | - |
| XYZ | 34.98 | 22.8 | 50.13 | - |
| YUV | 133.73 | 158.63 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 188 | 0 | 0.52 | 0.03 | 0.24 | 303 | 0.45 | 0.56 |
| Hex | C1 | 5D | BC | 0 | 34 | 3 | 18 | 12F | 2D | 38 |
| Octal | 301 | 135 | 274 | 0 | 64 | 3 | 30 | 457 | 55 | 70 |
| Binary | 11000001 | 1011101 | 10111100 | 0 | 110100 | 11 | 11000 | 100101111 | 101101 | 111000 |
Color Harmonies of #C15DBC
Complementary color
Monochromatic Colors of #C15DBC
Black with #C15DBC
Text Example
Text Example
White with #C15DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15DBC; }
p { color: rgb(193,93,188); }
H1.HeaderClassName
{
color: #C15DBC;
}
.AnyTagClassName
{
color: #C15DBC;
}
</style>
background-color css
<style>
a { background-color: #C15DBC; }
a { background-color: rgb(193,93,188); }
div.DivClassName
{
background-color: #C15DBC;
}
.BgClassName
{
background-color: #C15DBC;
}
</style>
border-color css
<style>
span { border-color: #C15DBC; }
span { border-color: rgb(193,93,188); }
td.TdClassName
{
border-color: #C15DBC;
}
.TagClassName
{
border-color: #C15DBC;
}
</style>