Shades of Fuchsia #C34BAB
Tints of Fuchsia #C34BAB
RGB
CMYK
RGB Variations
Color information
#C34BAB (or 0xC34BAB) is known color: Fuchsia. HEX triplet: C3, 4B and AB. RGB value is (195,75,171). Sum of RGB (Red+Green+Blue) = 195+75+171=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C34BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34BAB is #3CB454. Grayscale: #797979. Windows color (decimal): -3978325 or 11226051. OLE color: 11226051.
HSL color Cylindrical-coordinate representation of color #C34BAB: hue angle of 312º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34BAB is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 75 | 171 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.24 |
| HSL | 312º | 0.5% | 0.53% | - |
| HSV(B) | 312º | 0.62% | 0.76% | - |
| XYZ | 32.37 | 19.57 | 40.6 | - |
| YUV | 121.82 | 155.76 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 171 | 0 | 0.62 | 0.12 | 0.24 | 312 | 0.5 | 0.53 |
| Hex | C3 | 4B | AB | 0 | 3E | C | 18 | 138 | 32 | 35 |
| Octal | 303 | 113 | 253 | 0 | 76 | 14 | 30 | 470 | 62 | 65 |
| Binary | 11000011 | 1001011 | 10101011 | 0 | 111110 | 1100 | 11000 | 100111000 | 110010 | 110101 |
Color Harmonies of #C34BAB
Complementary color
Monochromatic Colors of #C34BAB
Black with #C34BAB
Text Example
Text Example
White with #C34BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34BAB; }
p { color: rgb(195,75,171); }
H1.HeaderClassName
{
color: #C34BAB;
}
.AnyTagClassName
{
color: #C34BAB;
}
</style>
background-color css
<style>
a { background-color: #C34BAB; }
a { background-color: rgb(195,75,171); }
div.DivClassName
{
background-color: #C34BAB;
}
.BgClassName
{
background-color: #C34BAB;
}
</style>
border-color css
<style>
span { border-color: #C34BAB; }
span { border-color: rgb(195,75,171); }
td.TdClassName
{
border-color: #C34BAB;
}
.TagClassName
{
border-color: #C34BAB;
}
</style>