#C62BAE

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

Shades of Fuchsia #C62BAE

Tints of Fuchsia #C62BAE

Color information

#C62BAE (or 0xC62BAE) is unknown color: approx Fuchsia. HEX triplet: C6, 2B and AE. RGB value is (198,43,174). Sum of RGB (Red+Green+Blue) = 198+43+174=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 43 (17.19% from 255 or 10.36% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C62BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62BAE is #39D451. Grayscale: #676767. Windows color (decimal): -3789906 or 11414470. OLE color: 11414470.

HSL color Cylindrical-coordinate representation of color #C62BAE: hue angle of 309.29º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62BAE is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB19843174-
CMYK00.780.120.22
HSL309.29º64.32%47.25%-
HSV(B)309.29º78.28%77.65%-
XYZ31.7916.7941.61-
YUV104.28167.35194.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.71%
GREEN value IS 43 (17.19% from 255) = 10.36%
BLUE value IS 174 (68.36% from 255) = 41.93%
R=47.71%
G=10.36%
B=41.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984317400.780.120.22309.2964.3247.25
HexC62BAE04EC16135402f
Octal306532560116142646510057
Binary1100011010101110101110010011101100101101001101011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62BAE; }

 p { color: rgb(198,43,174); }

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

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

 a { background-color: rgb(198,43,174); }

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

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

 span { border-color: rgb(198,43,174); }

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