Shades of Fuchsia #C144C8
Tints of Fuchsia #C144C8
RGB
CMYK
RGB Variations
Color information
#C144C8 (or 0xC144C8) is known color: Fuchsia. HEX triplet: C1, 44 and C8. RGB value is (193,68,200). Sum of RGB (Red+Green+Blue) = 193+68+200=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 200 (78.52% from 255 or 43.38% from 461); Max value from RGB is 200 - color contains mainly: blue. Hex color #C144C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C144C8 is #3EBB37. Grayscale: #787878. Windows color (decimal): -4111160 or 13124801. OLE color: 13124801.
HSL color Cylindrical-coordinate representation of color #C144C8: hue angle of 296.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C144C8 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 68 | 200 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.22 |
| HSL | 296.82º | 0.55% | 0.53% | - |
| HSV(B) | 296.82º | 0.66% | 0.78% | - |
| XYZ | 34.48 | 19.64 | 56.62 | - |
| YUV | 120.42 | 172.91 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 200 | 0.04 | 0.66 | 0 | 0.22 | 296.82 | 0.55 | 0.53 |
| Hex | C1 | 44 | C8 | 4 | 42 | 0 | 16 | 129 | 37 | 35 |
| Octal | 301 | 104 | 310 | 4 | 102 | 0 | 26 | 451 | 67 | 65 |
| Binary | 11000001 | 1000100 | 11001000 | 100 | 1000010 | 0 | 10110 | 100101001 | 110111 | 110101 |
Color Harmonies of #C144C8
Complementary color
Monochromatic Colors of #C144C8
Black with #C144C8
Text Example
Text Example
White with #C144C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C144C8; }
p { color: rgb(193,68,200); }
H1.HeaderClassName
{
color: #C144C8;
}
.AnyTagClassName
{
color: #C144C8;
}
</style>
background-color css
<style>
a { background-color: #C144C8; }
a { background-color: rgb(193,68,200); }
div.DivClassName
{
background-color: #C144C8;
}
.BgClassName
{
background-color: #C144C8;
}
</style>
border-color css
<style>
span { border-color: #C144C8; }
span { border-color: rgb(193,68,200); }
td.TdClassName
{
border-color: #C144C8;
}
.TagClassName
{
border-color: #C144C8;
}
</style>