Shades of Fuchsia #C143B2
Tints of Fuchsia #C143B2
RGB
CMYK
RGB Variations
Color information
#C143B2 (or 0xC143B2) is known color: Fuchsia. HEX triplet: C1, 43 and B2. RGB value is (193,67,178). Sum of RGB (Red+Green+Blue) = 193+67+178=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C143B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C143B2 is #3EBC4D. Grayscale: #757575. Windows color (decimal): -4111438 or 11682753. OLE color: 11682753.
HSL color Cylindrical-coordinate representation of color #C143B2: hue angle of 307.14º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C143B2 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 178 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.24 |
| HSL | 307.14º | 0.5% | 0.51% | - |
| HSV(B) | 307.14º | 0.65% | 0.76% | - |
| XYZ | 32.04 | 18.57 | 44.01 | - |
| YUV | 117.33 | 162.24 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 178 | 0 | 0.65 | 0.08 | 0.24 | 307.14 | 0.5 | 0.51 |
| Hex | C1 | 43 | B2 | 0 | 41 | 8 | 18 | 133 | 32 | 33 |
| Octal | 301 | 103 | 262 | 0 | 101 | 10 | 30 | 463 | 62 | 63 |
| Binary | 11000001 | 1000011 | 10110010 | 0 | 1000001 | 1000 | 11000 | 100110011 | 110010 | 110011 |
Color Harmonies of #C143B2
Complementary color
Monochromatic Colors of #C143B2
Black with #C143B2
Text Example
Text Example
White with #C143B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C143B2; }
p { color: rgb(193,67,178); }
H1.HeaderClassName
{
color: #C143B2;
}
.AnyTagClassName
{
color: #C143B2;
}
</style>
background-color css
<style>
a { background-color: #C143B2; }
a { background-color: rgb(193,67,178); }
div.DivClassName
{
background-color: #C143B2;
}
.BgClassName
{
background-color: #C143B2;
}
</style>
border-color css
<style>
span { border-color: #C143B2; }
span { border-color: rgb(193,67,178); }
td.TdClassName
{
border-color: #C143B2;
}
.TagClassName
{
border-color: #C143B2;
}
</style>