Shades of Fuchsia #C062B0
Tints of Fuchsia #C062B0
RGB
CMYK
RGB Variations
Color information
#C062B0 (or 0xC062B0) is known color: Fuchsia. HEX triplet: C0, 62 and B0. RGB value is (192,98,176). Sum of RGB (Red+Green+Blue) = 192+98+176=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C062B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C062B0 is #3F9D4F. Grayscale: #868686. Windows color (decimal): -4169040 or 11559616. OLE color: 11559616.
HSL color Cylindrical-coordinate representation of color #C062B0: hue angle of 310.21º 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 #C062B0 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 176 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.25 |
| HSL | 310.21º | 0.43% | 0.57% | - |
| HSV(B) | 310.21º | 0.49% | 0.75% | - |
| XYZ | 33.94 | 23.08 | 43.74 | - |
| YUV | 135 | 151.14 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 176 | 0 | 0.49 | 0.08 | 0.25 | 310.21 | 0.43 | 0.57 |
| Hex | C0 | 62 | B0 | 0 | 31 | 8 | 19 | 136 | 2B | 39 |
| Octal | 300 | 142 | 260 | 0 | 61 | 10 | 31 | 466 | 53 | 71 |
| Binary | 11000000 | 1100010 | 10110000 | 0 | 110001 | 1000 | 11001 | 100110110 | 101011 | 111001 |
Color Harmonies of #C062B0
Complementary color
Monochromatic Colors of #C062B0
Black with #C062B0
Text Example
Text Example
White with #C062B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C062B0; }
p { color: rgb(192,98,176); }
H1.HeaderClassName
{
color: #C062B0;
}
.AnyTagClassName
{
color: #C062B0;
}
</style>
background-color css
<style>
a { background-color: #C062B0; }
a { background-color: rgb(192,98,176); }
div.DivClassName
{
background-color: #C062B0;
}
.BgClassName
{
background-color: #C062B0;
}
</style>
border-color css
<style>
span { border-color: #C062B0; }
span { border-color: rgb(192,98,176); }
td.TdClassName
{
border-color: #C062B0;
}
.TagClassName
{
border-color: #C062B0;
}
</style>