Shades of Fuchsia #C062B2
Tints of Fuchsia #C062B2
RGB
CMYK
RGB Variations
Color information
#C062B2 (or 0xC062B2) is known color: Fuchsia. HEX triplet: C0, 62 and B2. RGB value is (192,98,178). Sum of RGB (Red+Green+Blue) = 192+98+178=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C062B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C062B2 is #3F9D4D. Grayscale: #878787. Windows color (decimal): -4169038 or 11690688. OLE color: 11690688.
HSL color Cylindrical-coordinate representation of color #C062B2: hue angle of 308.94º 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 #C062B2 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 178 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.25 |
| HSL | 308.94º | 0.43% | 0.57% | - |
| HSV(B) | 308.94º | 0.49% | 0.75% | - |
| XYZ | 34.14 | 23.16 | 44.79 | - |
| YUV | 135.23 | 152.14 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 178 | 0 | 0.49 | 0.07 | 0.25 | 308.94 | 0.43 | 0.57 |
| Hex | C0 | 62 | B2 | 0 | 31 | 7 | 19 | 135 | 2B | 39 |
| Octal | 300 | 142 | 262 | 0 | 61 | 7 | 31 | 465 | 53 | 71 |
| Binary | 11000000 | 1100010 | 10110010 | 0 | 110001 | 111 | 11001 | 100110101 | 101011 | 111001 |
Color Harmonies of #C062B2
Complementary color
Monochromatic Colors of #C062B2
Black with #C062B2
Text Example
Text Example
White with #C062B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C062B2; }
p { color: rgb(192,98,178); }
H1.HeaderClassName
{
color: #C062B2;
}
.AnyTagClassName
{
color: #C062B2;
}
</style>
background-color css
<style>
a { background-color: #C062B2; }
a { background-color: rgb(192,98,178); }
div.DivClassName
{
background-color: #C062B2;
}
.BgClassName
{
background-color: #C062B2;
}
</style>
border-color css
<style>
span { border-color: #C062B2; }
span { border-color: rgb(192,98,178); }
td.TdClassName
{
border-color: #C062B2;
}
.TagClassName
{
border-color: #C062B2;
}
</style>