Shades of Fuchsia #C251AD
Tints of Fuchsia #C251AD
RGB
CMYK
RGB Variations
Color information
#C251AD (or 0xC251AD) is known color: Fuchsia. HEX triplet: C2, 51 and AD. RGB value is (194,81,173). Sum of RGB (Red+Green+Blue) = 194+81+173=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C251AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C251AD is #3DAE52. Grayscale: #7D7D7D. Windows color (decimal): -4042323 or 11358658. OLE color: 11358658.
HSL color Cylindrical-coordinate representation of color #C251AD: hue angle of 311.15º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C251AD is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 173 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.24 |
| HSL | 311.15º | 0.48% | 0.54% | - |
| HSV(B) | 311.15º | 0.58% | 0.76% | - |
| XYZ | 32.73 | 20.37 | 41.74 | - |
| YUV | 125.28 | 154.94 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 173 | 0 | 0.58 | 0.11 | 0.24 | 311.15 | 0.48 | 0.54 |
| Hex | C2 | 51 | AD | 0 | 3A | B | 18 | 137 | 30 | 36 |
| Octal | 302 | 121 | 255 | 0 | 72 | 13 | 30 | 467 | 60 | 66 |
| Binary | 11000010 | 1010001 | 10101101 | 0 | 111010 | 1011 | 11000 | 100110111 | 110000 | 110110 |
Color Harmonies of #C251AD
Complementary color
Monochromatic Colors of #C251AD
Black with #C251AD
Text Example
Text Example
White with #C251AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C251AD; }
p { color: rgb(194,81,173); }
H1.HeaderClassName
{
color: #C251AD;
}
.AnyTagClassName
{
color: #C251AD;
}
</style>
background-color css
<style>
a { background-color: #C251AD; }
a { background-color: rgb(194,81,173); }
div.DivClassName
{
background-color: #C251AD;
}
.BgClassName
{
background-color: #C251AD;
}
</style>
border-color css
<style>
span { border-color: #C251AD; }
span { border-color: rgb(194,81,173); }
td.TdClassName
{
border-color: #C251AD;
}
.TagClassName
{
border-color: #C251AD;
}
</style>