Shades of Fuchsia #C62FC4
Tints of Fuchsia #C62FC4
RGB
CMYK
RGB Variations
Color information
#C62FC4 (or 0xC62FC4) is known color: Fuchsia. HEX triplet: C6, 2F and C4. RGB value is (198,47,196). Sum of RGB (Red+Green+Blue) = 198+47+196=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 47 (18.75% from 255 or 10.66% from 441); Blue value is 196 (76.95% from 255 or 44.44% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C62FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62FC4 is #39D03B. Grayscale: #6C6C6C. Windows color (decimal): -3788860 or 12857286. OLE color: 12857286.
HSL color Cylindrical-coordinate representation of color #C62FC4: hue angle of 300.79º 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 #C62FC4 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 47 | 196 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.22 |
| HSL | 300.79º | 0.62% | 0.48% | - |
| HSV(B) | 300.79º | 0.76% | 0.78% | - |
| XYZ | 34.27 | 18.02 | 53.9 | - |
| YUV | 109.14 | 177.03 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 196 | 0 | 0.76 | 0.01 | 0.22 | 300.79 | 0.62 | 0.48 |
| Hex | C6 | 2F | C4 | 0 | 4C | 1 | 16 | 12D | 3E | 30 |
| Octal | 306 | 57 | 304 | 0 | 114 | 1 | 26 | 455 | 76 | 60 |
| Binary | 11000110 | 101111 | 11000100 | 0 | 1001100 | 1 | 10110 | 100101101 | 111110 | 110000 |
Color Harmonies of #C62FC4
Complementary color
Monochromatic Colors of #C62FC4
Black with #C62FC4
Text Example
Text Example
White with #C62FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62FC4; }
p { color: rgb(198,47,196); }
H1.HeaderClassName
{
color: #C62FC4;
}
.AnyTagClassName
{
color: #C62FC4;
}
</style>
background-color css
<style>
a { background-color: #C62FC4; }
a { background-color: rgb(198,47,196); }
div.DivClassName
{
background-color: #C62FC4;
}
.BgClassName
{
background-color: #C62FC4;
}
</style>
border-color css
<style>
span { border-color: #C62FC4; }
span { border-color: rgb(198,47,196); }
td.TdClassName
{
border-color: #C62FC4;
}
.TagClassName
{
border-color: #C62FC4;
}
</style>