Shades of Fuchsia #C14ABD
Tints of Fuchsia #C14ABD
RGB
CMYK
RGB Variations
Color information
#C14ABD (or 0xC14ABD) is known color: Fuchsia. HEX triplet: C1, 4A and BD. RGB value is (193,74,189). Sum of RGB (Red+Green+Blue) = 193+74+189=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C14ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14ABD is #3EB542. Grayscale: #7A7A7A. Windows color (decimal): -4109635 or 12405441. OLE color: 12405441.
HSL color Cylindrical-coordinate representation of color #C14ABD: hue angle of 302.02º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C14ABD is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 74 | 189 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.24 |
| HSL | 302.02º | 0.49% | 0.52% | - |
| HSV(B) | 302.02º | 0.62% | 0.76% | - |
| XYZ | 33.63 | 19.91 | 50.21 | - |
| YUV | 122.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 189 | 0 | 0.62 | 0.02 | 0.24 | 302.02 | 0.49 | 0.52 |
| Hex | C1 | 4A | BD | 0 | 3E | 2 | 18 | 12E | 31 | 34 |
| Octal | 301 | 112 | 275 | 0 | 76 | 2 | 30 | 456 | 61 | 64 |
| Binary | 11000001 | 1001010 | 10111101 | 0 | 111110 | 10 | 11000 | 100101110 | 110001 | 110100 |
Color Harmonies of #C14ABD
Complementary color
Monochromatic Colors of #C14ABD
Black with #C14ABD
Text Example
Text Example
White with #C14ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14ABD; }
p { color: rgb(193,74,189); }
H1.HeaderClassName
{
color: #C14ABD;
}
.AnyTagClassName
{
color: #C14ABD;
}
</style>
background-color css
<style>
a { background-color: #C14ABD; }
a { background-color: rgb(193,74,189); }
div.DivClassName
{
background-color: #C14ABD;
}
.BgClassName
{
background-color: #C14ABD;
}
</style>
border-color css
<style>
span { border-color: #C14ABD; }
span { border-color: rgb(193,74,189); }
td.TdClassName
{
border-color: #C14ABD;
}
.TagClassName
{
border-color: #C14ABD;
}
</style>