Shades of Fuchsia #C13ACB
Tints of Fuchsia #C13ACB
RGB
CMYK
RGB Variations
Color information
#C13ACB (or 0xC13ACB) is known color: Fuchsia. HEX triplet: C1, 3A and CB. RGB value is (193,58,203). Sum of RGB (Red+Green+Blue) = 193+58+203=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #C13ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13ACB is #3EC534. Grayscale: #727272. Windows color (decimal): -4113717 or 13318849. OLE color: 13318849.
HSL color Cylindrical-coordinate representation of color #C13ACB: hue angle of 295.86º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C13ACB is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 58 | 203 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.20 |
| HSL | 295.86º | 0.58% | 0.51% | - |
| HSV(B) | 295.86º | 0.71% | 0.8% | - |
| XYZ | 34.28 | 18.68 | 58.3 | - |
| YUV | 114.9 | 177.73 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 58 | 203 | 0.05 | 0.71 | 0 | 0.20 | 295.86 | 0.58 | 0.51 |
| Hex | C1 | 3A | CB | 5 | 47 | 0 | 14 | 128 | 3A | 33 |
| Octal | 301 | 72 | 313 | 5 | 107 | 0 | 24 | 450 | 72 | 63 |
| Binary | 11000001 | 111010 | 11001011 | 101 | 1000111 | 0 | 10100 | 100101000 | 111010 | 110011 |
Color Harmonies of #C13ACB
Complementary color
Monochromatic Colors of #C13ACB
Black with #C13ACB
Text Example
Text Example
White with #C13ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13ACB; }
p { color: rgb(193,58,203); }
H1.HeaderClassName
{
color: #C13ACB;
}
.AnyTagClassName
{
color: #C13ACB;
}
</style>
background-color css
<style>
a { background-color: #C13ACB; }
a { background-color: rgb(193,58,203); }
div.DivClassName
{
background-color: #C13ACB;
}
.BgClassName
{
background-color: #C13ACB;
}
</style>
border-color css
<style>
span { border-color: #C13ACB; }
span { border-color: rgb(193,58,203); }
td.TdClassName
{
border-color: #C13ACB;
}
.TagClassName
{
border-color: #C13ACB;
}
</style>