Shades of Fuchsia #C062C5
Tints of Fuchsia #C062C5
RGB
CMYK
RGB Variations
Color information
#C062C5 (or 0xC062C5) is known color: Fuchsia. HEX triplet: C0, 62 and C5. RGB value is (192,98,197). Sum of RGB (Red+Green+Blue) = 192+98+197=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 197 - color contains mainly: blue. Hex color #C062C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C062C5 is #3F9D3A. Grayscale: #898989. Windows color (decimal): -4169019 or 12935872. OLE color: 12935872.
HSL color Cylindrical-coordinate representation of color #C062C5: hue angle of 296.97º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C062C5 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 98 | 197 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.23 |
| HSL | 296.97º | 0.46% | 0.58% | - |
| HSV(B) | 296.97º | 0.5% | 0.77% | - |
| XYZ | 36.18 | 23.97 | 55.54 | - |
| YUV | 137.39 | 161.64 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 197 | 0.03 | 0.50 | 0 | 0.23 | 296.97 | 0.46 | 0.58 |
| Hex | C0 | 62 | C5 | 3 | 32 | 0 | 17 | 129 | 2E | 3A |
| Octal | 300 | 142 | 305 | 3 | 62 | 0 | 27 | 451 | 56 | 72 |
| Binary | 11000000 | 1100010 | 11000101 | 11 | 110010 | 0 | 10111 | 100101001 | 101110 | 111010 |
Color Harmonies of #C062C5
Complementary color
Monochromatic Colors of #C062C5
Black with #C062C5
Text Example
Text Example
White with #C062C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C062C5; }
p { color: rgb(192,98,197); }
H1.HeaderClassName
{
color: #C062C5;
}
.AnyTagClassName
{
color: #C062C5;
}
</style>
background-color css
<style>
a { background-color: #C062C5; }
a { background-color: rgb(192,98,197); }
div.DivClassName
{
background-color: #C062C5;
}
.BgClassName
{
background-color: #C062C5;
}
</style>
border-color css
<style>
span { border-color: #C062C5; }
span { border-color: rgb(192,98,197); }
td.TdClassName
{
border-color: #C062C5;
}
.TagClassName
{
border-color: #C062C5;
}
</style>