#C62FB4

Color #C62FB4 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C62FB4

Tints of Fuchsia #C62FB4

Color information

#C62FB4 (or 0xC62FB4) is unknown color: approx Fuchsia. HEX triplet: C6, 2F and B4. RGB value is (198,47,180). Sum of RGB (Red+Green+Blue) = 198+47+180=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C62FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62FB4 is #39D04B. Grayscale: #6A6A6A. Windows color (decimal): -3788876 or 11808710. OLE color: 11808710.

HSL color Cylindrical-coordinate representation of color #C62FB4: hue angle of 307.15º 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 #C62FB4 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB19847180-
CMYK00.760.090.22
HSL307.15º61.63%48.04%-
HSV(B)307.15º76.26%77.65%-
XYZ32.5417.3344.81-
YUV107.31169.03192.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 46.59%
GREEN value IS 47 (18.75% from 255) = 11.06%
BLUE value IS 180 (70.70% from 255) = 42.35%
R=46.59%
G=11.06%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984718000.760.090.22307.1561.6348.04
HexC62FB404C9161333e30
Octal30657264011411264637660
Binary110001101011111011010001001100100110110100110011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62FB4; }

 p { color: rgb(198,47,180); }

 H1.HeaderClassName
 {
   color: #C62FB4;
 }
 .AnyTagClassName
 {
   color: #C62FB4;
 }
</style>
background-color css

<style>
 a { background-color: #C62FB4; }

 a { background-color: rgb(198,47,180); }

 div.DivClassName
 {
   background-color: #C62FB4;
 }
 .BgClassName
 {
   background-color: #C62FB4;
 }
</style>
border-color css

<style>
 span { border-color: #C62FB4; }

 span { border-color: rgb(198,47,180); }

 td.TdClassName
 {
   border-color: #C62FB4;
 }
 .TagClassName
 {
   border-color: #C62FB4;
 }
</style>