Shades of Fuchsia #C14BC3
Tints of Fuchsia #C14BC3
RGB
CMYK
RGB Variations
Color information
#C14BC3 (or 0xC14BC3) is known color: Fuchsia. HEX triplet: C1, 4B and C3. RGB value is (193,75,195). Sum of RGB (Red+Green+Blue) = 193+75+195=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 195 (76.56% from 255 or 42.12% from 463); Max value from RGB is 195 - color contains mainly: blue. Hex color #C14BC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14BC3 is #3EB43C. Grayscale: #7B7B7B. Windows color (decimal): -4109373 or 12798913. OLE color: 12798913.
HSL color Cylindrical-coordinate representation of color #C14BC3: hue angle of 299º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C14BC3 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 75 | 195 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.24 |
| HSL | 299º | 0.5% | 0.53% | - |
| HSV(B) | 299º | 0.62% | 0.76% | - |
| XYZ | 34.36 | 20.31 | 53.74 | - |
| YUV | 123.96 | 168.09 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 75 | 195 | 0.01 | 0.62 | 0 | 0.24 | 299 | 0.5 | 0.53 |
| Hex | C1 | 4B | C3 | 1 | 3E | 0 | 18 | 12B | 32 | 35 |
| Octal | 301 | 113 | 303 | 1 | 76 | 0 | 30 | 453 | 62 | 65 |
| Binary | 11000001 | 1001011 | 11000011 | 1 | 111110 | 0 | 11000 | 100101011 | 110010 | 110101 |
Color Harmonies of #C14BC3
Complementary color
Monochromatic Colors of #C14BC3
Black with #C14BC3
Text Example
Text Example
White with #C14BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14BC3; }
p { color: rgb(193,75,195); }
H1.HeaderClassName
{
color: #C14BC3;
}
.AnyTagClassName
{
color: #C14BC3;
}
</style>
background-color css
<style>
a { background-color: #C14BC3; }
a { background-color: rgb(193,75,195); }
div.DivClassName
{
background-color: #C14BC3;
}
.BgClassName
{
background-color: #C14BC3;
}
</style>
border-color css
<style>
span { border-color: #C14BC3; }
span { border-color: rgb(193,75,195); }
td.TdClassName
{
border-color: #C14BC3;
}
.TagClassName
{
border-color: #C14BC3;
}
</style>