Shades of Fuchsia #C14BC6
Tints of Fuchsia #C14BC6
RGB
CMYK
RGB Variations
Color information
#C14BC6 (or 0xC14BC6) is known color: Fuchsia. HEX triplet: C1, 4B and C6. RGB value is (193,75,198). Sum of RGB (Red+Green+Blue) = 193+75+198=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 198 - color contains mainly: blue. Hex color #C14BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14BC6 is #3EB439. Grayscale: #7B7B7B. Windows color (decimal): -4109370 or 12995521. OLE color: 12995521.
HSL color Cylindrical-coordinate representation of color #C14BC6: hue angle of 297.56º degrees, saturation: 0.52, 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 #C14BC6 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 75 | 198 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.22 |
| HSL | 297.56º | 0.52% | 0.54% | - |
| HSV(B) | 297.56º | 0.62% | 0.78% | - |
| XYZ | 34.7 | 20.45 | 55.54 | - |
| YUV | 124.3 | 169.59 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 75 | 198 | 0.03 | 0.62 | 0 | 0.22 | 297.56 | 0.52 | 0.54 |
| Hex | C1 | 4B | C6 | 3 | 3E | 0 | 16 | 12A | 34 | 36 |
| Octal | 301 | 113 | 306 | 3 | 76 | 0 | 26 | 452 | 64 | 66 |
| Binary | 11000001 | 1001011 | 11000110 | 11 | 111110 | 0 | 10110 | 100101010 | 110100 | 110110 |
Color Harmonies of #C14BC6
Complementary color
Monochromatic Colors of #C14BC6
Black with #C14BC6
Text Example
Text Example
White with #C14BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14BC6; }
p { color: rgb(193,75,198); }
H1.HeaderClassName
{
color: #C14BC6;
}
.AnyTagClassName
{
color: #C14BC6;
}
</style>
background-color css
<style>
a { background-color: #C14BC6; }
a { background-color: rgb(193,75,198); }
div.DivClassName
{
background-color: #C14BC6;
}
.BgClassName
{
background-color: #C14BC6;
}
</style>
border-color css
<style>
span { border-color: #C14BC6; }
span { border-color: rgb(193,75,198); }
td.TdClassName
{
border-color: #C14BC6;
}
.TagClassName
{
border-color: #C14BC6;
}
</style>