Shades of Fuchsia #C434AB
Tints of Fuchsia #C434AB
RGB
CMYK
RGB Variations
Color information
#C434AB (or 0xC434AB) is known color: Fuchsia. HEX triplet: C4, 34 and AB. RGB value is (196,52,171). Sum of RGB (Red+Green+Blue) = 196+52+171=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C434AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C434AB is #3BCB54. Grayscale: #6C6C6C. Windows color (decimal): -3918677 or 11220164. OLE color: 11220164.
HSL color Cylindrical-coordinate representation of color #C434AB: hue angle of 310.42º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C434AB is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 52 | 171 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.23 |
| HSL | 310.42º | 0.58% | 0.49% | - |
| HSV(B) | 310.42º | 0.73% | 0.77% | - |
| XYZ | 31.34 | 17.13 | 40.18 | - |
| YUV | 108.62 | 163.21 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 171 | 0 | 0.73 | 0.13 | 0.23 | 310.42 | 0.58 | 0.49 |
| Hex | C4 | 34 | AB | 0 | 49 | D | 17 | 136 | 3A | 31 |
| Octal | 304 | 64 | 253 | 0 | 111 | 15 | 27 | 466 | 72 | 61 |
| Binary | 11000100 | 110100 | 10101011 | 0 | 1001001 | 1101 | 10111 | 100110110 | 111010 | 110001 |
Color Harmonies of #C434AB
Complementary color
Monochromatic Colors of #C434AB
Black with #C434AB
Text Example
Text Example
White with #C434AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C434AB; }
p { color: rgb(196,52,171); }
H1.HeaderClassName
{
color: #C434AB;
}
.AnyTagClassName
{
color: #C434AB;
}
</style>
background-color css
<style>
a { background-color: #C434AB; }
a { background-color: rgb(196,52,171); }
div.DivClassName
{
background-color: #C434AB;
}
.BgClassName
{
background-color: #C434AB;
}
</style>
border-color css
<style>
span { border-color: #C434AB; }
span { border-color: rgb(196,52,171); }
td.TdClassName
{
border-color: #C434AB;
}
.TagClassName
{
border-color: #C434AB;
}
</style>