Shades of Fuchsia #C14BC7
Tints of Fuchsia #C14BC7
RGB
CMYK
RGB Variations
Color information
#C14BC7 (or 0xC14BC7) is known color: Fuchsia. HEX triplet: C1, 4B and C7. RGB value is (193,75,199). Sum of RGB (Red+Green+Blue) = 193+75+199=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 199 (78.12% from 255 or 42.61% from 467); Max value from RGB is 199 - color contains mainly: blue. Hex color #C14BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14BC7 is #3EB438. Grayscale: #7C7C7C. Windows color (decimal): -4109369 or 13061057. OLE color: 13061057.
HSL color Cylindrical-coordinate representation of color #C14BC7: hue angle of 297.1º 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 #C14BC7 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 75 | 199 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.22 |
| HSL | 297.1º | 0.53% | 0.54% | - |
| HSV(B) | 297.1º | 0.62% | 0.78% | - |
| XYZ | 34.82 | 20.49 | 56.15 | - |
| YUV | 124.42 | 170.09 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 75 | 199 | 0.03 | 0.62 | 0 | 0.22 | 297.1 | 0.53 | 0.54 |
| Hex | C1 | 4B | C7 | 3 | 3E | 0 | 16 | 129 | 35 | 36 |
| Octal | 301 | 113 | 307 | 3 | 76 | 0 | 26 | 451 | 65 | 66 |
| Binary | 11000001 | 1001011 | 11000111 | 11 | 111110 | 0 | 10110 | 100101001 | 110101 | 110110 |
Color Harmonies of #C14BC7
Complementary color
Monochromatic Colors of #C14BC7
Black with #C14BC7
Text Example
Text Example
White with #C14BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14BC7; }
p { color: rgb(193,75,199); }
H1.HeaderClassName
{
color: #C14BC7;
}
.AnyTagClassName
{
color: #C14BC7;
}
</style>
background-color css
<style>
a { background-color: #C14BC7; }
a { background-color: rgb(193,75,199); }
div.DivClassName
{
background-color: #C14BC7;
}
.BgClassName
{
background-color: #C14BC7;
}
</style>
border-color css
<style>
span { border-color: #C14BC7; }
span { border-color: rgb(193,75,199); }
td.TdClassName
{
border-color: #C14BC7;
}
.TagClassName
{
border-color: #C14BC7;
}
</style>