Shades of Fuchsia #C465AD
Tints of Fuchsia #C465AD
RGB
CMYK
RGB Variations
Color information
#C465AD (or 0xC465AD) is known color: Fuchsia. HEX triplet: C4, 65 and AD. RGB value is (196,101,173). Sum of RGB (Red+Green+Blue) = 196+101+173=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C465AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C465AD is #3B9A52. Grayscale: #898989. Windows color (decimal): -3906131 or 11363780. OLE color: 11363780.
HSL color Cylindrical-coordinate representation of color #C465AD: hue angle of 314.53º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C465AD is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 101 | 173 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.23 |
| HSL | 314.53º | 0.45% | 0.58% | - |
| HSV(B) | 314.53º | 0.48% | 0.77% | - |
| XYZ | 34.96 | 24.06 | 42.34 | - |
| YUV | 137.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 101 | 173 | 0 | 0.48 | 0.12 | 0.23 | 314.53 | 0.45 | 0.58 |
| Hex | C4 | 65 | AD | 0 | 30 | C | 17 | 13B | 2D | 3A |
| Octal | 304 | 145 | 255 | 0 | 60 | 14 | 27 | 473 | 55 | 72 |
| Binary | 11000100 | 1100101 | 10101101 | 0 | 110000 | 1100 | 10111 | 100111011 | 101101 | 111010 |
Color Harmonies of #C465AD
Complementary color
Monochromatic Colors of #C465AD
Black with #C465AD
Text Example
Text Example
White with #C465AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C465AD; }
p { color: rgb(196,101,173); }
H1.HeaderClassName
{
color: #C465AD;
}
.AnyTagClassName
{
color: #C465AD;
}
</style>
background-color css
<style>
a { background-color: #C465AD; }
a { background-color: rgb(196,101,173); }
div.DivClassName
{
background-color: #C465AD;
}
.BgClassName
{
background-color: #C465AD;
}
</style>
border-color css
<style>
span { border-color: #C465AD; }
span { border-color: rgb(196,101,173); }
td.TdClassName
{
border-color: #C465AD;
}
.TagClassName
{
border-color: #C465AD;
}
</style>