Shades of Fuchsia #C13BAE
Tints of Fuchsia #C13BAE
RGB
CMYK
RGB Variations
Color information
#C13BAE (or 0xC13BAE) is known color: Fuchsia. HEX triplet: C1, 3B and AE. RGB value is (193,59,174). Sum of RGB (Red+Green+Blue) = 193+59+174=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C13BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13BAE is #3EC451. Grayscale: #6F6F6F. Windows color (decimal): -4113490 or 11418561. OLE color: 11418561.
HSL color Cylindrical-coordinate representation of color #C13BAE: hue angle of 308.51º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13BAE is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 59 | 174 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.24 |
| HSL | 308.51º | 0.53% | 0.49% | - |
| HSV(B) | 308.51º | 0.69% | 0.76% | - |
| XYZ | 31.2 | 17.52 | 41.78 | - |
| YUV | 112.18 | 162.89 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 174 | 0 | 0.69 | 0.10 | 0.24 | 308.51 | 0.53 | 0.49 |
| Hex | C1 | 3B | AE | 0 | 45 | A | 18 | 135 | 35 | 31 |
| Octal | 301 | 73 | 256 | 0 | 105 | 12 | 30 | 465 | 65 | 61 |
| Binary | 11000001 | 111011 | 10101110 | 0 | 1000101 | 1010 | 11000 | 100110101 | 110101 | 110001 |
Color Harmonies of #C13BAE
Complementary color
Monochromatic Colors of #C13BAE
Black with #C13BAE
Text Example
Text Example
White with #C13BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13BAE; }
p { color: rgb(193,59,174); }
H1.HeaderClassName
{
color: #C13BAE;
}
.AnyTagClassName
{
color: #C13BAE;
}
</style>
background-color css
<style>
a { background-color: #C13BAE; }
a { background-color: rgb(193,59,174); }
div.DivClassName
{
background-color: #C13BAE;
}
.BgClassName
{
background-color: #C13BAE;
}
</style>
border-color css
<style>
span { border-color: #C13BAE; }
span { border-color: rgb(193,59,174); }
td.TdClassName
{
border-color: #C13BAE;
}
.TagClassName
{
border-color: #C13BAE;
}
</style>