Shades of Fuchsia #C15DB7
Tints of Fuchsia #C15DB7
RGB
CMYK
RGB Variations
Color information
#C15DB7 (or 0xC15DB7) is known color: Fuchsia. HEX triplet: C1, 5D and B7. RGB value is (193,93,183). Sum of RGB (Red+Green+Blue) = 193+93+183=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C15DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15DB7 is #3EA248. Grayscale: #848484. Windows color (decimal): -4104777 or 12017089. OLE color: 12017089.
HSL color Cylindrical-coordinate representation of color #C15DB7: hue angle of 306º 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 #C15DB7 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 93 | 183 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.24 |
| HSL | 306º | 0.45% | 0.56% | - |
| HSV(B) | 306º | 0.52% | 0.76% | - |
| XYZ | 34.45 | 22.59 | 47.34 | - |
| YUV | 133.16 | 156.13 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 183 | 0 | 0.52 | 0.05 | 0.24 | 306 | 0.45 | 0.56 |
| Hex | C1 | 5D | B7 | 0 | 34 | 5 | 18 | 132 | 2D | 38 |
| Octal | 301 | 135 | 267 | 0 | 64 | 5 | 30 | 462 | 55 | 70 |
| Binary | 11000001 | 1011101 | 10110111 | 0 | 110100 | 101 | 11000 | 100110010 | 101101 | 111000 |
Color Harmonies of #C15DB7
Complementary color
Monochromatic Colors of #C15DB7
Black with #C15DB7
Text Example
Text Example
White with #C15DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15DB7; }
p { color: rgb(193,93,183); }
H1.HeaderClassName
{
color: #C15DB7;
}
.AnyTagClassName
{
color: #C15DB7;
}
</style>
background-color css
<style>
a { background-color: #C15DB7; }
a { background-color: rgb(193,93,183); }
div.DivClassName
{
background-color: #C15DB7;
}
.BgClassName
{
background-color: #C15DB7;
}
</style>
border-color css
<style>
span { border-color: #C15DB7; }
span { border-color: rgb(193,93,183); }
td.TdClassName
{
border-color: #C15DB7;
}
.TagClassName
{
border-color: #C15DB7;
}
</style>