Shades of Fuchsia #C14CB8
Tints of Fuchsia #C14CB8
RGB
CMYK
RGB Variations
Color information
#C14CB8 (or 0xC14CB8) is known color: Fuchsia. HEX triplet: C1, 4C and B8. RGB value is (193,76,184). Sum of RGB (Red+Green+Blue) = 193+76+184=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C14CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14CB8 is #3EB347. Grayscale: #7A7A7A. Windows color (decimal): -4109128 or 12078273. OLE color: 12078273.
HSL color Cylindrical-coordinate representation of color #C14CB8: hue angle of 304.62º 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 #C14CB8 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 184 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.24 |
| HSL | 304.62º | 0.49% | 0.53% | - |
| HSV(B) | 304.62º | 0.61% | 0.76% | - |
| XYZ | 33.23 | 19.97 | 47.45 | - |
| YUV | 123.3 | 162.26 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 184 | 0 | 0.61 | 0.05 | 0.24 | 304.62 | 0.49 | 0.53 |
| Hex | C1 | 4C | B8 | 0 | 3D | 5 | 18 | 131 | 31 | 35 |
| Octal | 301 | 114 | 270 | 0 | 75 | 5 | 30 | 461 | 61 | 65 |
| Binary | 11000001 | 1001100 | 10111000 | 0 | 111101 | 101 | 11000 | 100110001 | 110001 | 110101 |
Color Harmonies of #C14CB8
Complementary color
Monochromatic Colors of #C14CB8
Black with #C14CB8
Text Example
Text Example
White with #C14CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14CB8; }
p { color: rgb(193,76,184); }
H1.HeaderClassName
{
color: #C14CB8;
}
.AnyTagClassName
{
color: #C14CB8;
}
</style>
background-color css
<style>
a { background-color: #C14CB8; }
a { background-color: rgb(193,76,184); }
div.DivClassName
{
background-color: #C14CB8;
}
.BgClassName
{
background-color: #C14CB8;
}
</style>
border-color css
<style>
span { border-color: #C14CB8; }
span { border-color: rgb(193,76,184); }
td.TdClassName
{
border-color: #C14CB8;
}
.TagClassName
{
border-color: #C14CB8;
}
</style>