Shades of Fuchsia #C14FB4
Tints of Fuchsia #C14FB4
RGB
CMYK
RGB Variations
Color information
#C14FB4 (or 0xC14FB4) is known color: Fuchsia. HEX triplet: C1, 4F and B4. RGB value is (193,79,180). Sum of RGB (Red+Green+Blue) = 193+79+180=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C14FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14FB4 is #3EB04B. Grayscale: #7C7C7C. Windows color (decimal): -4108364 or 11816897. OLE color: 11816897.
HSL color Cylindrical-coordinate representation of color #C14FB4: hue angle of 306.84º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C14FB4 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 79 | 180 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.24 |
| HSL | 306.84º | 0.48% | 0.53% | - |
| HSV(B) | 306.84º | 0.59% | 0.76% | - |
| XYZ | 33.03 | 20.22 | 45.34 | - |
| YUV | 124.6 | 159.27 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 180 | 0 | 0.59 | 0.07 | 0.24 | 306.84 | 0.48 | 0.53 |
| Hex | C1 | 4F | B4 | 0 | 3B | 7 | 18 | 133 | 30 | 35 |
| Octal | 301 | 117 | 264 | 0 | 73 | 7 | 30 | 463 | 60 | 65 |
| Binary | 11000001 | 1001111 | 10110100 | 0 | 111011 | 111 | 11000 | 100110011 | 110000 | 110101 |
Color Harmonies of #C14FB4
Complementary color
Monochromatic Colors of #C14FB4
Black with #C14FB4
Text Example
Text Example
White with #C14FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14FB4; }
p { color: rgb(193,79,180); }
H1.HeaderClassName
{
color: #C14FB4;
}
.AnyTagClassName
{
color: #C14FB4;
}
</style>
background-color css
<style>
a { background-color: #C14FB4; }
a { background-color: rgb(193,79,180); }
div.DivClassName
{
background-color: #C14FB4;
}
.BgClassName
{
background-color: #C14FB4;
}
</style>
border-color css
<style>
span { border-color: #C14FB4; }
span { border-color: rgb(193,79,180); }
td.TdClassName
{
border-color: #C14FB4;
}
.TagClassName
{
border-color: #C14FB4;
}
</style>