Shades of Fuchsia #C142CC
Tints of Fuchsia #C142CC
RGB
CMYK
RGB Variations
Color information
#C142CC (or 0xC142CC) is known color: Fuchsia. HEX triplet: C1, 42 and CC. RGB value is (193,66,204). Sum of RGB (Red+Green+Blue) = 193+66+204=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #C142CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C142CC is #3EBD33. Grayscale: #777777. Windows color (decimal): -4111668 or 13386433. OLE color: 13386433.
HSL color Cylindrical-coordinate representation of color #C142CC: hue angle of 295.22º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C142CC is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 66 | 204 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.2 |
| HSL | 295.22º | 0.58% | 0.53% | - |
| HSV(B) | 295.22º | 0.68% | 0.8% | - |
| XYZ | 34.84 | 19.59 | 59.07 | - |
| YUV | 119.71 | 175.58 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 66 | 204 | 0.05 | 0.68 | 0 | 0.2 | 295.22 | 0.58 | 0.53 |
| Hex | C1 | 42 | CC | 5 | 44 | 0 | 14 | 127 | 3A | 35 |
| Octal | 301 | 102 | 314 | 5 | 104 | 0 | 24 | 447 | 72 | 65 |
| Binary | 11000001 | 1000010 | 11001100 | 101 | 1000100 | 0 | 10100 | 100100111 | 111010 | 110101 |
Color Harmonies of #C142CC
Complementary color
Monochromatic Colors of #C142CC
Black with #C142CC
Text Example
Text Example
White with #C142CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C142CC; }
p { color: rgb(193,66,204); }
H1.HeaderClassName
{
color: #C142CC;
}
.AnyTagClassName
{
color: #C142CC;
}
</style>
background-color css
<style>
a { background-color: #C142CC; }
a { background-color: rgb(193,66,204); }
div.DivClassName
{
background-color: #C142CC;
}
.BgClassName
{
background-color: #C142CC;
}
</style>
border-color css
<style>
span { border-color: #C142CC; }
span { border-color: rgb(193,66,204); }
td.TdClassName
{
border-color: #C142CC;
}
.TagClassName
{
border-color: #C142CC;
}
</style>