#C62ABA

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

Shades of Fuchsia #C62ABA

Tints of Fuchsia #C62ABA

Color information

#C62ABA (or 0xC62ABA) is unknown color: approx Fuchsia. HEX triplet: C6, 2A and BA. RGB value is (198,42,186). Sum of RGB (Red+Green+Blue) = 198+42+186=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 42 (16.80% from 255 or 9.86% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C62ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62ABA is #39D545. Grayscale: #686868. Windows color (decimal): -3790150 or 12200646. OLE color: 12200646.

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

Color convert

RGB19842186-
CMYK00.790.060.22
HSL304.62º65%47.06%-
HSV(B)304.62º78.79%77.65%-
XYZ32.9817.2148.04-
YUV105.06173.68194.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.48%
GREEN value IS 42 (16.80% from 255) = 9.86%
BLUE value IS 186 (73.05% from 255) = 43.66%
R=46.48%
G=9.86%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984218600.790.060.22304.626547.06
HexC62ABA04F616131412f
Octal30652272011762646110157
Binary110001101010101011101001001111110101101001100011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62ABA; }

 p { color: rgb(198,42,186); }

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

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

 a { background-color: rgb(198,42,186); }

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

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

 span { border-color: rgb(198,42,186); }

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