Shades of Fuchsia #C13BC2
Tints of Fuchsia #C13BC2
RGB
CMYK
RGB Variations
Color information
#C13BC2 (or 0xC13BC2) is known color: Fuchsia. HEX triplet: C1, 3B and C2. RGB value is (193,59,194). Sum of RGB (Red+Green+Blue) = 193+59+194=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 59 (23.44% from 255 or 13.23% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 194 - color contains mainly: blue. Hex color #C13BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13BC2 is #3EC43D. Grayscale: #727272. Windows color (decimal): -4113470 or 12729281. OLE color: 12729281.
HSL color Cylindrical-coordinate representation of color #C13BC2: hue angle of 299.56º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13BC2 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 59 | 194 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.24 |
| HSL | 299.56º | 0.53% | 0.5% | - |
| HSV(B) | 299.56º | 0.7% | 0.76% | - |
| XYZ | 33.29 | 18.36 | 52.83 | - |
| YUV | 114.46 | 172.89 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 194 | 0.01 | 0.70 | 0 | 0.24 | 299.56 | 0.53 | 0.5 |
| Hex | C1 | 3B | C2 | 1 | 46 | 0 | 18 | 12C | 35 | 32 |
| Octal | 301 | 73 | 302 | 1 | 106 | 0 | 30 | 454 | 65 | 62 |
| Binary | 11000001 | 111011 | 11000010 | 1 | 1000110 | 0 | 11000 | 100101100 | 110101 | 110010 |
Color Harmonies of #C13BC2
Complementary color
Monochromatic Colors of #C13BC2
Black with #C13BC2
Text Example
Text Example
White with #C13BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13BC2; }
p { color: rgb(193,59,194); }
H1.HeaderClassName
{
color: #C13BC2;
}
.AnyTagClassName
{
color: #C13BC2;
}
</style>
background-color css
<style>
a { background-color: #C13BC2; }
a { background-color: rgb(193,59,194); }
div.DivClassName
{
background-color: #C13BC2;
}
.BgClassName
{
background-color: #C13BC2;
}
</style>
border-color css
<style>
span { border-color: #C13BC2; }
span { border-color: rgb(193,59,194); }
td.TdClassName
{
border-color: #C13BC2;
}
.TagClassName
{
border-color: #C13BC2;
}
</style>