Shades of Fuchsia #C62FC0
Tints of Fuchsia #C62FC0
RGB
CMYK
RGB Variations
Color information
#C62FC0 (or 0xC62FC0) is known color: Fuchsia. HEX triplet: C6, 2F and C0. RGB value is (198,47,192). Sum of RGB (Red+Green+Blue) = 198+47+192=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 47 (18.75% from 255 or 10.76% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C62FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62FC0 is #39D03F. Grayscale: #6C6C6C. Windows color (decimal): -3788864 or 12595142. OLE color: 12595142.
HSL color Cylindrical-coordinate representation of color #C62FC0: hue angle of 302.38º 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 #C62FC0 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 47 | 192 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.22 |
| HSL | 302.38º | 0.62% | 0.48% | - |
| HSV(B) | 302.38º | 0.76% | 0.78% | - |
| XYZ | 33.82 | 17.84 | 51.53 | - |
| YUV | 108.68 | 175.03 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 192 | 0 | 0.76 | 0.03 | 0.22 | 302.38 | 0.62 | 0.48 |
| Hex | C6 | 2F | C0 | 0 | 4C | 3 | 16 | 12E | 3E | 30 |
| Octal | 306 | 57 | 300 | 0 | 114 | 3 | 26 | 456 | 76 | 60 |
| Binary | 11000110 | 101111 | 11000000 | 0 | 1001100 | 11 | 10110 | 100101110 | 111110 | 110000 |
Color Harmonies of #C62FC0
Complementary color
Monochromatic Colors of #C62FC0
Black with #C62FC0
Text Example
Text Example
White with #C62FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62FC0; }
p { color: rgb(198,47,192); }
H1.HeaderClassName
{
color: #C62FC0;
}
.AnyTagClassName
{
color: #C62FC0;
}
</style>
background-color css
<style>
a { background-color: #C62FC0; }
a { background-color: rgb(198,47,192); }
div.DivClassName
{
background-color: #C62FC0;
}
.BgClassName
{
background-color: #C62FC0;
}
</style>
border-color css
<style>
span { border-color: #C62FC0; }
span { border-color: rgb(198,47,192); }
td.TdClassName
{
border-color: #C62FC0;
}
.TagClassName
{
border-color: #C62FC0;
}
</style>