Shades of Fuchsia #C13AB8
Tints of Fuchsia #C13AB8
RGB
CMYK
RGB Variations
Color information
#C13AB8 (or 0xC13AB8) is known color: Fuchsia. HEX triplet: C1, 3A and B8. RGB value is (193,58,184). Sum of RGB (Red+Green+Blue) = 193+58+184=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 58 (23.05% from 255 or 13.33% from 435); Blue value is 184 (72.27% from 255 or 42.30% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C13AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13AB8 is #3EC547. Grayscale: #707070. Windows color (decimal): -4113736 or 12073665. OLE color: 12073665.
HSL color Cylindrical-coordinate representation of color #C13AB8: hue angle of 304º 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 #C13AB8 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 58 | 184 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.24 |
| HSL | 304º | 0.54% | 0.49% | - |
| HSV(B) | 304º | 0.7% | 0.76% | - |
| XYZ | 32.16 | 17.82 | 47.09 | - |
| YUV | 112.73 | 168.23 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 58 | 184 | 0 | 0.70 | 0.05 | 0.24 | 304 | 0.54 | 0.49 |
| Hex | C1 | 3A | B8 | 0 | 46 | 5 | 18 | 130 | 36 | 31 |
| Octal | 301 | 72 | 270 | 0 | 106 | 5 | 30 | 460 | 66 | 61 |
| Binary | 11000001 | 111010 | 10111000 | 0 | 1000110 | 101 | 11000 | 100110000 | 110110 | 110001 |
Color Harmonies of #C13AB8
Complementary color
Monochromatic Colors of #C13AB8
Black with #C13AB8
Text Example
Text Example
White with #C13AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13AB8; }
p { color: rgb(193,58,184); }
H1.HeaderClassName
{
color: #C13AB8;
}
.AnyTagClassName
{
color: #C13AB8;
}
</style>
background-color css
<style>
a { background-color: #C13AB8; }
a { background-color: rgb(193,58,184); }
div.DivClassName
{
background-color: #C13AB8;
}
.BgClassName
{
background-color: #C13AB8;
}
</style>
border-color css
<style>
span { border-color: #C13AB8; }
span { border-color: rgb(193,58,184); }
td.TdClassName
{
border-color: #C13AB8;
}
.TagClassName
{
border-color: #C13AB8;
}
</style>