Shades of Fuchsia #C14BAF
Tints of Fuchsia #C14BAF
RGB
CMYK
RGB Variations
Color information
#C14BAF (or 0xC14BAF) is known color: Fuchsia. HEX triplet: C1, 4B and AF. RGB value is (193,75,175). Sum of RGB (Red+Green+Blue) = 193+75+175=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C14BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14BAF is #3EB450. Grayscale: #797979. Windows color (decimal): -4109393 or 11488193. OLE color: 11488193.
HSL color Cylindrical-coordinate representation of color #C14BAF: hue angle of 309.15º 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 #C14BAF is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 75 | 175 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.24 |
| HSL | 309.15º | 0.49% | 0.53% | - |
| HSV(B) | 309.15º | 0.61% | 0.76% | - |
| XYZ | 32.25 | 19.46 | 42.61 | - |
| YUV | 121.68 | 158.09 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 75 | 175 | 0 | 0.61 | 0.09 | 0.24 | 309.15 | 0.49 | 0.53 |
| Hex | C1 | 4B | AF | 0 | 3D | 9 | 18 | 135 | 31 | 35 |
| Octal | 301 | 113 | 257 | 0 | 75 | 11 | 30 | 465 | 61 | 65 |
| Binary | 11000001 | 1001011 | 10101111 | 0 | 111101 | 1001 | 11000 | 100110101 | 110001 | 110101 |
Color Harmonies of #C14BAF
Complementary color
Monochromatic Colors of #C14BAF
Black with #C14BAF
Text Example
Text Example
White with #C14BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14BAF; }
p { color: rgb(193,75,175); }
H1.HeaderClassName
{
color: #C14BAF;
}
.AnyTagClassName
{
color: #C14BAF;
}
</style>
background-color css
<style>
a { background-color: #C14BAF; }
a { background-color: rgb(193,75,175); }
div.DivClassName
{
background-color: #C14BAF;
}
.BgClassName
{
background-color: #C14BAF;
}
</style>
border-color css
<style>
span { border-color: #C14BAF; }
span { border-color: rgb(193,75,175); }
td.TdClassName
{
border-color: #C14BAF;
}
.TagClassName
{
border-color: #C14BAF;
}
</style>