Shades of Fuchsia #C065AD
Tints of Fuchsia #C065AD
RGB
CMYK
RGB Variations
Color information
#C065AD (or 0xC065AD) is known color: Fuchsia. HEX triplet: C0, 65 and AD. RGB value is (192,101,173). Sum of RGB (Red+Green+Blue) = 192+101+173=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C065AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C065AD is #3F9A52. Grayscale: #888888. Windows color (decimal): -4168275 or 11363776. OLE color: 11363776.
HSL color Cylindrical-coordinate representation of color #C065AD: hue angle of 312.53º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C065AD is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 173 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.25 |
| HSL | 312.53º | 0.42% | 0.57% | - |
| HSV(B) | 312.53º | 0.47% | 0.75% | - |
| XYZ | 33.93 | 23.53 | 42.29 | - |
| YUV | 136.42 | 148.65 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 173 | 0 | 0.47 | 0.10 | 0.25 | 312.53 | 0.42 | 0.57 |
| Hex | C0 | 65 | AD | 0 | 2F | A | 19 | 139 | 2A | 39 |
| Octal | 300 | 145 | 255 | 0 | 57 | 12 | 31 | 471 | 52 | 71 |
| Binary | 11000000 | 1100101 | 10101101 | 0 | 101111 | 1010 | 11001 | 100111001 | 101010 | 111001 |
Color Harmonies of #C065AD
Complementary color
Monochromatic Colors of #C065AD
Black with #C065AD
Text Example
Text Example
White with #C065AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065AD; }
p { color: rgb(192,101,173); }
H1.HeaderClassName
{
color: #C065AD;
}
.AnyTagClassName
{
color: #C065AD;
}
</style>
background-color css
<style>
a { background-color: #C065AD; }
a { background-color: rgb(192,101,173); }
div.DivClassName
{
background-color: #C065AD;
}
.BgClassName
{
background-color: #C065AD;
}
</style>
border-color css
<style>
span { border-color: #C065AD; }
span { border-color: rgb(192,101,173); }
td.TdClassName
{
border-color: #C065AD;
}
.TagClassName
{
border-color: #C065AD;
}
</style>