#C63ABF

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

Shades of Fuchsia #C63ABF

Tints of Fuchsia #C63ABF

Color information

#C63ABF (or 0xC63ABF) is unknown color: approx Fuchsia. HEX triplet: C6, 3A and BF. RGB value is (198,58,191). Sum of RGB (Red+Green+Blue) = 198+58+191=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C63ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63ABF is #39C540. Grayscale: #727272. Windows color (decimal): -3786049 or 12532422. OLE color: 12532422.

HSL color Cylindrical-coordinate representation of color #C63ABF: hue angle of 303º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63ABF is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB19858191-
CMYK00.710.040.22
HSL303º55.12%50.2%-
HSV(B)303º70.71%77.65%-
XYZ34.2118.7951.11-
YUV115.02170.88187.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.30%
GREEN value IS 58 (23.05% from 255) = 12.98%
BLUE value IS 191 (75% from 255) = 42.73%
R=44.30%
G=12.98%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985819100.710.040.2230355.1250.2
HexC63ABF04741612f3732
Octal3067227701074264576762
Binary11000110111010101111110100011110010110100101111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63ABF; }

 p { color: rgb(198,58,191); }

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

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

 a { background-color: rgb(198,58,191); }

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

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

 span { border-color: rgb(198,58,191); }

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