Shades of Fuchsia #C13AB1
Tints of Fuchsia #C13AB1
RGB
CMYK
RGB Variations
Color information
#C13AB1 (or 0xC13AB1) is known color: Fuchsia. HEX triplet: C1, 3A and B1. RGB value is (193,58,177). Sum of RGB (Red+Green+Blue) = 193+58+177=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C13AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13AB1 is #3EC54E. Grayscale: #6F6F6F. Windows color (decimal): -4113743 or 11614913. OLE color: 11614913.
HSL color Cylindrical-coordinate representation of color #C13AB1: hue angle of 307.11º 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 #C13AB1 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 58 | 177 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.24 |
| HSL | 307.11º | 0.54% | 0.49% | - |
| HSV(B) | 307.11º | 0.7% | 0.76% | - |
| XYZ | 31.44 | 17.54 | 43.32 | - |
| YUV | 111.93 | 164.73 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 58 | 177 | 0 | 0.70 | 0.08 | 0.24 | 307.11 | 0.54 | 0.49 |
| Hex | C1 | 3A | B1 | 0 | 46 | 8 | 18 | 133 | 36 | 31 |
| Octal | 301 | 72 | 261 | 0 | 106 | 10 | 30 | 463 | 66 | 61 |
| Binary | 11000001 | 111010 | 10110001 | 0 | 1000110 | 1000 | 11000 | 100110011 | 110110 | 110001 |
Color Harmonies of #C13AB1
Complementary color
Monochromatic Colors of #C13AB1
Black with #C13AB1
Text Example
Text Example
White with #C13AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13AB1; }
p { color: rgb(193,58,177); }
H1.HeaderClassName
{
color: #C13AB1;
}
.AnyTagClassName
{
color: #C13AB1;
}
</style>
background-color css
<style>
a { background-color: #C13AB1; }
a { background-color: rgb(193,58,177); }
div.DivClassName
{
background-color: #C13AB1;
}
.BgClassName
{
background-color: #C13AB1;
}
</style>
border-color css
<style>
span { border-color: #C13AB1; }
span { border-color: rgb(193,58,177); }
td.TdClassName
{
border-color: #C13AB1;
}
.TagClassName
{
border-color: #C13AB1;
}
</style>