Shades of Fuchsia #C434AD
Tints of Fuchsia #C434AD
RGB
CMYK
RGB Variations
Color information
#C434AD (or 0xC434AD) is known color: Fuchsia. HEX triplet: C4, 34 and AD. RGB value is (196,52,173). Sum of RGB (Red+Green+Blue) = 196+52+173=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 52 (20.70% from 255 or 12.35% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C434AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C434AD is #3BCB52. Grayscale: #6C6C6C. Windows color (decimal): -3918675 or 11351236. OLE color: 11351236.
HSL color Cylindrical-coordinate representation of color #C434AD: hue angle of 309.58º 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 #C434AD is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 52 | 173 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.23 |
| HSL | 309.58º | 0.58% | 0.49% | - |
| HSV(B) | 309.58º | 0.73% | 0.77% | - |
| XYZ | 31.54 | 17.21 | 41.19 | - |
| YUV | 108.85 | 164.21 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 173 | 0 | 0.73 | 0.12 | 0.23 | 309.58 | 0.58 | 0.49 |
| Hex | C4 | 34 | AD | 0 | 49 | C | 17 | 136 | 3A | 31 |
| Octal | 304 | 64 | 255 | 0 | 111 | 14 | 27 | 466 | 72 | 61 |
| Binary | 11000100 | 110100 | 10101101 | 0 | 1001001 | 1100 | 10111 | 100110110 | 111010 | 110001 |
Color Harmonies of #C434AD
Complementary color
Monochromatic Colors of #C434AD
Black with #C434AD
Text Example
Text Example
White with #C434AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C434AD; }
p { color: rgb(196,52,173); }
H1.HeaderClassName
{
color: #C434AD;
}
.AnyTagClassName
{
color: #C434AD;
}
</style>
background-color css
<style>
a { background-color: #C434AD; }
a { background-color: rgb(196,52,173); }
div.DivClassName
{
background-color: #C434AD;
}
.BgClassName
{
background-color: #C434AD;
}
</style>
border-color css
<style>
span { border-color: #C434AD; }
span { border-color: rgb(196,52,173); }
td.TdClassName
{
border-color: #C434AD;
}
.TagClassName
{
border-color: #C434AD;
}
</style>