Shades of Fuchsia #C62FC3
Tints of Fuchsia #C62FC3
RGB
CMYK
RGB Variations
Color information
#C62FC3 (or 0xC62FC3) is known color: Fuchsia. HEX triplet: C6, 2F and C3. RGB value is (198,47,195). Sum of RGB (Red+Green+Blue) = 198+47+195=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 195 (76.56% from 255 or 44.32% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C62FC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62FC3 is #39D03C. Grayscale: #6C6C6C. Windows color (decimal): -3788861 or 12791750. OLE color: 12791750.
HSL color Cylindrical-coordinate representation of color #C62FC3: hue angle of 301.19º 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 #C62FC3 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 47 | 195 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.22 |
| HSL | 301.19º | 0.62% | 0.48% | - |
| HSV(B) | 301.19º | 0.76% | 0.78% | - |
| XYZ | 34.16 | 17.98 | 53.3 | - |
| YUV | 109.02 | 176.53 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 195 | 0 | 0.76 | 0.02 | 0.22 | 301.19 | 0.62 | 0.48 |
| Hex | C6 | 2F | C3 | 0 | 4C | 2 | 16 | 12D | 3E | 30 |
| Octal | 306 | 57 | 303 | 0 | 114 | 2 | 26 | 455 | 76 | 60 |
| Binary | 11000110 | 101111 | 11000011 | 0 | 1001100 | 10 | 10110 | 100101101 | 111110 | 110000 |
Color Harmonies of #C62FC3
Complementary color
Monochromatic Colors of #C62FC3
Black with #C62FC3
Text Example
Text Example
White with #C62FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62FC3; }
p { color: rgb(198,47,195); }
H1.HeaderClassName
{
color: #C62FC3;
}
.AnyTagClassName
{
color: #C62FC3;
}
</style>
background-color css
<style>
a { background-color: #C62FC3; }
a { background-color: rgb(198,47,195); }
div.DivClassName
{
background-color: #C62FC3;
}
.BgClassName
{
background-color: #C62FC3;
}
</style>
border-color css
<style>
span { border-color: #C62FC3; }
span { border-color: rgb(198,47,195); }
td.TdClassName
{
border-color: #C62FC3;
}
.TagClassName
{
border-color: #C62FC3;
}
</style>