Shades of Fuchsia #C14BC8
Tints of Fuchsia #C14BC8
RGB
CMYK
RGB Variations
Color information
#C14BC8 (or 0xC14BC8) is known color: Fuchsia. HEX triplet: C1, 4B and C8. RGB value is (193,75,200). Sum of RGB (Red+Green+Blue) = 193+75+200=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 200 - color contains mainly: blue. Hex color #C14BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14BC8 is #3EB437. Grayscale: #7C7C7C. Windows color (decimal): -4109368 or 13126593. OLE color: 13126593.
HSL color Cylindrical-coordinate representation of color #C14BC8: hue angle of 296.64º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C14BC8 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 75 | 200 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.22 |
| HSL | 296.64º | 0.53% | 0.54% | - |
| HSV(B) | 296.64º | 0.63% | 0.78% | - |
| XYZ | 34.93 | 20.54 | 56.77 | - |
| YUV | 124.53 | 170.59 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 75 | 200 | 0.04 | 0.62 | 0 | 0.22 | 296.64 | 0.53 | 0.54 |
| Hex | C1 | 4B | C8 | 4 | 3E | 0 | 16 | 129 | 35 | 36 |
| Octal | 301 | 113 | 310 | 4 | 76 | 0 | 26 | 451 | 65 | 66 |
| Binary | 11000001 | 1001011 | 11001000 | 100 | 111110 | 0 | 10110 | 100101001 | 110101 | 110110 |
Color Harmonies of #C14BC8
Complementary color
Monochromatic Colors of #C14BC8
Black with #C14BC8
Text Example
Text Example
White with #C14BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14BC8; }
p { color: rgb(193,75,200); }
H1.HeaderClassName
{
color: #C14BC8;
}
.AnyTagClassName
{
color: #C14BC8;
}
</style>
background-color css
<style>
a { background-color: #C14BC8; }
a { background-color: rgb(193,75,200); }
div.DivClassName
{
background-color: #C14BC8;
}
.BgClassName
{
background-color: #C14BC8;
}
</style>
border-color css
<style>
span { border-color: #C14BC8; }
span { border-color: rgb(193,75,200); }
td.TdClassName
{
border-color: #C14BC8;
}
.TagClassName
{
border-color: #C14BC8;
}
</style>