Shades of Fuchsia #C15DAD
Tints of Fuchsia #C15DAD
RGB
CMYK
RGB Variations
Color information
#C15DAD (or 0xC15DAD) is known color: Fuchsia. HEX triplet: C1, 5D and AD. RGB value is (193,93,173). Sum of RGB (Red+Green+Blue) = 193+93+173=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C15DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15DAD is #3EA252. Grayscale: #838383. Windows color (decimal): -4104787 or 11361729. OLE color: 11361729.
HSL color Cylindrical-coordinate representation of color #C15DAD: hue angle of 312º 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 #C15DAD is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 93 | 173 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.24 |
| HSL | 312º | 0.45% | 0.56% | - |
| HSV(B) | 312º | 0.52% | 0.76% | - |
| XYZ | 33.45 | 22.18 | 42.05 | - |
| YUV | 132.02 | 151.13 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 173 | 0 | 0.52 | 0.10 | 0.24 | 312 | 0.45 | 0.56 |
| Hex | C1 | 5D | AD | 0 | 34 | A | 18 | 138 | 2D | 38 |
| Octal | 301 | 135 | 255 | 0 | 64 | 12 | 30 | 470 | 55 | 70 |
| Binary | 11000001 | 1011101 | 10101101 | 0 | 110100 | 1010 | 11000 | 100111000 | 101101 | 111000 |
Color Harmonies of #C15DAD
Complementary color
Monochromatic Colors of #C15DAD
Black with #C15DAD
Text Example
Text Example
White with #C15DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15DAD; }
p { color: rgb(193,93,173); }
H1.HeaderClassName
{
color: #C15DAD;
}
.AnyTagClassName
{
color: #C15DAD;
}
</style>
background-color css
<style>
a { background-color: #C15DAD; }
a { background-color: rgb(193,93,173); }
div.DivClassName
{
background-color: #C15DAD;
}
.BgClassName
{
background-color: #C15DAD;
}
</style>
border-color css
<style>
span { border-color: #C15DAD; }
span { border-color: rgb(193,93,173); }
td.TdClassName
{
border-color: #C15DAD;
}
.TagClassName
{
border-color: #C15DAD;
}
</style>