Shades of Fuchsia #C431AD
Tints of Fuchsia #C431AD
RGB
CMYK
RGB Variations
Color information
#C431AD (or 0xC431AD) is known color: Fuchsia. HEX triplet: C4, 31 and AD. RGB value is (196,49,173). Sum of RGB (Red+Green+Blue) = 196+49+173=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C431AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C431AD is #3BCE52. Grayscale: #6A6A6A. Windows color (decimal): -3919443 or 11350468. OLE color: 11350468.
HSL color Cylindrical-coordinate representation of color #C431AD: hue angle of 309.39º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C431AD is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 173 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.23 |
| HSL | 309.39º | 0.6% | 0.48% | - |
| HSV(B) | 309.39º | 0.75% | 0.77% | - |
| XYZ | 31.41 | 16.95 | 41.15 | - |
| YUV | 107.09 | 165.2 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 173 | 0 | 0.75 | 0.12 | 0.23 | 309.39 | 0.6 | 0.48 |
| Hex | C4 | 31 | AD | 0 | 4B | C | 17 | 135 | 3C | 30 |
| Octal | 304 | 61 | 255 | 0 | 113 | 14 | 27 | 465 | 74 | 60 |
| Binary | 11000100 | 110001 | 10101101 | 0 | 1001011 | 1100 | 10111 | 100110101 | 111100 | 110000 |
Color Harmonies of #C431AD
Complementary color
Monochromatic Colors of #C431AD
Black with #C431AD
Text Example
Text Example
White with #C431AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C431AD; }
p { color: rgb(196,49,173); }
H1.HeaderClassName
{
color: #C431AD;
}
.AnyTagClassName
{
color: #C431AD;
}
</style>
background-color css
<style>
a { background-color: #C431AD; }
a { background-color: rgb(196,49,173); }
div.DivClassName
{
background-color: #C431AD;
}
.BgClassName
{
background-color: #C431AD;
}
</style>
border-color css
<style>
span { border-color: #C431AD; }
span { border-color: rgb(196,49,173); }
td.TdClassName
{
border-color: #C431AD;
}
.TagClassName
{
border-color: #C431AD;
}
</style>