Shades of Fuchsia #C143AA
Tints of Fuchsia #C143AA
RGB
CMYK
RGB Variations
Color information
#C143AA (or 0xC143AA) is known color: Fuchsia. HEX triplet: C1, 43 and AA. RGB value is (193,67,170). Sum of RGB (Red+Green+Blue) = 193+67+170=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C143AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C143AA is #3EBC55. Grayscale: #747474. Windows color (decimal): -4111446 or 11158465. OLE color: 11158465.
HSL color Cylindrical-coordinate representation of color #C143AA: hue angle of 310.95º 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 #C143AA is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 170 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.24 |
| HSL | 310.95º | 0.5% | 0.51% | - |
| HSV(B) | 310.95º | 0.65% | 0.76% | - |
| XYZ | 31.26 | 18.25 | 39.91 | - |
| YUV | 116.42 | 158.24 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 170 | 0 | 0.65 | 0.12 | 0.24 | 310.95 | 0.5 | 0.51 |
| Hex | C1 | 43 | AA | 0 | 41 | C | 18 | 137 | 32 | 33 |
| Octal | 301 | 103 | 252 | 0 | 101 | 14 | 30 | 467 | 62 | 63 |
| Binary | 11000001 | 1000011 | 10101010 | 0 | 1000001 | 1100 | 11000 | 100110111 | 110010 | 110011 |
Color Harmonies of #C143AA
Complementary color
Monochromatic Colors of #C143AA
Black with #C143AA
Text Example
Text Example
White with #C143AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C143AA; }
p { color: rgb(193,67,170); }
H1.HeaderClassName
{
color: #C143AA;
}
.AnyTagClassName
{
color: #C143AA;
}
</style>
background-color css
<style>
a { background-color: #C143AA; }
a { background-color: rgb(193,67,170); }
div.DivClassName
{
background-color: #C143AA;
}
.BgClassName
{
background-color: #C143AA;
}
</style>
border-color css
<style>
span { border-color: #C143AA; }
span { border-color: rgb(193,67,170); }
td.TdClassName
{
border-color: #C143AA;
}
.TagClassName
{
border-color: #C143AA;
}
</style>