Shades of Fuchsia #C14CBC
Tints of Fuchsia #C14CBC
RGB
CMYK
RGB Variations
Color information
#C14CBC (or 0xC14CBC) is known color: Fuchsia. HEX triplet: C1, 4C and BC. RGB value is (193,76,188). Sum of RGB (Red+Green+Blue) = 193+76+188=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C14CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14CBC is #3EB343. Grayscale: #7B7B7B. Windows color (decimal): -4109124 or 12340417. OLE color: 12340417.
HSL color Cylindrical-coordinate representation of color #C14CBC: hue angle of 302.56º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C14CBC is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 188 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.24 |
| HSL | 302.56º | 0.49% | 0.53% | - |
| HSV(B) | 302.56º | 0.61% | 0.76% | - |
| XYZ | 33.65 | 20.14 | 49.69 | - |
| YUV | 123.75 | 164.26 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 188 | 0 | 0.61 | 0.03 | 0.24 | 302.56 | 0.49 | 0.53 |
| Hex | C1 | 4C | BC | 0 | 3D | 3 | 18 | 12F | 31 | 35 |
| Octal | 301 | 114 | 274 | 0 | 75 | 3 | 30 | 457 | 61 | 65 |
| Binary | 11000001 | 1001100 | 10111100 | 0 | 111101 | 11 | 11000 | 100101111 | 110001 | 110101 |
Color Harmonies of #C14CBC
Complementary color
Monochromatic Colors of #C14CBC
Black with #C14CBC
Text Example
Text Example
White with #C14CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14CBC; }
p { color: rgb(193,76,188); }
H1.HeaderClassName
{
color: #C14CBC;
}
.AnyTagClassName
{
color: #C14CBC;
}
</style>
background-color css
<style>
a { background-color: #C14CBC; }
a { background-color: rgb(193,76,188); }
div.DivClassName
{
background-color: #C14CBC;
}
.BgClassName
{
background-color: #C14CBC;
}
</style>
border-color css
<style>
span { border-color: #C14CBC; }
span { border-color: rgb(193,76,188); }
td.TdClassName
{
border-color: #C14CBC;
}
.TagClassName
{
border-color: #C14CBC;
}
</style>