Shades of Fuchsia #C143C6
Tints of Fuchsia #C143C6
RGB
CMYK
RGB Variations
Color information
#C143C6 (or 0xC143C6) is known color: Fuchsia. HEX triplet: C1, 43 and C6. RGB value is (193,67,198). Sum of RGB (Red+Green+Blue) = 193+67+198=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 198 - color contains mainly: blue. Hex color #C143C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C143C6 is #3EBC39. Grayscale: #777777. Windows color (decimal): -4111418 or 12993473. OLE color: 12993473.
HSL color Cylindrical-coordinate representation of color #C143C6: hue angle of 297.71º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C143C6 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 67 | 198 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.22 |
| HSL | 297.71º | 0.53% | 0.52% | - |
| HSV(B) | 297.71º | 0.66% | 0.78% | - |
| XYZ | 34.19 | 19.43 | 55.37 | - |
| YUV | 119.61 | 172.24 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 198 | 0.03 | 0.66 | 0 | 0.22 | 297.71 | 0.53 | 0.52 |
| Hex | C1 | 43 | C6 | 3 | 42 | 0 | 16 | 12A | 35 | 34 |
| Octal | 301 | 103 | 306 | 3 | 102 | 0 | 26 | 452 | 65 | 64 |
| Binary | 11000001 | 1000011 | 11000110 | 11 | 1000010 | 0 | 10110 | 100101010 | 110101 | 110100 |
Color Harmonies of #C143C6
Complementary color
Monochromatic Colors of #C143C6
Black with #C143C6
Text Example
Text Example
White with #C143C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C143C6; }
p { color: rgb(193,67,198); }
H1.HeaderClassName
{
color: #C143C6;
}
.AnyTagClassName
{
color: #C143C6;
}
</style>
background-color css
<style>
a { background-color: #C143C6; }
a { background-color: rgb(193,67,198); }
div.DivClassName
{
background-color: #C143C6;
}
.BgClassName
{
background-color: #C143C6;
}
</style>
border-color css
<style>
span { border-color: #C143C6; }
span { border-color: rgb(193,67,198); }
td.TdClassName
{
border-color: #C143C6;
}
.TagClassName
{
border-color: #C143C6;
}
</style>