Shades of Fuchsia #C143C3
Tints of Fuchsia #C143C3
RGB
CMYK
RGB Variations
Color information
#C143C3 (or 0xC143C3) is known color: Fuchsia. HEX triplet: C1, 43 and C3. RGB value is (193,67,195). Sum of RGB (Red+Green+Blue) = 193+67+195=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 67 (26.56% from 255 or 14.73% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 195 - color contains mainly: blue. Hex color #C143C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C143C3 is #3EBC3C. Grayscale: #767676. Windows color (decimal): -4111421 or 12796865. OLE color: 12796865.
HSL color Cylindrical-coordinate representation of color #C143C3: hue angle of 299.06º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C143C3 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 195 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.24 |
| HSL | 299.06º | 0.52% | 0.51% | - |
| HSV(B) | 299.06º | 0.66% | 0.76% | - |
| XYZ | 33.85 | 19.29 | 53.57 | - |
| YUV | 119.27 | 170.74 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 195 | 0.01 | 0.66 | 0 | 0.24 | 299.06 | 0.52 | 0.51 |
| Hex | C1 | 43 | C3 | 1 | 42 | 0 | 18 | 12B | 34 | 33 |
| Octal | 301 | 103 | 303 | 1 | 102 | 0 | 30 | 453 | 64 | 63 |
| Binary | 11000001 | 1000011 | 11000011 | 1 | 1000010 | 0 | 11000 | 100101011 | 110100 | 110011 |
Color Harmonies of #C143C3
Complementary color
Monochromatic Colors of #C143C3
Black with #C143C3
Text Example
Text Example
White with #C143C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C143C3; }
p { color: rgb(193,67,195); }
H1.HeaderClassName
{
color: #C143C3;
}
.AnyTagClassName
{
color: #C143C3;
}
</style>
background-color css
<style>
a { background-color: #C143C3; }
a { background-color: rgb(193,67,195); }
div.DivClassName
{
background-color: #C143C3;
}
.BgClassName
{
background-color: #C143C3;
}
</style>
border-color css
<style>
span { border-color: #C143C3; }
span { border-color: rgb(193,67,195); }
td.TdClassName
{
border-color: #C143C3;
}
.TagClassName
{
border-color: #C143C3;
}
</style>