#C63FBB

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

Shades of Fuchsia #C63FBB

Tints of Fuchsia #C63FBB

Color information

#C63FBB (or 0xC63FBB) is unknown color: approx Fuchsia. HEX triplet: C6, 3F and BB. RGB value is (198,63,187). Sum of RGB (Red+Green+Blue) = 198+63+187=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C63FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FBB is #39C044. Grayscale: #757575. Windows color (decimal): -3784773 or 12271558. OLE color: 12271558.

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

Color convert

RGB19863187-
CMYK00.680.060.22
HSL304.89º54.22%51.18%-
HSV(B)304.89º68.18%77.65%-
XYZ34.0419.1548.92-
YUV117.5167.23185.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.20%
GREEN value IS 63 (25% from 255) = 14.06%
BLUE value IS 187 (73.44% from 255) = 41.74%
R=44.20%
G=14.06%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986318700.680.060.22304.8954.2251.18
HexC63FBB0446161313633
Octal3067727301046264616663
Binary11000110111111101110110100010011010110100110001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63FBB; }

 p { color: rgb(198,63,187); }

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

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

 a { background-color: rgb(198,63,187); }

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

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

 span { border-color: rgb(198,63,187); }

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