Shades of Fuchsia #C15DBD
Tints of Fuchsia #C15DBD
RGB
CMYK
RGB Variations
Color information
#C15DBD (or 0xC15DBD) is known color: Fuchsia. HEX triplet: C1, 5D and BD. RGB value is (193,93,189). Sum of RGB (Red+Green+Blue) = 193+93+189=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C15DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15DBD is #3EA242. Grayscale: #858585. Windows color (decimal): -4104771 or 12410305. OLE color: 12410305.
HSL color Cylindrical-coordinate representation of color #C15DBD: hue angle of 302.4º 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 #C15DBD is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 93 | 189 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.24 |
| HSL | 302.4º | 0.45% | 0.56% | - |
| HSV(B) | 302.4º | 0.52% | 0.76% | - |
| XYZ | 35.09 | 22.84 | 50.7 | - |
| YUV | 133.84 | 159.13 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 189 | 0 | 0.52 | 0.02 | 0.24 | 302.4 | 0.45 | 0.56 |
| Hex | C1 | 5D | BD | 0 | 34 | 2 | 18 | 12E | 2D | 38 |
| Octal | 301 | 135 | 275 | 0 | 64 | 2 | 30 | 456 | 55 | 70 |
| Binary | 11000001 | 1011101 | 10111101 | 0 | 110100 | 10 | 11000 | 100101110 | 101101 | 111000 |
Color Harmonies of #C15DBD
Complementary color
Monochromatic Colors of #C15DBD
Black with #C15DBD
Text Example
Text Example
White with #C15DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15DBD; }
p { color: rgb(193,93,189); }
H1.HeaderClassName
{
color: #C15DBD;
}
.AnyTagClassName
{
color: #C15DBD;
}
</style>
background-color css
<style>
a { background-color: #C15DBD; }
a { background-color: rgb(193,93,189); }
div.DivClassName
{
background-color: #C15DBD;
}
.BgClassName
{
background-color: #C15DBD;
}
</style>
border-color css
<style>
span { border-color: #C15DBD; }
span { border-color: rgb(193,93,189); }
td.TdClassName
{
border-color: #C15DBD;
}
.TagClassName
{
border-color: #C15DBD;
}
</style>