Shades of Fuchsia #C15DC4
Tints of Fuchsia #C15DC4
RGB
CMYK
RGB Variations
Color information
#C15DC4 (or 0xC15DC4) is known color: Fuchsia. HEX triplet: C1, 5D and C4. RGB value is (193,93,196). Sum of RGB (Red+Green+Blue) = 193+93+196=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 196 - color contains mainly: blue. Hex color #C15DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15DC4 is #3EA23B. Grayscale: #868686. Windows color (decimal): -4104764 or 12869057. OLE color: 12869057.
HSL color Cylindrical-coordinate representation of color #C15DC4: hue angle of 298.25º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C15DC4 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 93 | 196 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.23 |
| HSL | 298.25º | 0.47% | 0.57% | - |
| HSV(B) | 298.25º | 0.53% | 0.77% | - |
| XYZ | 35.87 | 23.15 | 54.8 | - |
| YUV | 134.64 | 162.63 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 196 | 0.02 | 0.53 | 0 | 0.23 | 298.25 | 0.47 | 0.57 |
| Hex | C1 | 5D | C4 | 2 | 35 | 0 | 17 | 12A | 2F | 39 |
| Octal | 301 | 135 | 304 | 2 | 65 | 0 | 27 | 452 | 57 | 71 |
| Binary | 11000001 | 1011101 | 11000100 | 10 | 110101 | 0 | 10111 | 100101010 | 101111 | 111001 |
Color Harmonies of #C15DC4
Complementary color
Monochromatic Colors of #C15DC4
Black with #C15DC4
Text Example
Text Example
White with #C15DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15DC4; }
p { color: rgb(193,93,196); }
H1.HeaderClassName
{
color: #C15DC4;
}
.AnyTagClassName
{
color: #C15DC4;
}
</style>
background-color css
<style>
a { background-color: #C15DC4; }
a { background-color: rgb(193,93,196); }
div.DivClassName
{
background-color: #C15DC4;
}
.BgClassName
{
background-color: #C15DC4;
}
</style>
border-color css
<style>
span { border-color: #C15DC4; }
span { border-color: rgb(193,93,196); }
td.TdClassName
{
border-color: #C15DC4;
}
.TagClassName
{
border-color: #C15DC4;
}
</style>