Shades of Fuchsia #C62FC2
Tints of Fuchsia #C62FC2
RGB
CMYK
RGB Variations
Color information
#C62FC2 (or 0xC62FC2) is known color: Fuchsia. HEX triplet: C6, 2F and C2. RGB value is (198,47,194). Sum of RGB (Red+Green+Blue) = 198+47+194=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 47 (18.75% from 255 or 10.71% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C62FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62FC2 is #39D03D. Grayscale: #6C6C6C. Windows color (decimal): -3788862 or 12726214. OLE color: 12726214.
HSL color Cylindrical-coordinate representation of color #C62FC2: hue angle of 301.59º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C62FC2 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 47 | 194 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.22 |
| HSL | 301.59º | 0.62% | 0.48% | - |
| HSV(B) | 301.59º | 0.76% | 0.78% | - |
| XYZ | 34.04 | 17.93 | 52.71 | - |
| YUV | 108.91 | 176.03 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 194 | 0 | 0.76 | 0.02 | 0.22 | 301.59 | 0.62 | 0.48 |
| Hex | C6 | 2F | C2 | 0 | 4C | 2 | 16 | 12E | 3E | 30 |
| Octal | 306 | 57 | 302 | 0 | 114 | 2 | 26 | 456 | 76 | 60 |
| Binary | 11000110 | 101111 | 11000010 | 0 | 1001100 | 10 | 10110 | 100101110 | 111110 | 110000 |
Color Harmonies of #C62FC2
Complementary color
Monochromatic Colors of #C62FC2
Black with #C62FC2
Text Example
Text Example
White with #C62FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62FC2; }
p { color: rgb(198,47,194); }
H1.HeaderClassName
{
color: #C62FC2;
}
.AnyTagClassName
{
color: #C62FC2;
}
</style>
background-color css
<style>
a { background-color: #C62FC2; }
a { background-color: rgb(198,47,194); }
div.DivClassName
{
background-color: #C62FC2;
}
.BgClassName
{
background-color: #C62FC2;
}
</style>
border-color css
<style>
span { border-color: #C62FC2; }
span { border-color: rgb(198,47,194); }
td.TdClassName
{
border-color: #C62FC2;
}
.TagClassName
{
border-color: #C62FC2;
}
</style>