Shades of Fuchsia #C062B1
Tints of Fuchsia #C062B1
RGB
CMYK
RGB Variations
Color information
#C062B1 (or 0xC062B1) is known color: Fuchsia. HEX triplet: C0, 62 and B1. RGB value is (192,98,177). Sum of RGB (Red+Green+Blue) = 192+98+177=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C062B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C062B1 is #3F9D4E. Grayscale: #868686. Windows color (decimal): -4169039 or 11625152. OLE color: 11625152.
HSL color Cylindrical-coordinate representation of color #C062B1: hue angle of 309.57º 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 #C062B1 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 177 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.25 |
| HSL | 309.57º | 0.43% | 0.57% | - |
| HSV(B) | 309.57º | 0.49% | 0.75% | - |
| XYZ | 34.04 | 23.12 | 44.26 | - |
| YUV | 135.11 | 151.64 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 177 | 0 | 0.49 | 0.08 | 0.25 | 309.57 | 0.43 | 0.57 |
| Hex | C0 | 62 | B1 | 0 | 31 | 8 | 19 | 136 | 2B | 39 |
| Octal | 300 | 142 | 261 | 0 | 61 | 10 | 31 | 466 | 53 | 71 |
| Binary | 11000000 | 1100010 | 10110001 | 0 | 110001 | 1000 | 11001 | 100110110 | 101011 | 111001 |
Color Harmonies of #C062B1
Complementary color
Monochromatic Colors of #C062B1
Black with #C062B1
Text Example
Text Example
White with #C062B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C062B1; }
p { color: rgb(192,98,177); }
H1.HeaderClassName
{
color: #C062B1;
}
.AnyTagClassName
{
color: #C062B1;
}
</style>
background-color css
<style>
a { background-color: #C062B1; }
a { background-color: rgb(192,98,177); }
div.DivClassName
{
background-color: #C062B1;
}
.BgClassName
{
background-color: #C062B1;
}
</style>
border-color css
<style>
span { border-color: #C062B1; }
span { border-color: rgb(192,98,177); }
td.TdClassName
{
border-color: #C062B1;
}
.TagClassName
{
border-color: #C062B1;
}
</style>