Shades of Fuchsia #C13DB0
Tints of Fuchsia #C13DB0
RGB
CMYK
RGB Variations
Color information
#C13DB0 (or 0xC13DB0) is known color: Fuchsia. HEX triplet: C1, 3D and B0. RGB value is (193,61,176). Sum of RGB (Red+Green+Blue) = 193+61+176=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C13DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13DB0 is #3EC24F. Grayscale: #717171. Windows color (decimal): -4112976 or 11550145. OLE color: 11550145.
HSL color Cylindrical-coordinate representation of color #C13DB0: hue angle of 307.73º 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 #C13DB0 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 176 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.24 |
| HSL | 307.73º | 0.52% | 0.5% | - |
| HSV(B) | 307.73º | 0.68% | 0.76% | - |
| XYZ | 31.5 | 17.81 | 42.85 | - |
| YUV | 113.58 | 163.23 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 176 | 0 | 0.68 | 0.09 | 0.24 | 307.73 | 0.52 | 0.5 |
| Hex | C1 | 3D | B0 | 0 | 44 | 9 | 18 | 134 | 34 | 32 |
| Octal | 301 | 75 | 260 | 0 | 104 | 11 | 30 | 464 | 64 | 62 |
| Binary | 11000001 | 111101 | 10110000 | 0 | 1000100 | 1001 | 11000 | 100110100 | 110100 | 110010 |
Color Harmonies of #C13DB0
Complementary color
Monochromatic Colors of #C13DB0
Black with #C13DB0
Text Example
Text Example
White with #C13DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13DB0; }
p { color: rgb(193,61,176); }
H1.HeaderClassName
{
color: #C13DB0;
}
.AnyTagClassName
{
color: #C13DB0;
}
</style>
background-color css
<style>
a { background-color: #C13DB0; }
a { background-color: rgb(193,61,176); }
div.DivClassName
{
background-color: #C13DB0;
}
.BgClassName
{
background-color: #C13DB0;
}
</style>
border-color css
<style>
span { border-color: #C13DB0; }
span { border-color: rgb(193,61,176); }
td.TdClassName
{
border-color: #C13DB0;
}
.TagClassName
{
border-color: #C13DB0;
}
</style>