Shades of Fuchsia #C134BD
Tints of Fuchsia #C134BD
RGB
CMYK
RGB Variations
Color information
#C134BD (or 0xC134BD) is known color: Fuchsia. HEX triplet: C1, 34 and BD. RGB value is (193,52,189). Sum of RGB (Red+Green+Blue) = 193+52+189=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C134BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C134BD is #3ECB42. Grayscale: #6D6D6D. Windows color (decimal): -4115267 or 12399809. OLE color: 12399809.
HSL color Cylindrical-coordinate representation of color #C134BD: hue angle of 301.7º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C134BD is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 189 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.24 |
| HSL | 301.7º | 0.58% | 0.48% | - |
| HSV(B) | 301.7º | 0.73% | 0.76% | - |
| XYZ | 32.41 | 17.47 | 49.81 | - |
| YUV | 109.78 | 172.71 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 189 | 0 | 0.73 | 0.02 | 0.24 | 301.7 | 0.58 | 0.48 |
| Hex | C1 | 34 | BD | 0 | 49 | 2 | 18 | 12E | 3A | 30 |
| Octal | 301 | 64 | 275 | 0 | 111 | 2 | 30 | 456 | 72 | 60 |
| Binary | 11000001 | 110100 | 10111101 | 0 | 1001001 | 10 | 11000 | 100101110 | 111010 | 110000 |
Color Harmonies of #C134BD
Complementary color
Monochromatic Colors of #C134BD
Black with #C134BD
Text Example
Text Example
White with #C134BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C134BD; }
p { color: rgb(193,52,189); }
H1.HeaderClassName
{
color: #C134BD;
}
.AnyTagClassName
{
color: #C134BD;
}
</style>
background-color css
<style>
a { background-color: #C134BD; }
a { background-color: rgb(193,52,189); }
div.DivClassName
{
background-color: #C134BD;
}
.BgClassName
{
background-color: #C134BD;
}
</style>
border-color css
<style>
span { border-color: #C134BD; }
span { border-color: rgb(193,52,189); }
td.TdClassName
{
border-color: #C134BD;
}
.TagClassName
{
border-color: #C134BD;
}
</style>