Shades of Fuchsia #C062C9
Tints of Fuchsia #C062C9
RGB
CMYK
RGB Variations
Color information
#C062C9 (or 0xC062C9) is known color: Fuchsia. HEX triplet: C0, 62 and C9. RGB value is (192,98,201). Sum of RGB (Red+Green+Blue) = 192+98+201=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 201 - color contains mainly: blue. Hex color #C062C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C062C9 is #3F9D36. Grayscale: #898989. Windows color (decimal): -4169015 or 13198016. OLE color: 13198016.
HSL color Cylindrical-coordinate representation of color #C062C9: hue angle of 294.76º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C062C9 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 98 | 201 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.21 |
| HSL | 294.76º | 0.49% | 0.59% | - |
| HSV(B) | 294.76º | 0.51% | 0.79% | - |
| XYZ | 36.65 | 24.16 | 57.99 | - |
| YUV | 137.85 | 163.64 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 201 | 0.04 | 0.51 | 0 | 0.21 | 294.76 | 0.49 | 0.59 |
| Hex | C0 | 62 | C9 | 4 | 33 | 0 | 15 | 127 | 31 | 3B |
| Octal | 300 | 142 | 311 | 4 | 63 | 0 | 25 | 447 | 61 | 73 |
| Binary | 11000000 | 1100010 | 11001001 | 100 | 110011 | 0 | 10101 | 100100111 | 110001 | 111011 |
Color Harmonies of #C062C9
Complementary color
Monochromatic Colors of #C062C9
Black with #C062C9
Text Example
Text Example
White with #C062C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C062C9; }
p { color: rgb(192,98,201); }
H1.HeaderClassName
{
color: #C062C9;
}
.AnyTagClassName
{
color: #C062C9;
}
</style>
background-color css
<style>
a { background-color: #C062C9; }
a { background-color: rgb(192,98,201); }
div.DivClassName
{
background-color: #C062C9;
}
.BgClassName
{
background-color: #C062C9;
}
</style>
border-color css
<style>
span { border-color: #C062C9; }
span { border-color: rgb(192,98,201); }
td.TdClassName
{
border-color: #C062C9;
}
.TagClassName
{
border-color: #C062C9;
}
</style>