Shades of Fuchsia #C142B9
Tints of Fuchsia #C142B9
RGB
CMYK
RGB Variations
Color information
#C142B9 (or 0xC142B9) is known color: Fuchsia. HEX triplet: C1, 42 and B9. RGB value is (193,66,185). Sum of RGB (Red+Green+Blue) = 193+66+185=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C142B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C142B9 is #3EBD46. Grayscale: #757575. Windows color (decimal): -4111687 or 12141249. OLE color: 12141249.
HSL color Cylindrical-coordinate representation of color #C142B9: hue angle of 303.78º degrees, saturation: 0.51, 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 #C142B9 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 66 | 185 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.24 |
| HSL | 303.78º | 0.51% | 0.51% | - |
| HSV(B) | 303.78º | 0.66% | 0.76% | - |
| XYZ | 32.7 | 18.74 | 47.79 | - |
| YUV | 117.54 | 166.08 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 66 | 185 | 0 | 0.66 | 0.04 | 0.24 | 303.78 | 0.51 | 0.51 |
| Hex | C1 | 42 | B9 | 0 | 42 | 4 | 18 | 130 | 33 | 33 |
| Octal | 301 | 102 | 271 | 0 | 102 | 4 | 30 | 460 | 63 | 63 |
| Binary | 11000001 | 1000010 | 10111001 | 0 | 1000010 | 100 | 11000 | 100110000 | 110011 | 110011 |
Color Harmonies of #C142B9
Complementary color
Monochromatic Colors of #C142B9
Black with #C142B9
Text Example
Text Example
White with #C142B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C142B9; }
p { color: rgb(193,66,185); }
H1.HeaderClassName
{
color: #C142B9;
}
.AnyTagClassName
{
color: #C142B9;
}
</style>
background-color css
<style>
a { background-color: #C142B9; }
a { background-color: rgb(193,66,185); }
div.DivClassName
{
background-color: #C142B9;
}
.BgClassName
{
background-color: #C142B9;
}
</style>
border-color css
<style>
span { border-color: #C142B9; }
span { border-color: rgb(193,66,185); }
td.TdClassName
{
border-color: #C142B9;
}
.TagClassName
{
border-color: #C142B9;
}
</style>