Shades of Fuchsia #C15DB3
Tints of Fuchsia #C15DB3
RGB
CMYK
RGB Variations
Color information
#C15DB3 (or 0xC15DB3) is known color: Fuchsia. HEX triplet: C1, 5D and B3. RGB value is (193,93,179). Sum of RGB (Red+Green+Blue) = 193+93+179=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C15DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15DB3 is #3EA24C. Grayscale: #848484. Windows color (decimal): -4104781 or 11754945. OLE color: 11754945.
HSL color Cylindrical-coordinate representation of color #C15DB3: hue angle of 308.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 #C15DB3 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 93 | 179 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.24 |
| HSL | 308.4º | 0.45% | 0.56% | - |
| HSV(B) | 308.4º | 0.52% | 0.76% | - |
| XYZ | 34.04 | 22.42 | 45.18 | - |
| YUV | 132.7 | 154.13 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 179 | 0 | 0.52 | 0.07 | 0.24 | 308.4 | 0.45 | 0.56 |
| Hex | C1 | 5D | B3 | 0 | 34 | 7 | 18 | 134 | 2D | 38 |
| Octal | 301 | 135 | 263 | 0 | 64 | 7 | 30 | 464 | 55 | 70 |
| Binary | 11000001 | 1011101 | 10110011 | 0 | 110100 | 111 | 11000 | 100110100 | 101101 | 111000 |
Color Harmonies of #C15DB3
Complementary color
Monochromatic Colors of #C15DB3
Black with #C15DB3
Text Example
Text Example
White with #C15DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15DB3; }
p { color: rgb(193,93,179); }
H1.HeaderClassName
{
color: #C15DB3;
}
.AnyTagClassName
{
color: #C15DB3;
}
</style>
background-color css
<style>
a { background-color: #C15DB3; }
a { background-color: rgb(193,93,179); }
div.DivClassName
{
background-color: #C15DB3;
}
.BgClassName
{
background-color: #C15DB3;
}
</style>
border-color css
<style>
span { border-color: #C15DB3; }
span { border-color: rgb(193,93,179); }
td.TdClassName
{
border-color: #C15DB3;
}
.TagClassName
{
border-color: #C15DB3;
}
</style>