Shades of Fuchsia #C062AD
Tints of Fuchsia #C062AD
RGB
CMYK
RGB Variations
Color information
#C062AD (or 0xC062AD) is known color: Fuchsia. HEX triplet: C0, 62 and AD. RGB value is (192,98,173). Sum of RGB (Red+Green+Blue) = 192+98+173=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C062AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C062AD is #3F9D52. Grayscale: #868686. Windows color (decimal): -4169043 or 11363008. OLE color: 11363008.
HSL color Cylindrical-coordinate representation of color #C062AD: hue angle of 312.13º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C062AD is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 173 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.25 |
| HSL | 312.13º | 0.43% | 0.57% | - |
| HSV(B) | 312.13º | 0.49% | 0.75% | - |
| XYZ | 33.65 | 22.96 | 42.19 | - |
| YUV | 134.66 | 149.64 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 173 | 0 | 0.49 | 0.10 | 0.25 | 312.13 | 0.43 | 0.57 |
| Hex | C0 | 62 | AD | 0 | 31 | A | 19 | 138 | 2B | 39 |
| Octal | 300 | 142 | 255 | 0 | 61 | 12 | 31 | 470 | 53 | 71 |
| Binary | 11000000 | 1100010 | 10101101 | 0 | 110001 | 1010 | 11001 | 100111000 | 101011 | 111001 |
Color Harmonies of #C062AD
Complementary color
Monochromatic Colors of #C062AD
Black with #C062AD
Text Example
Text Example
White with #C062AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C062AD; }
p { color: rgb(192,98,173); }
H1.HeaderClassName
{
color: #C062AD;
}
.AnyTagClassName
{
color: #C062AD;
}
</style>
background-color css
<style>
a { background-color: #C062AD; }
a { background-color: rgb(192,98,173); }
div.DivClassName
{
background-color: #C062AD;
}
.BgClassName
{
background-color: #C062AD;
}
</style>
border-color css
<style>
span { border-color: #C062AD; }
span { border-color: rgb(192,98,173); }
td.TdClassName
{
border-color: #C062AD;
}
.TagClassName
{
border-color: #C062AD;
}
</style>