#C62ABC

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

Shades of Fuchsia #C62ABC

Tints of Fuchsia #C62ABC

Color information

#C62ABC (or 0xC62ABC) is unknown color: approx Fuchsia. HEX triplet: C6, 2A and BC. RGB value is (198,42,188). Sum of RGB (Red+Green+Blue) = 198+42+188=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 42 (16.80% from 255 or 9.81% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C62ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62ABC is #39D543. Grayscale: #686868. Windows color (decimal): -3790148 or 12331718. OLE color: 12331718.

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

Color convert

RGB19842188-
CMYK00.790.050.22
HSL303.85º65%47.06%-
HSV(B)303.85º78.79%77.65%-
XYZ33.1917.2949.17-
YUV105.29174.68194.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.26%
GREEN value IS 42 (16.80% from 255) = 9.81%
BLUE value IS 188 (73.83% from 255) = 43.93%
R=46.26%
G=9.81%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984218800.790.050.22303.856547.06
HexC62ABC04F516130412f
Octal30652274011752646010157
Binary110001101010101011110001001111101101101001100001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62ABC; }

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

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

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

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

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

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

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

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