Shades of Fuchsia #C13DBF
Tints of Fuchsia #C13DBF
RGB
CMYK
RGB Variations
Color information
#C13DBF (or 0xC13DBF) is known color: Fuchsia. HEX triplet: C1, 3D and BF. RGB value is (193,61,191). Sum of RGB (Red+Green+Blue) = 193+61+191=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C13DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13DBF is #3EC240. Grayscale: #727272. Windows color (decimal): -4112961 or 12533185. OLE color: 12533185.
HSL color Cylindrical-coordinate representation of color #C13DBF: hue angle of 300.91º 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 #C13DBF is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 191 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.24 |
| HSL | 300.91º | 0.52% | 0.5% | - |
| HSV(B) | 300.91º | 0.68% | 0.76% | - |
| XYZ | 33.07 | 18.44 | 51.11 | - |
| YUV | 115.29 | 170.73 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 191 | 0 | 0.68 | 0.01 | 0.24 | 300.91 | 0.52 | 0.5 |
| Hex | C1 | 3D | BF | 0 | 44 | 1 | 18 | 12D | 34 | 32 |
| Octal | 301 | 75 | 277 | 0 | 104 | 1 | 30 | 455 | 64 | 62 |
| Binary | 11000001 | 111101 | 10111111 | 0 | 1000100 | 1 | 11000 | 100101101 | 110100 | 110010 |
Color Harmonies of #C13DBF
Complementary color
Monochromatic Colors of #C13DBF
Black with #C13DBF
Text Example
Text Example
White with #C13DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13DBF; }
p { color: rgb(193,61,191); }
H1.HeaderClassName
{
color: #C13DBF;
}
.AnyTagClassName
{
color: #C13DBF;
}
</style>
background-color css
<style>
a { background-color: #C13DBF; }
a { background-color: rgb(193,61,191); }
div.DivClassName
{
background-color: #C13DBF;
}
.BgClassName
{
background-color: #C13DBF;
}
</style>
border-color css
<style>
span { border-color: #C13DBF; }
span { border-color: rgb(193,61,191); }
td.TdClassName
{
border-color: #C13DBF;
}
.TagClassName
{
border-color: #C13DBF;
}
</style>