Shades of Fuchsia #C143CA
Tints of Fuchsia #C143CA
RGB
CMYK
RGB Variations
Color information
#C143CA (or 0xC143CA) is known color: Fuchsia. HEX triplet: C1, 43 and CA. RGB value is (193,67,202). Sum of RGB (Red+Green+Blue) = 193+67+202=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #C143CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C143CA is #3EBC35. Grayscale: #777777. Windows color (decimal): -4111414 or 13255617. OLE color: 13255617.
HSL color Cylindrical-coordinate representation of color #C143CA: hue angle of 296º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C143CA is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 67 | 202 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.21 |
| HSL | 296º | 0.56% | 0.53% | - |
| HSV(B) | 296º | 0.67% | 0.79% | - |
| XYZ | 34.66 | 19.62 | 57.84 | - |
| YUV | 120.06 | 174.24 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 202 | 0.04 | 0.67 | 0 | 0.21 | 296 | 0.56 | 0.53 |
| Hex | C1 | 43 | CA | 4 | 43 | 0 | 15 | 128 | 38 | 35 |
| Octal | 301 | 103 | 312 | 4 | 103 | 0 | 25 | 450 | 70 | 65 |
| Binary | 11000001 | 1000011 | 11001010 | 100 | 1000011 | 0 | 10101 | 100101000 | 111000 | 110101 |
Color Harmonies of #C143CA
Complementary color
Monochromatic Colors of #C143CA
Black with #C143CA
Text Example
Text Example
White with #C143CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C143CA; }
p { color: rgb(193,67,202); }
H1.HeaderClassName
{
color: #C143CA;
}
.AnyTagClassName
{
color: #C143CA;
}
</style>
background-color css
<style>
a { background-color: #C143CA; }
a { background-color: rgb(193,67,202); }
div.DivClassName
{
background-color: #C143CA;
}
.BgClassName
{
background-color: #C143CA;
}
</style>
border-color css
<style>
span { border-color: #C143CA; }
span { border-color: rgb(193,67,202); }
td.TdClassName
{
border-color: #C143CA;
}
.TagClassName
{
border-color: #C143CA;
}
</style>