Shades of Fuchsia #C245AD
Tints of Fuchsia #C245AD
RGB
CMYK
RGB Variations
Color information
#C245AD (or 0xC245AD) is known color: Fuchsia. HEX triplet: C2, 45 and AD. RGB value is (194,69,173). Sum of RGB (Red+Green+Blue) = 194+69+173=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C245AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C245AD is #3DBA52. Grayscale: #757575. Windows color (decimal): -4045395 or 11355586. OLE color: 11355586.
HSL color Cylindrical-coordinate representation of color #C245AD: hue angle of 310.08º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C245AD is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 173 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.24 |
| HSL | 310.08º | 0.51% | 0.52% | - |
| HSV(B) | 310.08º | 0.64% | 0.76% | - |
| XYZ | 31.92 | 18.74 | 41.47 | - |
| YUV | 118.23 | 158.91 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 173 | 0 | 0.64 | 0.11 | 0.24 | 310.08 | 0.51 | 0.52 |
| Hex | C2 | 45 | AD | 0 | 40 | B | 18 | 136 | 33 | 34 |
| Octal | 302 | 105 | 255 | 0 | 100 | 13 | 30 | 466 | 63 | 64 |
| Binary | 11000010 | 1000101 | 10101101 | 0 | 1000000 | 1011 | 11000 | 100110110 | 110011 | 110100 |
Color Harmonies of #C245AD
Complementary color
Monochromatic Colors of #C245AD
Black with #C245AD
Text Example
Text Example
White with #C245AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C245AD; }
p { color: rgb(194,69,173); }
H1.HeaderClassName
{
color: #C245AD;
}
.AnyTagClassName
{
color: #C245AD;
}
</style>
background-color css
<style>
a { background-color: #C245AD; }
a { background-color: rgb(194,69,173); }
div.DivClassName
{
background-color: #C245AD;
}
.BgClassName
{
background-color: #C245AD;
}
</style>
border-color css
<style>
span { border-color: #C245AD; }
span { border-color: rgb(194,69,173); }
td.TdClassName
{
border-color: #C245AD;
}
.TagClassName
{
border-color: #C245AD;
}
</style>