Shades of Fuchsia #C14BBC
Tints of Fuchsia #C14BBC
RGB
CMYK
RGB Variations
Color information
#C14BBC (or 0xC14BBC) is known color: Fuchsia. HEX triplet: C1, 4B and BC. RGB value is (193,75,188). Sum of RGB (Red+Green+Blue) = 193+75+188=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C14BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14BBC is #3EB443. Grayscale: #7A7A7A. Windows color (decimal): -4109380 or 12340161. OLE color: 12340161.
HSL color Cylindrical-coordinate representation of color #C14BBC: hue angle of 302.54º 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 #C14BBC is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 75 | 188 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.24 |
| HSL | 302.54º | 0.49% | 0.53% | - |
| HSV(B) | 302.54º | 0.61% | 0.76% | - |
| XYZ | 33.59 | 20 | 49.67 | - |
| YUV | 123.16 | 164.59 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 75 | 188 | 0 | 0.61 | 0.03 | 0.24 | 302.54 | 0.49 | 0.53 |
| Hex | C1 | 4B | BC | 0 | 3D | 3 | 18 | 12F | 31 | 35 |
| Octal | 301 | 113 | 274 | 0 | 75 | 3 | 30 | 457 | 61 | 65 |
| Binary | 11000001 | 1001011 | 10111100 | 0 | 111101 | 11 | 11000 | 100101111 | 110001 | 110101 |
Color Harmonies of #C14BBC
Complementary color
Monochromatic Colors of #C14BBC
Black with #C14BBC
Text Example
Text Example
White with #C14BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14BBC; }
p { color: rgb(193,75,188); }
H1.HeaderClassName
{
color: #C14BBC;
}
.AnyTagClassName
{
color: #C14BBC;
}
</style>
background-color css
<style>
a { background-color: #C14BBC; }
a { background-color: rgb(193,75,188); }
div.DivClassName
{
background-color: #C14BBC;
}
.BgClassName
{
background-color: #C14BBC;
}
</style>
border-color css
<style>
span { border-color: #C14BBC; }
span { border-color: rgb(193,75,188); }
td.TdClassName
{
border-color: #C14BBC;
}
.TagClassName
{
border-color: #C14BBC;
}
</style>