Shades of Fuchsia #C14BBF
Tints of Fuchsia #C14BBF
RGB
CMYK
RGB Variations
Color information
#C14BBF (or 0xC14BBF) is known color: Fuchsia. HEX triplet: C1, 4B and BF. RGB value is (193,75,191). Sum of RGB (Red+Green+Blue) = 193+75+191=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C14BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14BBF is #3EB440. Grayscale: #7B7B7B. Windows color (decimal): -4109377 or 12536769. OLE color: 12536769.
HSL color Cylindrical-coordinate representation of color #C14BBF: hue angle of 301.02º 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 #C14BBF is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 75 | 191 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.24 |
| HSL | 301.02º | 0.49% | 0.53% | - |
| HSV(B) | 301.02º | 0.61% | 0.76% | - |
| XYZ | 33.91 | 20.13 | 51.39 | - |
| YUV | 123.51 | 166.09 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 75 | 191 | 0 | 0.61 | 0.01 | 0.24 | 301.02 | 0.49 | 0.53 |
| Hex | C1 | 4B | BF | 0 | 3D | 1 | 18 | 12D | 31 | 35 |
| Octal | 301 | 113 | 277 | 0 | 75 | 1 | 30 | 455 | 61 | 65 |
| Binary | 11000001 | 1001011 | 10111111 | 0 | 111101 | 1 | 11000 | 100101101 | 110001 | 110101 |
Color Harmonies of #C14BBF
Complementary color
Monochromatic Colors of #C14BBF
Black with #C14BBF
Text Example
Text Example
White with #C14BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14BBF; }
p { color: rgb(193,75,191); }
H1.HeaderClassName
{
color: #C14BBF;
}
.AnyTagClassName
{
color: #C14BBF;
}
</style>
background-color css
<style>
a { background-color: #C14BBF; }
a { background-color: rgb(193,75,191); }
div.DivClassName
{
background-color: #C14BBF;
}
.BgClassName
{
background-color: #C14BBF;
}
</style>
border-color css
<style>
span { border-color: #C14BBF; }
span { border-color: rgb(193,75,191); }
td.TdClassName
{
border-color: #C14BBF;
}
.TagClassName
{
border-color: #C14BBF;
}
</style>