Shades of Fuchsia #C13AAB
Tints of Fuchsia #C13AAB
RGB
CMYK
RGB Variations
Color information
#C13AAB (or 0xC13AAB) is known color: Fuchsia. HEX triplet: C1, 3A and AB. RGB value is (193,58,171). Sum of RGB (Red+Green+Blue) = 193+58+171=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C13AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13AAB is #3EC554. Grayscale: #6E6E6E. Windows color (decimal): -4113749 or 11221697. OLE color: 11221697.
HSL color Cylindrical-coordinate representation of color #C13AAB: hue angle of 309.78º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13AAB is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 58 | 171 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.24 |
| HSL | 309.78º | 0.54% | 0.49% | - |
| HSV(B) | 309.78º | 0.7% | 0.76% | - |
| XYZ | 30.86 | 17.3 | 40.24 | - |
| YUV | 111.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 58 | 171 | 0 | 0.70 | 0.11 | 0.24 | 309.78 | 0.54 | 0.49 |
| Hex | C1 | 3A | AB | 0 | 46 | B | 18 | 136 | 36 | 31 |
| Octal | 301 | 72 | 253 | 0 | 106 | 13 | 30 | 466 | 66 | 61 |
| Binary | 11000001 | 111010 | 10101011 | 0 | 1000110 | 1011 | 11000 | 100110110 | 110110 | 110001 |
Color Harmonies of #C13AAB
Complementary color
Monochromatic Colors of #C13AAB
Black with #C13AAB
Text Example
Text Example
White with #C13AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13AAB; }
p { color: rgb(193,58,171); }
H1.HeaderClassName
{
color: #C13AAB;
}
.AnyTagClassName
{
color: #C13AAB;
}
</style>
background-color css
<style>
a { background-color: #C13AAB; }
a { background-color: rgb(193,58,171); }
div.DivClassName
{
background-color: #C13AAB;
}
.BgClassName
{
background-color: #C13AAB;
}
</style>
border-color css
<style>
span { border-color: #C13AAB; }
span { border-color: rgb(193,58,171); }
td.TdClassName
{
border-color: #C13AAB;
}
.TagClassName
{
border-color: #C13AAB;
}
</style>