Shades of Fuchsia #C13DBC
Tints of Fuchsia #C13DBC
RGB
CMYK
RGB Variations
Color information
#C13DBC (or 0xC13DBC) is known color: Fuchsia. HEX triplet: C1, 3D and BC. RGB value is (193,61,188). Sum of RGB (Red+Green+Blue) = 193+61+188=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 61 (24.22% from 255 or 13.80% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C13DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13DBC is #3EC243. Grayscale: #727272. Windows color (decimal): -4112964 or 12336577. OLE color: 12336577.
HSL color Cylindrical-coordinate representation of color #C13DBC: hue angle of 302.27º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13DBC is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 188 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.24 |
| HSL | 302.27º | 0.52% | 0.5% | - |
| HSV(B) | 302.27º | 0.68% | 0.76% | - |
| XYZ | 32.74 | 18.31 | 49.38 | - |
| YUV | 114.95 | 169.23 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 188 | 0 | 0.68 | 0.03 | 0.24 | 302.27 | 0.52 | 0.5 |
| Hex | C1 | 3D | BC | 0 | 44 | 3 | 18 | 12E | 34 | 32 |
| Octal | 301 | 75 | 274 | 0 | 104 | 3 | 30 | 456 | 64 | 62 |
| Binary | 11000001 | 111101 | 10111100 | 0 | 1000100 | 11 | 11000 | 100101110 | 110100 | 110010 |
Color Harmonies of #C13DBC
Complementary color
Monochromatic Colors of #C13DBC
Black with #C13DBC
Text Example
Text Example
White with #C13DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13DBC; }
p { color: rgb(193,61,188); }
H1.HeaderClassName
{
color: #C13DBC;
}
.AnyTagClassName
{
color: #C13DBC;
}
</style>
background-color css
<style>
a { background-color: #C13DBC; }
a { background-color: rgb(193,61,188); }
div.DivClassName
{
background-color: #C13DBC;
}
.BgClassName
{
background-color: #C13DBC;
}
</style>
border-color css
<style>
span { border-color: #C13DBC; }
span { border-color: rgb(193,61,188); }
td.TdClassName
{
border-color: #C13DBC;
}
.TagClassName
{
border-color: #C13DBC;
}
</style>