Shades of Fuchsia #C144C0
Tints of Fuchsia #C144C0
RGB
CMYK
RGB Variations
Color information
#C144C0 (or 0xC144C0) is known color: Fuchsia. HEX triplet: C1, 44 and C0. RGB value is (193,68,192). Sum of RGB (Red+Green+Blue) = 193+68+192=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C144C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C144C0 is #3EBB3F. Grayscale: #777777. Windows color (decimal): -4111168 or 12600513. OLE color: 12600513.
HSL color Cylindrical-coordinate representation of color #C144C0: hue angle of 300.48º 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 #C144C0 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 192 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.24 |
| HSL | 300.48º | 0.5% | 0.51% | - |
| HSV(B) | 300.48º | 0.65% | 0.76% | - |
| XYZ | 33.57 | 19.28 | 51.82 | - |
| YUV | 119.51 | 168.91 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 192 | 0 | 0.65 | 0.01 | 0.24 | 300.48 | 0.5 | 0.51 |
| Hex | C1 | 44 | C0 | 0 | 41 | 1 | 18 | 12C | 32 | 33 |
| Octal | 301 | 104 | 300 | 0 | 101 | 1 | 30 | 454 | 62 | 63 |
| Binary | 11000001 | 1000100 | 11000000 | 0 | 1000001 | 1 | 11000 | 100101100 | 110010 | 110011 |
Color Harmonies of #C144C0
Complementary color
Monochromatic Colors of #C144C0
Black with #C144C0
Text Example
Text Example
White with #C144C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C144C0; }
p { color: rgb(193,68,192); }
H1.HeaderClassName
{
color: #C144C0;
}
.AnyTagClassName
{
color: #C144C0;
}
</style>
background-color css
<style>
a { background-color: #C144C0; }
a { background-color: rgb(193,68,192); }
div.DivClassName
{
background-color: #C144C0;
}
.BgClassName
{
background-color: #C144C0;
}
</style>
border-color css
<style>
span { border-color: #C144C0; }
span { border-color: rgb(193,68,192); }
td.TdClassName
{
border-color: #C144C0;
}
.TagClassName
{
border-color: #C144C0;
}
</style>